@sap/async-xsjs 2.1.2 → 2.1.4
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 +15 -0
- package/npm-shrinkwrap.json +452 -4593
- package/package.json +7 -5
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,21 @@ 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.4"></a>
|
|
9
|
+
## 2.1.4 - 2025-07-30
|
|
10
|
+
|
|
11
|
+
### Updated
|
|
12
|
+
- The form-data library was pinned to an older version by a dependent package, causing issues. We’re re-releasing async-xsjs to pin the latest form-data version via shrinkwrap.json
|
|
13
|
+
- Update Compression library to 1.8.1
|
|
14
|
+
|
|
15
|
+
<a name="2.1.3"></a>
|
|
16
|
+
## 2.1.3 - 2025-07-01
|
|
17
|
+
|
|
18
|
+
### Updated
|
|
19
|
+
- Updated node-hdbext version to 8.1.9
|
|
20
|
+
- Shrinkwrap issue is fixed
|
|
21
|
+
- jnlp version is updated
|
|
22
|
+
|
|
8
23
|
<a name="2.1.2"></a>
|
|
9
24
|
## 2.1.2 - 2025-05-28
|
|
10
25
|
|