@sap/async-xsjs 2.0.9 → 2.1.0

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 CHANGED
@@ -5,6 +5,17 @@ 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.0"></a>
9
+ ## 2.1.0 - 2025-03-26
10
+
11
+ ### Updated
12
+ - Added node22 support
13
+ - Updated "@sap/audit-logging" version to "^6.3.0
14
+ - Updated "@sap/hdbext" to "8.1.3"
15
+ - Updated "@sap/xsodata" to "^8.2.1"
16
+ - Updated "axios" to "^1.8.3"
17
+ - Updated "filter-node-package" to "^5.0.0"
18
+
8
19
  <a name="2.0.9"></a>
9
20
  ## 2.0.9 - 2024-12-18
10
21
 
@@ -177,4 +188,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
177
188
  <a name="1.0.0"></a>
178
189
  ## 1.0.0 - 2023-01-26
179
190
 
180
- ### Initial release
191
+ ### Initial release
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@sap/async-xsjs",
3
- "version": "2.0.9",
3
+ "version": "2.1.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@sap/async-xsjs",
9
- "version": "2.0.9",
9
+ "version": "2.1.0",
10
10
  "license": "SEE LICENSE IN LICENSE file",
11
11
  "dependencies": {
12
- "@sap/audit-logging": "^5.7.1",
12
+ "@sap/audit-logging": "^6.3.0",
13
13
  "@sap/e2e-trace": "^5.3.0",
14
14
  "@sap/hana-client": "2.22.32",
15
- "@sap/hdbext": "8.1.0",
15
+ "@sap/hdbext": "8.1.3",
16
16
  "@sap/instance-manager": "^5.2.1",
17
17
  "@sap/jobs-client": "^1.8.5",
18
18
  "@sap/logging": "^8.3.0",
@@ -20,11 +20,11 @@
20
20
  "@sap/node-vsi": "^1.4.30",
21
21
  "@sap/textbundle": "^5.3.0",
22
22
  "@sap/xsenv": "^5.4.0",
23
- "@sap/xsodata": "^8.2.0",
23
+ "@sap/xsodata": "^8.2.1",
24
24
  "@sap/xss-secure": "^5.2.0",
25
25
  "@sap/xssec": "^3.6.0",
26
26
  "accept-language": "2.0.16",
27
- "axios": "^1.7.8",
27
+ "axios": "^1.8.3",
28
28
  "big.js": "6.2.2",
29
29
  "body-parser": "1.20.3",
30
30
  "callsite": "1.0.0",
@@ -47,26 +47,26 @@
47
47
  "yazl": "2.4.1"
48
48
  },
49
49
  "engines": {
50
- "node": "^18.x || ^20.x"
50
+ "node": "^18.x || ^20.x || ^22.x"
51
51
  }
52
52
  },
53
53
  "node_modules/@sap/audit-logging": {
54
- "version": "5.8.4",
54
+ "version": "6.6.0",
55
55
  "license": "SEE LICENSE IN LICENSE file",
56
56
  "dependencies": {
57
57
  "@sap/xssec": "^3.6.1",
58
- "debug": "4.3.4",
59
- "fetch-retry": "4.1.0",
58
+ "debug": "4.3.5",
59
+ "fetch-retry": "6.0.0",
60
60
  "lodash": "4.17.21",
61
61
  "node-cache": "5.1.2",
62
62
  "node-fetch": "2.7.0"
63
63
  },
64
64
  "engines": {
65
- "node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0"
65
+ "node": "^18.0.0 || ^20.0.0 || ^22.x"
66
66
  }
67
67
  },
