@sap/async-xsjs 3.0.0 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/lib/routes.js +2 -0
- package/npm-shrinkwrap.json +19 -18
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,29 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
5
5
|
|
|
6
6
|
The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|
7
7
|
|
|
8
|
+
<a name="3.0.2"></a>
|
|
9
|
+
## 3.0.2 - 2026-06-29
|
|
10
|
+
|
|
11
|
+
### Updated
|
|
12
|
+
- update axios version to 1.18.1
|
|
13
|
+
|
|
14
|
+
<a name="3.0.1"></a>
|
|
15
|
+
## 3.0.1 - 2026-06-11
|
|
16
|
+
|
|
17
|
+
### Updated
|
|
18
|
+
- update @sap/node-jwt version to 1.6.30
|
|
19
|
+
- update @sap/node-vsi to 1.4.34
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
<a name="3.0.0"></a>
|
|
23
|
+
## 3.0.0 - 2026-06-08
|
|
24
|
+
|
|
25
|
+
### Updated
|
|
26
|
+
- update @sap/hana-client version to 2.28.21
|
|
27
|
+
- update nodemailer to 8.0.10
|
|
28
|
+
- update yauzl version to 3.4.0
|
|
29
|
+
- update axios version to 1.17.0
|
|
30
|
+
|
|
8
31
|
<a name="3.0.0"></a>
|
|
9
32
|
## 3.0.0 - 2026-06-08
|
|
10
33
|
|
package/lib/routes.js
CHANGED
|
@@ -95,6 +95,8 @@ exports.error = function (err, req, res, next) { // eslint-disable-line no-unuse
|
|
|
95
95
|
if (process.env.NODE_ENV === 'development') {
|
|
96
96
|
title = status + ' ' + err.message;
|
|
97
97
|
stacktrace = err.stack || '';
|
|
98
|
+
} else if (status >= 400 && status < 500 && err.message) {
|
|
99
|
+
title = status + ' ' + err.message;
|
|
98
100
|
} else {
|
|
99
101
|
// do not reveal internal details to the client
|
|
100
102
|
title = status + ' ' + http.STATUS_CODES[status];
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/async-xsjs",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@sap/async-xsjs",
|
|
9
|
-
"version": "3.0.
|
|
9
|
+
"version": "3.0.2",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE file",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@sap/audit-logging": "^7.0.1",
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
"@sap/instance-manager": "^5.2.6",
|
|
17
17
|
"@sap/jobs-client": "^1.9.1",
|
|
18
18
|
"@sap/logging": "^9.2.1",
|
|
19
|
-
"@sap/node-jwt": "^1.6.
|
|
20
|
-
"@sap/node-vsi": "^1.4.
|
|
19
|
+
"@sap/node-jwt": "^1.6.30",
|
|
20
|
+
"@sap/node-vsi": "^1.4.34",
|
|
21
21
|
"@sap/textbundle": "^6.2.0",
|
|
22
22
|
"@sap/xsenv": "^6.2.1",
|
|
23
23
|
"@sap/xsodata": "^8.3.2",
|
|
24
24
|
"@sap/xss-secure": "^6.2.0",
|
|
25
25
|
"@sap/xssec": "^3.6.0",
|
|
26
26
|
"accept-language": "2.0.16",
|
|
27
|
-
"axios": "^1.
|
|
27
|
+
"axios": "^1.18.1",
|
|
28
28
|
"big.js": "7.0.1",
|
|
29
29
|
"body-parser": "2.2.2",
|
|
30
30
|
"callsite": "1.0.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"node_modules/@sap/audit-logging": {
|
|
54
|
-
"version": "7.0.
|
|
54
|
+
"version": "7.0.2",
|
|
55
55
|
"license": "SEE LICENSE IN LICENSE file",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@sap/xssec": "4.13.0",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
"node_modules/@sap/node-jwt": {
|
|
202
|
-
"version": "1.6.
|
|
202
|
+
"version": "1.6.30",
|
|
203
203
|
"hasInstallScript": true,
|
|
204
204
|
"license": "SAP DEVELOPER LICENSE AGREEMENT",
|
|
205
205
|
"engines": {
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
}
|
|
208
208
|
},
|
|
209
209
|
"node_modules/@sap/node-vsi": {
|
|
210
|
-
"version": "1.4.
|
|
210
|
+
"version": "1.4.34",
|
|
211
211
|
"hasInstallScript": true,
|
|
212
212
|
"license": "SAP DEVELOPER LICENSE AGREEMENT",
|
|
213
213
|
"engines": {
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
"license": "MIT"
|
|
429
429
|
},
|
|
430
430
|
"node_modules/axios": {
|
|
431
|
-
"version": "1.
|
|
431
|
+
"version": "1.18.1",
|
|
432
432
|
"license": "MIT",
|
|
433
433
|
"dependencies": {
|
|
434
434
|
"follow-redirects": "^1.16.0",
|
|
@@ -819,10 +819,11 @@
|
|
|
819
819
|
}
|
|
820
820
|
},
|
|
821
821
|
"node_modules/express/node_modules/body-parser/node_modules/qs": {
|
|
822
|
-
"version": "6.15.
|
|
822
|
+
"version": "6.15.3",
|
|
823
823
|
"license": "BSD-3-Clause",
|
|
824
824
|
"dependencies": {
|
|
825
|
-
"
|
|
825
|
+
"es-define-property": "^1.0.1",
|
|
826
|
+
"side-channel": "^1.1.1"
|
|
826
827
|
},
|
|
827
828
|
"engines": {
|
|
828
829
|
"node": ">=0.6"
|
|
@@ -950,14 +951,14 @@
|
|
|
950
951
|
}
|
|
951
952
|
},
|
|
952
953
|
"node_modules/form-data": {
|
|
953
|
-
"version": "4.0.
|
|
954
|
+
"version": "4.0.6",
|
|
954
955
|
"license": "MIT",
|
|
955
956
|
"dependencies": {
|
|
956
957
|
"asynckit": "^0.4.0",
|
|
957
958
|
"combined-stream": "^1.0.8",
|
|
958
959
|
"es-set-tostringtag": "^2.1.0",
|
|
959
|
-
"hasown": "^2.0.
|
|
960
|
-
"mime-types": "^2.1.
|
|
960
|
+
"hasown": "^2.0.4",
|
|
961
|
+
"mime-types": "^2.1.35"
|
|
961
962
|
},
|
|
962
963
|
"engines": {
|
|
963
964
|
"node": ">= 6"
|
|
@@ -1567,7 +1568,7 @@
|
|
|
1567
1568
|
}
|
|
1568
1569
|
},
|
|
1569
1570
|
"node_modules/semver": {
|
|
1570
|
-
"version": "7.8.
|
|
1571
|
+
"version": "7.8.5",
|
|
1571
1572
|
"license": "ISC",
|
|
1572
1573
|
"bin": {
|
|
1573
1574
|
"semver": "bin/semver.js"
|
|
@@ -1634,12 +1635,12 @@
|
|
|
1634
1635
|
"license": "ISC"
|
|
1635
1636
|
},
|
|
1636
1637
|
"node_modules/side-channel": {
|
|
1637
|
-
"version": "1.1.
|
|
1638
|
+
"version": "1.1.1",
|
|
1638
1639
|
"license": "MIT",
|
|
1639
1640
|
"dependencies": {
|
|
1640
1641
|
"es-errors": "^1.3.0",
|
|
1641
|
-
"object-inspect": "^1.13.
|
|
1642
|
-
"side-channel-list": "^1.0.
|
|
1642
|
+
"object-inspect": "^1.13.4",
|
|
1643
|
+
"side-channel-list": "^1.0.1",
|
|
1643
1644
|
"side-channel-map": "^1.0.1",
|
|
1644
1645
|
"side-channel-weakmap": "^1.0.2"
|
|
1645
1646
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/async-xsjs",
|
|
3
3
|
"description": "Compatibility layer to run XS Classic applications on XS Advanced",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "git@github.wdf.sap.corp:xs2/async-xsjs.git"
|
|
7
7
|
},
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"@sap/instance-manager": "^5.2.6",
|
|
16
16
|
"@sap/jobs-client": "^1.9.1",
|
|
17
17
|
"@sap/logging": "^9.2.1",
|
|
18
|
-
"@sap/node-jwt": "^1.6.
|
|
19
|
-
"@sap/node-vsi": "^1.4.
|
|
18
|
+
"@sap/node-jwt": "^1.6.30",
|
|
19
|
+
"@sap/node-vsi": "^1.4.34",
|
|
20
20
|
"@sap/textbundle": "^6.2.0",
|
|
21
21
|
"@sap/xsenv": "^6.2.1",
|
|
22
22
|
"@sap/xsodata": "^8.3.2",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"verror": "1.10.1",
|
|
44
44
|
"yauzl": "3.4.0",
|
|
45
45
|
"yazl": "2.4.1",
|
|
46
|
-
"axios": "^1.
|
|
46
|
+
"axios": "^1.18.1"
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
|
49
49
|
"node": "^20.x || ^22.x || ^24.x"
|