@restorecommerce/resource-base-interface 0.2.5 → 0.2.6

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 +4 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.2.6 (February 11th, 2022)
2
+
3
+ - updated dependencies
4
+
1
5
  ### 0.2.5 (February 7th, 2022)
2
6
 
3
7
  - fix for strategy for fields for updated redis
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/resource-base-interface",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Restorecommerce Resource Base Interface",
5
5
  "main": "lib/index.js",
6
6
  "author": "n-fuse GmbH",
@@ -17,30 +17,30 @@
17
17
  "interface"
18
18
  ],
19
19
  "dependencies": {
20
- "@restorecommerce/chassis-srv": "^0.3.6",
21
- "@restorecommerce/grpc-client": "^0.2.14",
22
- "@restorecommerce/kafka-client": "^0.2.29",
23
- "@restorecommerce/protos": "^0.5.0",
24
- "@restorecommerce/service-config": "^0.4.23",
20
+ "@restorecommerce/chassis-srv": "^0.3.7",
21
+ "@restorecommerce/grpc-client": "^0.3.0",
22
+ "@restorecommerce/kafka-client": "^0.3.0",
23
+ "@restorecommerce/protos": "^0.6.2",
24
+ "@restorecommerce/service-config": "^0.4.24",
25
25
  "lodash": "^4.17.21",
26
- "redis": "^4.0.2"
26
+ "redis": "^4.0.3"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash": "^4.14.178",
30
30
  "@types/mocha": "^9.1.0",
31
31
  "@types/redis": "^4.0.11",
32
- "@typescript-eslint/eslint-plugin": "^5.10.1",
33
- "@typescript-eslint/eslint-plugin-tslint": "^5.10.1",
34
- "@typescript-eslint/parser": "^5.10.1",
32
+ "@typescript-eslint/eslint-plugin": "^5.11.0",
33
+ "@typescript-eslint/eslint-plugin-tslint": "^5.11.0",
34
+ "@typescript-eslint/parser": "^5.11.0",
35
35
  "cross-env": "^7.0.3",
36
- "eslint": "^8.7.0",
36
+ "eslint": "^8.8.0",
37
37
  "eslint-plugin-prefer-arrow-functions": "^3.1.4",
38
38
  "mocha": "^9.2.0",
39
39
  "npm-run-all": "^4.1.5",
40
40
  "nyc": "^15.1.0",
41
41
  "rimraf": "^3.0.2",
42
42
  "should": "^13.2.3",
43
- "ts-node": "^10.4.0",
43
+ "ts-node": "^10.5.0",
44
44
  "tslint": "^6.1.3",
45
45
  "typescript": "^4.5.5"
46
46
  },