68
68
  "node_modules/@sap/e2e-trace": {
69
- "version": "5.3.0",
69
+ "version": "5.4.0",
70
70
  "license": "SEE LICENSE IN LICENSE file",
71
71
  "dependencies": {
72
72
  "request-stats": "3.0.0"
@@ -98,10 +98,10 @@
98
98
  "license": "MIT"
99
99
  },
100
100
  "node_modules/@sap/hdbext": {
101
- "version": "8.1.0",
101
+ "version": "8.1.3",
102
102
  "license": "SEE LICENSE IN LICENSE file",
103
103
  "dependencies": {
104
- "@sap/e2e-trace": "^4.1.0",
104
+ "@sap/e2e-trace": "5.3.0",
105
105
  "@sap/hana-client": "2.23.24",
106
106
  "accept-language": "2.0.16",
107
107
  "async": "3.2.6",
@@ -110,17 +110,17 @@
110
110
  "verror": "1.10.0"
111
111
  },
112
112
  "engines": {
113
- "node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0"
113
+ "node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0 || ^22.x"
114
114
  }
115
115
  },
116
116
  "node_modules/@sap/hdbext/node_modules/@sap/e2e-trace": {
117
- "version": "4.1.0",
117
+ "version": "5.3.0",
118
118
  "license": "SEE LICENSE IN LICENSE file",
119
119
  "dependencies": {
120
120
  "request-stats": "3.0.0"
121
121
  },
122
122
  "engines": {
123
- "node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0"
123
+ "node": "^18.0.0 || ^20.0.0 || ^22.0.0"
124
124
  }
125
125
  },
126
126
  "node_modules/@sap/hdbext/node_modules/@sap/hana-client": {
@@ -173,7 +173,7 @@
173
173
  }
174
174
  },
175
175
  "node_modules/@sap/instance-manager": {
176
- "version": "5.2.2",
176
+ "version": "5.2.3",
177
177
  "license": "SEE LICENSE IN LICENSE file",
178
178
  "dependencies": {
179
179
  "@sap/xssec": "^3.6.1",
@@ -184,7 +184,7 @@
184
184
  "uuid": "10.0.0"
185
185
  },
186
186
  "engines": {
187
- "node": "^18 || ^20"
187
+ "node": "^18 || ^20 || ^22.0.0"
188
188
  }
189
189
  },
190
190
  "node_modules/@sap/instance-manager/node_modules/debug": {
@@ -207,32 +207,32 @@
207
207
  "license": "MIT"
208
208
  },
209
209
  "node_modules/@sap/jobs-client": {
210
- "version": "1.8.5",
210
+ "version": "1.8.6",
211
211
  "license": "SEE LICENSE IN LICENSE",
212
212
  "dependencies": {
213
- "@sap/xsenv": "4.2.0"
213
+ "@sap/xsenv": "5.4.0"
214
214
  },
215
215
  "engines": {
216
- "node": "^14 || ^16 || ^18 || ^20"
216
+ "node": "^14 || ^16 || ^18 || ^20 || ^22"
217
217
  }
218
218
  },
219
219
  "node_modules/@sap/jobs-client/node_modules/@sap/xsenv": {
220
- "version": "4.2.0",
220
+ "version": "5.4.0",
221
221
  "license": "SEE LICENSE IN LICENSE file",
222
222
  "dependencies": {
223
- "debug": "4.3.3",
224
- "node-cache": "^5.1.0",
225
- "verror": "1.10.0"
223
+ "debug": "4.3.7",
224
+ "node-cache": "^5.1.2",
225
+ "verror": "1.10.1"
226
226
  },
227
227
  "engines": {
228
- "node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0"
228
+ "node": "^18.0.0 || ^20.0.0 || ^22.0.0"
229
229
  }
230
230
  },
231
231
  "node_modules/@sap/jobs-client/node_modules/debug": {
232
- "version": "4.3.3",
232
+ "version": "4.3.7",
233
233
  "license": "MIT",
234
234
  "dependencies": {
235
- "ms": "2.1.2"
235
+ "ms": "^2.1.3"
236
236
  },
237
237
  "engines": {
238
238
  "node": ">=6.0"
@@ -243,23 +243,15 @@
243
243
  }
244
244
  }
245
245
  },
