@sap/async-xsjs 2.1.6 → 2.1.7
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 +5 -0
- package/npm-shrinkwrap.json +31 -9
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ 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="2.1.7"></a>
|
|
9
|
+
## 2.1.7 - 2025-12-11
|
|
10
|
+
|
|
11
|
+
### Updated
|
|
12
|
+
- update @sap/hana-client version to 2.26.26
|
|
8
13
|
|
|
9
14
|
<a name="2.1.6"></a>
|
|
10
15
|
## 2.1.6 - 2025-11-24
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/async-xsjs",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.7",
|
|
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.7",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE file",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@sap/audit-logging": "^6.3.0",
|
|
13
13
|
"@sap/e2e-trace": "^5.3.0",
|
|
14
|
-
"@sap/hana-client": "2.
|
|
14
|
+
"@sap/hana-client": "2.26.26",
|
|
15
15
|
"@sap/hdbext": "8.1.9",
|
|
16
16
|
"@sap/instance-manager": "^5.2.1",
|
|
17
17
|
"@sap/jobs-client": "^1.8.5",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
88
|
"node_modules/@sap/hana-client": {
|
|
89
|
-
"version": "2.
|
|
89
|
+
"version": "2.26.26",
|
|
90
90
|
"hasInstallScript": true,
|
|
91
91
|
"license": "SEE LICENSE IN developer-license-3_2.txt",
|
|
92
92
|
"dependencies": {
|
|
@@ -133,6 +133,28 @@
|
|
|
133
133
|
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
|
+
"node_modules/@sap/hdbext/node_modules/@sap/hana-client": {
|
|
137
|
+
"version": "2.24.26",
|
|
138
|
+
"hasInstallScript": true,
|
|
139
|
+
"license": "SEE LICENSE IN developer-license-3_2.txt",
|
|
140
|
+
"dependencies": {
|
|
141
|
+
"debug": "3.1.0"
|
|
142
|
+
},
|
|
143
|
+
"engines": {
|
|
144
|
+
"node": ">=4.0.0"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"node_modules/@sap/hdbext/node_modules/@sap/hana-client/node_modules/debug": {
|
|
148
|
+
"version": "3.1.0",
|
|
149
|
+
"license": "MIT",
|
|
150
|
+
"dependencies": {
|
|
151
|
+
"ms": "2.0.0"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"node_modules/@sap/hdbext/node_modules/@sap/hana-client/node_modules/ms": {
|
|
155
|
+
"version": "2.0.0",
|
|
156
|
+
"license": "MIT"
|
|
157
|
+
},
|
|
136
158
|
"node_modules/@sap/hdbext/node_modules/debug": {
|
|
137
159
|
"version": "4.3.1",
|
|
138
160
|
"license": "MIT",
|
|
@@ -1032,10 +1054,10 @@
|
|
|
1032
1054
|
}
|
|
1033
1055
|
},
|
|
1034
1056
|
"node_modules/jsonwebtoken": {
|
|
1035
|
-
"version": "9.0.
|
|
1057
|
+
"version": "9.0.3",
|
|
1036
1058
|
"license": "MIT",
|
|
1037
1059
|
"dependencies": {
|
|
1038
|
-
"jws": "^
|
|
1060
|
+
"jws": "^4.0.1",
|
|
1039
1061
|
"lodash.includes": "^4.3.0",
|
|
1040
1062
|
"lodash.isboolean": "^3.0.3",
|
|
1041
1063
|
"lodash.isinteger": "^4.0.4",
|
|
@@ -1052,7 +1074,7 @@
|
|
|
1052
1074
|
}
|
|
1053
1075
|
},
|
|
1054
1076
|
"node_modules/jwa": {
|
|
1055
|
-
"version": "
|
|
1077
|
+
"version": "2.0.1",
|
|
1056
1078
|
"license": "MIT",
|
|
1057
1079
|
"dependencies": {
|
|
1058
1080
|
"buffer-equal-constant-time": "^1.0.1",
|
|
@@ -1061,10 +1083,10 @@
|
|
|
1061
1083
|
}
|
|
1062
1084
|
},
|
|
1063
1085
|
"node_modules/jws": {
|
|
1064
|
-
"version": "
|
|
1086
|
+
"version": "4.0.1",
|
|
1065
1087
|
"license": "MIT",
|
|
1066
1088
|
"dependencies": {
|
|
1067
|
-
"jwa": "^
|
|
1089
|
+
"jwa": "^2.0.1",
|
|
1068
1090
|
"safe-buffer": "^5.0.1"
|
|
1069
1091
|
}
|
|
1070
1092
|
},
|
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.7",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "git@github.wdf.sap.corp:xs2/async-xsjs.git"
|
|
7
7
|
},
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@sap/audit-logging": "^6.3.0",
|
|
12
12
|
"@sap/e2e-trace": "^5.3.0",
|
|
13
|
-
"@sap/hana-client": "2.
|
|
13
|
+
"@sap/hana-client": "2.26.26",
|
|
14
14
|
"@sap/hdbext": "8.1.9",
|
|
15
15
|
"@sap/instance-manager": "^5.2.1",
|
|
16
16
|
"@sap/jobs-client": "^1.8.5",
|