fix(deps): bump @sasjs/core to 5.2.7
Brings in the mv_jobflow JSON-escape fix (prevents jobExecution 400s for job arguments containing quotes or CR/LF) and the graceful handling of canceled jobs in mv_getjoblog / mv_getjobresult (a canceled child no longer aborts the calling program when its log or result is unavailable). Verified against a live Viya 2026.07 estate: the full SAS test suite passes with these macros sourced from core.
This commit is contained in:
Generated
+4
-4
@@ -7,7 +7,7 @@
|
||||
"name": "dc-sas",
|
||||
"dependencies": {
|
||||
"@sasjs/cli": "4.20.1",
|
||||
"@sasjs/core": "5.2.0"
|
||||
"@sasjs/core": "5.2.7"
|
||||
}
|
||||
},
|
||||
"node_modules/@asamuzakjp/css-color": {
|
||||
@@ -252,9 +252,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@sasjs/core": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@sasjs/core/-/core-5.2.0.tgz",
|
||||
"integrity": "sha512-YJAVckql9o2lbldo4xFbu/Vkja0DfSw8w8hrnhnCov8iqqzkM84rHnqqKzdD0+sa52+AoPoHAxt4nCBoQfH9wA==",
|
||||
"version": "5.2.7",
|
||||
"resolved": "https://registry.npmjs.org/@sasjs/core/-/core-5.2.7.tgz",
|
||||
"integrity": "sha512-GH2k6pV/Ik2E1tYNmGH5UiPQIVfcQ04MrPL2UPTHMfcuIK5Sgo1Gb+7GhX0IwzQwymM1BU5wodSW5X/N2GLXZw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@sasjs/lint": {
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@sasjs/cli": "4.20.1",
|
||||
"@sasjs/core": "5.2.0"
|
||||
"@sasjs/core": "5.2.7"
|
||||
},
|
||||
"overrides": {
|
||||
"nanoid": "3.3.18"
|
||||
|
||||
Reference in New Issue
Block a user