246
- "node_modules/@sap/jobs-client/node_modules/verror": {
247
- "version": "1.10.0",
248
- "engines": [
249
- "node >=0.6.0"
250
- ],
251
- "license": "MIT",
252
- "dependencies": {
253
- "assert-plus": "^1.0.0",
254
- "core-util-is": "1.0.2",
255
- "extsprintf": "^1.2.0"
256
- }
246
+ "node_modules/@sap/jobs-client/node_modules/ms": {
247
+ "version": "2.1.3",
248
+ "license": "MIT"
257
249
  },
258
250
  "node_modules/@sap/logging": {
259
- "version": "8.3.0",
251
+ "version": "8.4.0",
260
252
  "license": "SEE LICENSE IN LICENSE file",
261
253
  "dependencies": {
262
- "@sap/e2e-trace": "^5.3.0",
254
+ "@sap/e2e-trace": "^5.4.0",
263
255
  "lodash": "4.17.21",
264
256
  "moment": "2.30.1"
265
257
  },
@@ -291,17 +283,17 @@
291
283
  }
292
284
  },
293
285
  "node_modules/@sap/textbundle": {
294
- "version": "5.3.0",
286
+ "version": "5.4.0",
295
287
  "license": "SEE LICENSE IN LICENSE file",
296
288
  "engines": {
297
289
  "node": "^18.0.0 || ^20.0.0 || ^22.0.0"
298
290
  }
299
291
  },
300
292
  "node_modules/@sap/xsenv": {
301
- "version": "5.4.0",
293
+ "version": "5.5.0",
302
294
  "license": "SEE LICENSE IN LICENSE file",
303
295
  "dependencies": {
304
- "debug": "4.3.7",
296
+ "debug": "4.4.0",
305
297
  "node-cache": "^5.1.2",
306
298
  "verror": "1.10.1"
307
299
  },
@@ -310,7 +302,7 @@
310
302
  }
311
303
  },
312
304
  "node_modules/@sap/xsenv/node_modules/debug": {
313
- "version": "4.3.7",
305
+ "version": "4.4.0",
314
306
  "license": "MIT",
315
307
  "dependencies": {
316
308
  "ms": "^2.1.3"
@@ -329,17 +321,17 @@
329
321
  "license": "MIT"
330
322
  },
331
323
  "node_modules/@sap/xsodata": {
332
- "version": "8.2.0",
324
+ "version": "8.2.1",
333
325
  "license": "SEE LICENSE IN developer-license-3.1.txt",
334
326
  "dependencies": {
335
- "@sap/xsenv": "5.3.0",
336
- "@sap/xssec": "3.6.0",
327
+ "@sap/xsenv": "5.5.0",
328
+ "@sap/xssec": "3.6.2",
337
329
  "async": "3.2.6",
338
330
  "big.js": "6.2.2",
339
331
  "body-parser": "1.20.3",
340
- "hdb": "0.19.10",
332
+ "hdb": "0.19.12",
341
333
  "lodash": "4.17.21",
342
- "negotiator": "0.6.3",
334
+ "negotiator": "1.0.0",
343
335
  "rwlock": "5.0.0",
344
336
  "xml-writer": "1.7.0"
345
337
  },
@@ -347,59 +339,15 @@
347
339
  "node": "^18 || ^20 || ^22"
348
340
  }
349
341
  },
