@sap/xsodata 8.2.0 → 8.2.1
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 +4 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/xsodata",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.1",
|
|
4
4
|
"description": "Expose data from a HANA database as OData V2 service with help of .xsodata files.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "SEE LICENSE IN developer-license-3.1.txt",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
".npmignore"
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@sap/xsenv": "5.
|
|
53
|
-
"@sap/xssec": "3.6.
|
|
52
|
+
"@sap/xsenv": "5.5.0",
|
|
53
|
+
"@sap/xssec": "3.6.2",
|
|
54
54
|
"async": "3.2.6",
|
|
55
55
|
"big.js": "6.2.2",
|
|
56
56
|
"body-parser": "1.20.3",
|
|
57
|
-
"hdb": "0.19.
|
|
57
|
+
"hdb": "0.19.12",
|
|
58
58
|
"lodash": "4.17.21",
|
|
59
|
-
"negotiator": "0.
|
|
59
|
+
"negotiator": "1.0.0",
|
|
60
60
|
"rwlock": "5.0.0",
|
|
61
61
|
"xml-writer": "1.7.0"
|
|
62
62
|
},
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
"node": "^18 || ^20 || ^22"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@sap/hana-client": "2.
|
|
67
|
+
"@sap/hana-client": "2.24.21",
|
|
68
68
|
"chai": "4.3.10",
|
|
69
69
|
"expect": "1.20.2",
|
|
70
|
-
"filter-node-package": "
|
|
70
|
+
"filter-node-package": "5.1.0",
|
|
71
71
|
"jison": "0.4.18",
|
|
72
72
|
"jshint": "2.13.6",
|
|
73
73
|
"mocha": "10.7.3",
|