@sap/async-xsjs 2.1.8 → 2.1.9

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="2.1.9"></a>
9
+ ## 2.1.9 - 2026-03-12
10
+
11
+ ### Updated
12
+ - update @sap/hana-client version to 2.27.24
13
+ - update @sap/hdbext version to 8.1.11
14
+
8
15
  <a name="2.1.8"></a>
9
16
  ## 2.1.8 - 2026-02-13
10
17
 
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@sap/async-xsjs",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@sap/async-xsjs",
9
- "version": "2.1.8",
9
+ "version": "2.1.9",
10
10
  "license": "SEE LICENSE IN LICENSE file",
11
11
  "dependencies": {
12
12
  "@sap/audit-logging": "^7.0.0",
13
13
  "@sap/e2e-trace": "^6.1.0",
14
- "@sap/hana-client": "2.27.23",
15
- "@sap/hdbext": "8.1.10",
14
+ "@sap/hana-client": "2.27.24",
15
+ "@sap/hdbext": "8.1.11",
16
16
  "@sap/instance-manager": "^5.2.5",
17
17
  "@sap/jobs-client": "^1.8.6",
18
18
  "@sap/logging": "^9.1.1",
@@ -83,7 +83,7 @@
83
83
  }
84
84
  },
85
85
  "node_modules/@sap/hana-client": {
86
- "version": "2.27.23",
86
+ "version": "2.27.24",
87
87
  "hasInstallScript": true,
88
88
  "license": "SEE LICENSE IN developer-license-3_2.txt",
89
89
  "dependencies": {
@@ -105,11 +105,11 @@
105
105
  "license": "MIT"
106
106
  },
107
107
  "node_modules/@sap/hdbext": {
108
- "version": "8.1.10",
108
+ "version": "8.1.11",
109
109
  "license": "SEE LICENSE IN LICENSE file",
110
110
  "dependencies": {
111
111
  "@sap/e2e-trace": "6.0.0",
112
- "@sap/hana-client": "2.27.23",
112
+ "@sap/hana-client": "2.27.24",
113
113
  "accept-language": "2.0.16",
114
114
  "async": "3.2.6",
115
115
  "debug": "4.4.3",
@@ -429,7 +429,7 @@
429
429
  "license": "MIT"
430
430
  },
431
431
  "node_modules/axios": {
432
- "version": "1.13.5",
432
+ "version": "1.13.6",
433
433
  "license": "MIT",
434
434
  "dependencies": {
435
435
  "follow-redirects": "^1.15.11",
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.8",
4
+ "version": "2.1.9",
5
5
  "repository": {
6
6
  "url": "git@github.wdf.sap.corp:xs2/async-xsjs.git"
7
7
  },
@@ -10,8 +10,8 @@
10
10
  "dependencies": {
11
11
  "@sap/audit-logging": "^7.0.0",
12
12
  "@sap/e2e-trace": "^6.1.0",
13
- "@sap/hana-client": "2.27.23",
14
- "@sap/hdbext": "8.1.10",
13
+ "@sap/hana-client": "2.27.24",
14
+ "@sap/hdbext": "8.1.11",
15
15
  "@sap/instance-manager": "^5.2.5",
16
16
  "@sap/jobs-client": "^1.8.6",
17
17
  "@sap/logging": "^9.1.1",