350
- "node_modules/@sap/xsodata/node_modules/@sap/xsenv": {
351
- "version": "5.3.0",
352
- "license": "SEE LICENSE IN LICENSE file",
353
- "dependencies": {
354
- "debug": "4.3.7",
355
- "node-cache": "^5.1.2",
356
- "verror": "1.10.1"
357
- },
358
- "engines": {
359
- "node": "^18.0.0 || ^20.0.0"
360
- }
361
- },
362
- "node_modules/@sap/xsodata/node_modules/@sap/xssec": {
363
- "version": "3.6.0",
364
- "license": "SAP DEVELOPER LICENSE AGREEMENT",
365
- "dependencies": {
366
- "axios": "^1.6",
367
- "debug": "^4.3.4",
368
- "jsonwebtoken": "^9.0.2",
369
- "node-rsa": "^1.1.1"
370
- },
371
- "engines": {
372
- "node": ">=18"
373
- }
374
- },
375
- "node_modules/@sap/xsodata/node_modules/debug": {
376
- "version": "4.3.7",
377
- "license": "MIT",
378
- "dependencies": {
379
- "ms": "^2.1.3"
380
- },
381
- "engines": {
382
- "node": ">=6.0"
383
- },
384
- "peerDependenciesMeta": {
385
- "supports-color": {
386
- "optional": true
387
- }
388
- }
389
- },
390
- "node_modules/@sap/xsodata/node_modules/ms": {
391
- "version": "2.1.3",
392
- "license": "MIT"
393
- },
394
342
  "node_modules/@sap/xss-secure": {
395
- "version": "5.2.0",
343
+ "version": "5.3.0",
396
344
  "license": "SEE LICENSE IN LICENSE file",
397
345
  "engines": {
398
346
  "node": "^18.0.0 || ^20.0.0 || ^22.0.0"
399
347
  }
400
348
  },
401
349
  "node_modules/@sap/xssec": {
402
- "version": "3.6.1",
350
+ "version": "3.6.2",
403
351
  "license": "SAP DEVELOPER LICENSE AGREEMENT",
404
352
  "dependencies": {
405
353
  "axios": "^1.6",
@@ -429,6 +377,13 @@
429
377
  "node": ">= 0.6"
430
378
  }
431
379
  },
380
+ "node_modules/accepts/node_modules/negotiator": {
381
+ "version": "0.6.3",
382
+ "license": "MIT",
383
+ "engines": {
384
+ "node": ">= 0.6"
385
+ }
386
+ },
432
387
  "node_modules/array-flatten": {
433
388
  "version": "1.1.1",
434
389
  "license": "MIT"
@@ -456,7 +411,7 @@
456
411
  "license": "MIT"
457
412
  },
458
413
  "node_modules/axios": {
459
- "version": "1.7.9",
414
+ "version": "1.8.4",
460
415
  "license": "MIT",
461
416
  "dependencies": {
462
417
  "follow-redirects": "^1.15.6",
@@ -534,7 +489,7 @@
534
489
  }
535
490
  },
536
491
  "node_modules/call-bind-apply-helpers": {
537
- "version": "1.0.1",
492
+ "version": "1.0.2",
538
493
  "license": "MIT",
539
494
  "dependencies": {
540
495
  "es-errors": "^1.3.0",
@@ -545,11 +500,11 @@
545
500
  }
546
501
  },
547
502
  "node_modules/call-bound": {
548
- "version": "1.0.3",
503
+ "version": "1.0.4",
549
504
  "license": "MIT",
550
505
  "dependencies": {
551
- "call-bind-apply-helpers": "^1.0.1",
552
- "get-intrinsic": "^1.2.6"
506
+ "call-bind-apply-helpers": "^1.0.2",
507
+ "get-intrinsic": "^1.3.0"
553
508
  },
554
509
  "engines": {
555
510
  "node": ">= 0.4"
@@ -676,7 +631,7 @@
676
631
  "license": "MIT"
677
632
  },
678
633
  "node_modules/debug": {
679
- "version": "4.3.4",
634
+ "version": "4.3.5",
680
635
  "license": "MIT",
681
636
  "dependencies": {
682
637
  "ms": "2.1.2"
@@ -757,7 +712,7 @@
757
712
  }
758
713
  },
759
714
  "node_modules/es-object-atoms": {
760
- "version": "1.0.0",
715
+ "version": "1.1.1",
761
716
  "license": "MIT",
762
717
  "dependencies": {
763
718
  "es-errors": "^1.3.0"
@@ -766,6 +721,19 @@
766
721
  "node": ">= 0.4"
767
722
  }
768
723
  },
724
+ "node_modules/es-set-tostringtag": {
725
+ "version": "2.1.0",
726
+ "license": "MIT",
727
+ "dependencies": {
728
+ "es-errors": "^1.3.0",
729
+ "get-intrinsic": "^1.2.6",
730
+ "has-tostringtag": "^1.0.2",
731
+ "hasown": "^2.0.2"
732
+ },
733
+ "engines": {
734
+ "node": ">= 0.4"
735
+ }
736
+ },
769
737
  "node_modules/escape-html": {
770
738
  "version": "1.0.3",
771
739
  "license": "MIT"
@@ -854,7 +822,7 @@
854
822
  "license": "MIT"
855
823
  },
856
824
  "node_modules/fetch-retry": {
857
- "version": "4.1.0",
825
+ "version": "6.0.0",
858
826
  "license": "MIT"
859
827
  },
860
828
  "node_modules/finalhandler": {
@@ -910,11 +878,12 @@
910
878
  }
911
879
  },
