@sap/async-xsjs 2.1.2 → 2.1.3
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 +8 -0
- package/npm-shrinkwrap.json +482 -4641
- package/package.json +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ 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.3"></a>
|
|
9
|
+
## 2.1.3 - 2025-07-01
|
|
10
|
+
|
|
11
|
+
### Updated
|
|
12
|
+
- Updated node-hdbext version to 8.1.9
|
|
13
|
+
- Shrinkwrap issue is fixed
|
|
14
|
+
- jnlp version is updated
|
|
15
|
+
|
|
8
16
|
<a name="2.1.2"></a>
|
|
9
17
|
## 2.1.2 - 2025-05-28
|
|
10
18
|
|