@restorecommerce/resource-base-interface 1.4.7 → 1.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +14 -11
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ### 1.5.0 (April 15th, 2024)
3
+
4
+ - up deps
5
+
6
+ ### 1.4.8 (March 19th, 2024)
7
+
8
+ - up deps
9
+
2
10
  ### 1.4.7 (February 29th, 2024)
3
11
 
4
12
  - add null check
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/resource-base-interface",
3
- "version": "1.4.7",
3
+ "version": "1.5.0",
4
4
  "description": "Restorecommerce Resource Base Interface",
5
5
  "main": "lib/index.js",
6
6
  "author": "n-fuse GmbH",
@@ -17,33 +17,36 @@
17
17
  "interface"
18
18
  ],
19
19
  "dependencies": {
20
- "@restorecommerce/chassis-srv": "^1.4.8",
21
- "@restorecommerce/grpc-client": "^2.1.1",
22
- "@restorecommerce/kafka-client": "^1.1.20",
23
- "@restorecommerce/rc-grpc-clients": "^5.1.20",
24
- "@restorecommerce/service-config": "^1.0.11",
20
+ "@restorecommerce/chassis-srv": "^1.5.0",
21
+ "@restorecommerce/grpc-client": "^2.2.1",
22
+ "@restorecommerce/kafka-client": "^1.2.1",
23
+ "@restorecommerce/rc-grpc-clients": "^5.1.23",
24
+ "@restorecommerce/service-config": "^1.0.12",
25
25
  "lodash": "^4.17.21",
26
26
  "redis": "^4.6.13"
27
27
  },
28
+ "overrides": {
29
+ "@grpc/grpc-js": "^1.10.6"
30
+ },
28
31
  "devDependencies": {
29
- "@types/lodash": "^4.14.202",
32
+ "@types/lodash": "^4.17.0",
30
33
  "@types/mocha": "^10.0.6",
31
34
  "@types/redis": "^4.0.11",
32
- "@typescript-eslint/eslint-plugin": "^7.1.0",
35
+ "@typescript-eslint/eslint-plugin": "^7.6.0",
33
36
  "@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
34
- "@typescript-eslint/parser": "^7.1.0",
37
+ "@typescript-eslint/parser": "^7.6.0",
35
38
  "arangojs": "^8.7.0",
36
39
  "cross-env": "^7.0.3",
37
40
  "eslint": "^8.57.0",
38
41
  "eslint-plugin-prefer-arrow-functions": "^3.3.2",
39
- "mocha": "^10.3.0",
42
+ "mocha": "^10.4.0",
40
43
  "npm-run-all": "^4.1.5",
41
44
  "nyc": "^15.1.0",
42
45
  "rimraf": "^5.0.5",
43
46
  "should": "^13.2.3",
44
47
  "ts-node": "^10.9.2",
45
48
  "tslint": "^6.1.3",
46
- "typescript": "^5.3.3"
49
+ "typescript": "^5.4.5"
47
50
  },
48
51
  "scripts": {
49
52
  "test": "npm run lint && nyc npm run mocha",