@sap/async-xsjs 1.0.5 → 1.0.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 CHANGED
@@ -5,6 +5,13 @@ 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="1.0.6"></a>
9
+ ## 1.0.6 - 2023-06-23
10
+
11
+ ### Updated
12
+ - Updated hana-client to v2.17.14
13
+ - Updated hdbext to v7.7.5
14
+
8
15
  <a name="1.0.5"></a>
9
16
  ## 1.0.5 - 2023-06-08
10
17
 
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@sap/async-xsjs",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@sap/async-xsjs",
9
- "version": "1.0.5",
9
+ "version": "1.0.6",
10
10
  "license": "SEE LICENSE IN LICENSE file",
11
11
  "dependencies": {
12
12
  "@sap/audit-logging": "^5.7.0",
13
13
  "@sap/e2e-trace": "^3.2.0",
14
- "@sap/hana-client": "2.16.21",
15
- "@sap/hdbext": "^7.7.3",
14
+ "@sap/hana-client": "2.17.14",
15
+ "@sap/hdbext": "^7.7.5",
16
16
  "@sap/instance-manager": "^3.5.3",
17
17
  "@sap/jobs-client": "^1.7.43",
18
18
  "@sap/logging": "^6.2.0",
@@ -75,7 +75,7 @@
75
75
  }
76
76
  },
77
77
  "node_modules/@sap/hana-client": {
78
- "version": "2.16.21",
78
+ "version": "2.17.14",
79
79
  "hasInstallScript": true,
80
80
  "dependencies": {
81
81
  "debug": "3.1.0"
@@ -94,10 +94,10 @@
94
94
  "version": "2.0.0"
95
95
  },
96
96
  "node_modules/@sap/hdbext": {
97
- "version": "7.7.4",
97
+ "version": "7.7.5",
98
98
  "dependencies": {
99
99
  "@sap/e2e-trace": "^3.1.0",
100
- "@sap/hana-client": "2.16.26",
100
+ "@sap/hana-client": "2.17.14",
101
101
  "accept-language": "2.0.16",
102
102
  "async": "3.2.2",
103
103
  "debug": "4.3.1",
@@ -108,25 +108,6 @@
108
108
  "node": "^10.0.0 || ^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0"
109
109
  }
110
110
  },
111
- "node_modules/@sap/hdbext/node_modules/@sap/hana-client": {
112
- "version": "2.16.26",
113
- "hasInstallScript": true,
114
- "dependencies": {
115
- "debug": "3.1.0"
116
- },
117
- "engines": {
118
- "node": ">=4.0.0"
119
- }
120
- },
121
- "node_modules/@sap/hdbext/node_modules/@sap/hana-client/node_modules/debug": {
122
- "version": "3.1.0",
123
- "dependencies": {
124
- "ms": "2.0.0"
125
- }
126
- },
127
- "node_modules/@sap/hdbext/node_modules/@sap/hana-client/node_modules/ms": {
128
- "version": "2.0.0"
129
- },
130
111
  "node_modules/@sap/hdbext/node_modules/debug": {
131
112
  "version": "4.3.1",
132
113
  "dependencies": {
@@ -1246,7 +1227,7 @@
1246
1227
  "version": "1.2.4"
1247
1228
  },
1248
1229
  "node_modules/semver": {
1249
- "version": "7.5.1",
1230
+ "version": "7.5.3",
1250
1231
  "dependencies": {
1251
1232
  "lru-cache": "^6.0.0"
1252
1233
  },
@@ -1482,7 +1463,7 @@
1482
1463
  }
1483
1464
  },
1484
1465
  "@sap/hana-client": {
1485
- "version": "2.16.21",
1466
+ "version": "2.17.14",
1486
1467
  "requires": {
1487
1468
  "debug": "3.1.0"
1488
1469
  },
@@ -1499,10 +1480,10 @@
1499
1480
  }
1500
1481
  },
1501
1482
  "@sap/hdbext": {
1502
- "version": "7.7.4",
1483
+ "version": "7.7.5",
1503
1484
  "requires": {
1504
1485
  "@sap/e2e-trace": "^3.1.0",
1505
- "@sap/hana-client": "2.16.26",
1486
+ "@sap/hana-client": "2.17.14",
1506
1487
  "accept-language": "2.0.16",
1507
1488
  "async": "3.2.2",
1508
1489
  "debug": "4.3.1",
@@ -1510,23 +1491,6 @@
1510
1491
  "verror": "1.10.0"
1511
1492
  },
1512
1493
  "dependencies": {
1513
- "@sap/hana-client": {
1514
- "version": "2.16.26",
1515
- "requires": {
1516
- "debug": "3.1.0"
1517
- },
1518
- "dependencies": {
1519
- "debug": {
1520
- "version": "3.1.0",
1521
- "requires": {
1522
- "ms": "2.0.0"
1523
- }
1524
- },
1525
- "ms": {
1526
- "version": "2.0.0"
1527
- }
1528
- }
1529
- },
1530
1494
  "debug": {
1531
1495
  "version": "4.3.1",
1532
1496
  "requires": {
@@ -2341,7 +2305,7 @@
2341
2305
  "version": "1.2.4"
2342
2306
  },
2343
2307
  "semver": {
2344
- "version": "7.5.1",
2308
+ "version": "7.5.3",
2345
2309
  "requires": {
2346
2310
  "lru-cache": "^6.0.0"
2347
2311
  },
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": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "repository": {},
6
6
  "license": "SEE LICENSE IN LICENSE file",
7
7
  "main": "./lib",
8
8
  "dependencies": {
9
9
  "@sap/audit-logging": "^5.7.0",
10
10
  "@sap/e2e-trace": "^3.2.0",
11
- "@sap/hana-client": "2.16.21",
12
- "@sap/hdbext": "^7.7.3",
11
+ "@sap/hana-client": "2.17.14",
12
+ "@sap/hdbext": "^7.7.5",
13
13
  "@sap/instance-manager": "^3.5.3",
14
14
  "@sap/jobs-client": "^1.7.43",
15
15
  "@sap/logging": "^6.2.0",