@sap/async-xsjs 3.0.1 → 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 +8 -1
- package/npm-shrinkwrap.json +12 -11
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
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
|
+
|
|
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
|
+
|
|
7
14
|
<a name="3.0.1"></a>
|
|
8
15
|
## 3.0.1 - 2026-06-11
|
|
9
16
|
|
|
@@ -347,4 +354,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|
|
347
354
|
<a name="1.0.0"></a>
|
|
348
355
|
## 1.0.0 - 2023-01-26
|
|
349
356
|
|
|
350
|
-
### Initial release
|
|
357
|
+
### Initial release
|
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",
|
|
@@ -24,7 +24,7 @@
|
|
|
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",
|
|
@@ -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"
|
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
|
},
|
|
@@ -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"
|