@sap/async-xsjs 2.1.9 → 2.1.10

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,12 @@ 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.10"></a>
9
+ ## 2.1.10 - 2026-03-17
10
+
11
+ ### Updated
12
+ - update @sap/hdbext version to 8.1.12
13
+
8
14
  <a name="2.1.9"></a>
9
15
  ## 2.1.9 - 2026-03-12
10
16
 
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@sap/async-xsjs",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@sap/async-xsjs",
9
- "version": "2.1.9",
9
+ "version": "2.1.10",
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
14
  "@sap/hana-client": "2.27.24",
15
- "@sap/hdbext": "8.1.11",
15
+ "@sap/hdbext": "8.1.12",
16
16
  "@sap/instance-manager": "^5.2.5",
17
17
  "@sap/jobs-client": "^1.8.6",
18
18
  "@sap/logging": "^9.1.1",
@@ -105,7 +105,7 @@
105
105
  "license": "MIT"
106
106
  },
107
107
  "node_modules/@sap/hdbext": {
108
- "version": "8.1.11",
108
+ "version": "8.1.12",
109
109
  "license": "SEE LICENSE IN LICENSE file",
110
110
  "dependencies": {
111
111
  "@sap/e2e-trace": "6.0.0",
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.9",
4
+ "version": "2.1.10",
5
5
  "repository": {
6
6
  "url": "git@github.wdf.sap.corp:xs2/async-xsjs.git"
7
7
  },
@@ -11,7 +11,7 @@
11
11
  "@sap/audit-logging": "^7.0.0",
12
12
  "@sap/e2e-trace": "^6.1.0",
13
13
  "@sap/hana-client": "2.27.24",
14
- "@sap/hdbext": "8.1.11",
14
+ "@sap/hdbext": "8.1.12",
15
15
  "@sap/instance-manager": "^5.2.5",
16
16
  "@sap/jobs-client": "^1.8.6",
17
17
  "@sap/logging": "^9.1.1",