912
880
  "node_modules/form-data": {
913
- "version": "4.0.1",
881
+ "version": "4.0.2",
914
882
  "license": "MIT",
915
883
  "dependencies": {
916
884
  "asynckit": "^0.4.0",
917
885
  "combined-stream": "^1.0.8",
886
+ "es-set-tostringtag": "^2.1.0",
918
887
  "mime-types": "^2.1.12"
919
888
  },
920
889
  "engines": {
@@ -943,19 +912,19 @@
943
912
  }
944
913
  },
945
914
  "node_modules/get-intrinsic": {
946
- "version": "1.2.6",
915
+ "version": "1.3.0",
947
916
  "license": "MIT",
948
917
  "dependencies": {
949
- "call-bind-apply-helpers": "^1.0.1",
950
- "dunder-proto": "^1.0.0",
918
+ "call-bind-apply-helpers": "^1.0.2",
951
919
  "es-define-property": "^1.0.1",
952
920
  "es-errors": "^1.3.0",
953
- "es-object-atoms": "^1.0.0",
921
+ "es-object-atoms": "^1.1.1",
954
922
  "function-bind": "^1.1.2",
923
+ "get-proto": "^1.0.1",
955
924
  "gopd": "^1.2.0",
956
925
  "has-symbols": "^1.1.0",
957
926
  "hasown": "^2.0.2",
958
- "math-intrinsics": "^1.0.0"
927
+ "math-intrinsics": "^1.1.0"
959
928
  },
960
929
  "engines": {
961
930
  "node": ">= 0.4"
@@ -964,6 +933,17 @@
964
933
  "url": "https://github.com/sponsors/ljharb"
965
934
  }
966
935
  },
936
+ "node_modules/get-proto": {
937
+ "version": "1.0.1",
938
+ "license": "MIT",
939
+ "dependencies": {
940
+ "dunder-proto": "^1.0.1",
941
+ "es-object-atoms": "^1.0.0"
942
+ },
943
+ "engines": {
944
+ "node": ">= 0.4"
945
+ }
946
+ },
967
947
  "node_modules/gopd": {
968
948
  "version": "1.2.0",
969
949
  "license": "MIT",
@@ -984,6 +964,19 @@
984
964
  "url": "https://github.com/sponsors/ljharb"
985
965
  }
986
966
  },
967
+ "node_modules/has-tostringtag": {
968
+ "version": "1.0.2",
969
+ "license": "MIT",
970
+ "dependencies": {
971
+ "has-symbols": "^1.0.3"
972
+ },
973
+ "engines": {
974
+ "node": ">= 0.4"
975
+ },
976
+ "funding": {
977
+ "url": "https://github.com/sponsors/ljharb"
978
+ }
979
+ },
987
980
  "node_modules/hasown": {
988
981
  "version": "2.0.2",
989
982
  "license": "MIT",
@@ -995,7 +988,7 @@
995
988
  }
996
989
  },
