fix: default to home directory for SAS Drive in Viya
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 4m10s
Build / Build-and-test-development (pull_request) Successful in 8m35s

This commit is contained in:
allan
2025-05-29 15:05:18 +01:00
parent 2e0c60cc0d
commit 9682b548e6
5 changed files with 44 additions and 39 deletions

10
sas/package-lock.json generated
View File

@@ -7,7 +7,7 @@
"name": "dc-sas",
"dependencies": {
"@sasjs/cli": "^4.12.5",
"@sasjs/core": "^4.57.0"
"@sasjs/core": "^4.57.1"
}
},
"node_modules/@coolaj86/urequest": {
@@ -76,12 +76,18 @@
"sasjs": "build/index.js"
}
},
"node_modules/@sasjs/core": {
"node_modules/@sasjs/cli/node_modules/@sasjs/core": {
"version": "4.57.0",
"resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.57.0.tgz",
"integrity": "sha512-iJiLnW4oY15InGerXXWtrjc1YpJ9UDz72+r7Odfr/yYR7RxIhtXGjYQIqyQu6US+cS/0b2pi12LZB6VnfMS/pA==",
"license": "MIT"
},
"node_modules/@sasjs/core": {
"version": "4.57.1",
"resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.57.1.tgz",
"integrity": "sha512-jTU0P99lt6ff5V6JwtbPx+kUiJQge5A7fUai2sXzMYbvlDykl5AxvAhC+8dMSddYLhgEfflKzdlwNfkZgFpugg==",
"license": "MIT"
},
"node_modules/@sasjs/lint": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@sasjs/lint/-/lint-2.4.3.tgz",