@sap/xsodata 8.0.2 → 8.1.0
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 +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|
|
8
8
|
|
|
9
9
|
## Unreleased
|
|
10
10
|
|
|
11
|
+
## [8.1.0] - 2023-02-20
|
|
12
|
+
* Add support Node.js 18
|
|
13
|
+
* Update node module dependencies
|
|
14
|
+
|
|
11
15
|
## [8.0.2] - 2023-01-30
|
|
12
16
|
|
|
13
17
|
* Security fix - update @sap/xssec library to version 3.2.17.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/xsodata",
|
|
3
|
-
"version": "8.0
|
|
3
|
+
"version": "8.1.0",
|
|
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",
|
|
@@ -46,28 +46,28 @@
|
|
|
46
46
|
".npmignore"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@sap/xsenv": "3.
|
|
49
|
+
"@sap/xsenv": "3.4.0",
|
|
50
50
|
"@sap/xssec": "3.2.17",
|
|
51
51
|
"async": "3.2.4",
|
|
52
52
|
"big.js": "6.2.1",
|
|
53
|
-
"body-parser": "1.20.
|
|
54
|
-
"hdb": "0.19.
|
|
53
|
+
"body-parser": "1.20.1",
|
|
54
|
+
"hdb": "0.19.5",
|
|
55
55
|
"lodash": "4.17.21",
|
|
56
56
|
"negotiator": "0.6.3",
|
|
57
57
|
"rwlock": "5.0.0",
|
|
58
58
|
"xml-writer": "1.7.0"
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
|
61
|
-
"node": "^14 || ^16"
|
|
61
|
+
"node": "^14 || ^16 || ^18"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@sap/hana-client": "2.
|
|
65
|
-
"chai": "4.
|
|
64
|
+
"@sap/hana-client": "2.15.19",
|
|
65
|
+
"chai": "4.3.7",
|
|
66
66
|
"expect": "1.20.2",
|
|
67
|
-
"filter-node-package": "3.
|
|
67
|
+
"filter-node-package": "3.1.0",
|
|
68
68
|
"jison": "0.4.18",
|
|
69
|
-
"jshint": "2.13.
|
|
70
|
-
"mocha": "
|
|
69
|
+
"jshint": "2.13.6",
|
|
70
|
+
"mocha": "10.2.0",
|
|
71
71
|
"mocha-simple-html-reporter": "1.1.0",
|
|
72
72
|
"node-mocks-http": "=1.7.6",
|
|
73
73
|
"nyc": "^15.1.0",
|