@sap/async-xsjs 2.1.5 → 2.1.6
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 +9 -1
- package/npm-shrinkwrap.json +7 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,11 +5,19 @@ 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
|
+
|
|
9
|
+
<a name="2.1.6"></a>
|
|
10
|
+
## 2.1.6 - 2025-11-24
|
|
11
|
+
|
|
12
|
+
### Updated
|
|
13
|
+
- update nodemailer version to 7.0.10
|
|
14
|
+
|
|
8
15
|
<a name="2.1.5"></a>
|
|
9
16
|
## 2.1.5 - 2025-09-23
|
|
10
17
|
|
|
11
18
|
### Updated
|
|
12
19
|
- update axios version to 1.12.2
|
|
20
|
+
- update cookie version to 1.0.2
|
|
13
21
|
|
|
14
22
|
<a name="2.1.4"></a>
|
|
15
23
|
## 2.1.4 - 2025-07-30
|
|
@@ -223,4 +231,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|
|
223
231
|
<a name="1.0.0"></a>
|
|
224
232
|
## 1.0.0 - 2023-01-26
|
|
225
233
|
|
|
226
|
-
### Initial release
|
|
234
|
+
### Initial release
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/async-xsjs",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@sap/async-xsjs",
|
|
9
|
-
"version": "2.1.
|
|
9
|
+
"version": "2.1.6",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE file",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@sap/audit-logging": "^6.3.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"media-typer": "0.3.0",
|
|
38
38
|
"moment": "2.29.4",
|
|
39
39
|
"multiparty": "4.2.2",
|
|
40
|
-
"nodemailer": "
|
|
40
|
+
"nodemailer": "7.0.10",
|
|
41
41
|
"passport": "0.7.0",
|
|
42
42
|
"passport-strategy": "1.0.0",
|
|
43
43
|
"sax": "1.4.1",
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
"license": "MIT"
|
|
400
400
|
},
|
|
401
401
|
"node_modules/axios": {
|
|
402
|
-
"version": "1.
|
|
402
|
+
"version": "1.13.2",
|
|
403
403
|
"license": "MIT",
|
|
404
404
|
"dependencies": {
|
|
405
405
|
"follow-redirects": "^1.15.6",
|
|
@@ -862,7 +862,7 @@
|
|
|
862
862
|
}
|
|
863
863
|
},
|
|
864
864
|
"node_modules/form-data": {
|
|
865
|
-
"version": "4.0.
|
|
865
|
+
"version": "4.0.5",
|
|
866
866
|
"license": "MIT",
|
|
867
867
|
"dependencies": {
|
|
868
868
|
"asynckit": "^0.4.0",
|
|
@@ -1268,7 +1268,7 @@
|
|
|
1268
1268
|
}
|
|
1269
1269
|
},
|
|
1270
1270
|
"node_modules/nodemailer": {
|
|
1271
|
-
"version": "
|
|
1271
|
+
"version": "7.0.10",
|
|
1272
1272
|
"license": "MIT-0",
|
|
1273
1273
|
"engines": {
|
|
1274
1274
|
"node": ">=6.0.0"
|
|
@@ -1449,7 +1449,7 @@
|
|
|
1449
1449
|
"license": "ISC"
|
|
1450
1450
|
},
|
|
1451
1451
|
"node_modules/semver": {
|
|
1452
|
-
"version": "7.7.
|
|
1452
|
+
"version": "7.7.3",
|
|
1453
1453
|
"license": "ISC",
|
|
1454
1454
|
"bin": {
|
|
1455
1455
|
"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": "2.1.
|
|
4
|
+
"version": "2.1.6",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "git@github.wdf.sap.corp:xs2/async-xsjs.git"
|
|
7
7
|
},
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"media-typer": "0.3.0",
|
|
36
36
|
"moment": "2.29.4",
|
|
37
37
|
"multiparty": "4.2.2",
|
|
38
|
-
"nodemailer": "
|
|
38
|
+
"nodemailer": "7.0.10",
|
|
39
39
|
"passport": "0.7.0",
|
|
40
40
|
"passport-strategy": "1.0.0",
|
|
41
41
|
"sax": "1.4.1",
|