997
990
  "node_modules/hdb": {
998
- "version": "0.19.10",
991
+ "version": "0.19.12",
999
992
  "license": "Apache-2.0",
1000
993
  "dependencies": {
1001
994
  "iconv-lite": "^0.4.18"
@@ -1131,7 +1124,7 @@
1131
1124
  }
1132
1125
  },
1133
1126
  "node_modules/math-intrinsics": {
1134
- "version": "1.0.0",
1127
+ "version": "1.1.0",
1135
1128
  "license": "MIT",
1136
1129
  "engines": {
1137
1130
  "node": ">= 0.4"
@@ -1237,7 +1230,7 @@
1237
1230
  }
1238
1231
  },
1239
1232
  "node_modules/negotiator": {
1240
- "version": "0.6.3",
1233
+ "version": "1.0.0",
1241
1234
  "license": "MIT",
1242
1235
  "engines": {
1243
1236
  "node": ">= 0.6"
@@ -1290,7 +1283,7 @@
1290
1283
  }
1291
1284
  },
1292
1285
  "node_modules/object-inspect": {
1293
- "version": "1.13.3",
1286
+ "version": "1.13.4",
1294
1287
  "license": "MIT",
1295
1288
  "engines": {
1296
1289
  "node": ">= 0.4"
@@ -1464,7 +1457,7 @@
1464
1457
  "license": "ISC"
1465
1458
  },
1466
1459
  "node_modules/semver": {
1467
- "version": "7.6.3",
1460
+ "version": "7.7.1",
1468
1461
  "license": "ISC",
1469
1462
  "bin": {
1470
1463
  "semver": "bin/semver.js"
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@sap/async-xsjs",
3
3
  "description": "Compatibility layer to run XS Classic applications on XS Advanced",
4
- "version": "2.0.9",
4
+ "version": "2.1.0",
5
5
  "repository": {},
6
6
  "license": "SEE LICENSE IN LICENSE file",
7
7
  "main": "./lib",
8
8
  "dependencies": {
9
- "@sap/audit-logging": "^5.7.1",
9
+ "@sap/audit-logging": "^6.3.0",
10
10
  "@sap/e2e-trace": "^5.3.0",
11
11
  "@sap/hana-client": "2.22.32",
12
- "@sap/hdbext": "8.1.0",
12
+ "@sap/hdbext": "8.1.3",
13
13
  "@sap/instance-manager": "^5.2.1",
14
14
  "@sap/jobs-client": "^1.8.5",
15
15
  "@sap/logging": "^8.3.0",
@@ -17,7 +17,7 @@
17
17
  "@sap/node-vsi": "^1.4.30",
18
18
  "@sap/textbundle": "^5.3.0",
19
19
  "@sap/xsenv": "^5.4.0",
20
- "@sap/xsodata": "^8.2.0",
20
+ "@sap/xsodata": "^8.2.1",
21
21
  "@sap/xss-secure": "^5.2.0",
22
22
  "@sap/xssec": "^3.6.0",
23
23
  "accept-language": "2.0.16",
@@ -41,10 +41,10 @@
41
41
  "verror": "1.10.1",
42
42
  "yauzl": "3.2.0",
43
43
  "yazl": "2.4.1",
44
- "axios": "^1.7.8"
44
+ "axios": "^1.8.3"
45
45
  },
46
46
  "engines": {
47
- "node": "^18.x || ^20.x"
47
+ "node": "^18.x || ^20.x || ^22.x"
48
48
  },
49
49
  "files": [
50
50
  "lib",
@@ -66,7 +66,7 @@
66
66
  "c8": "^7.11.2",
67
67
  "chai": "4.2.0",
68
68
  "eslint": "3.2.2",
69
- "filter-node-package": "3.1.1",
69
+ "filter-node-package": "^5.0.0",
70
70
  "markdown-toc": "^1.2.0",
71
71
  "mocha": "^10.2.0",
72
72
  "moment-timezone": "0.5.46",