@restorecommerce/chassis-srv 1.2.1 → 1.2.3
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 +8 -0
- package/package.json +17 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
### 1.2.3 (July 11th, 2023)
|
|
2
|
+
|
|
3
|
+
- updated deps (google.protobuf.timestamp proto usage for date fields)
|
|
4
|
+
|
|
5
|
+
### 1.2.2 (June 16th, 2023)
|
|
6
|
+
|
|
7
|
+
- updated libs (rename resource to master_data, up kafka-client and rc-grpc-clients)
|
|
8
|
+
|
|
1
9
|
### 1.2.1 (May 31st, 2023)
|
|
2
10
|
|
|
3
11
|
- renamed filter to filters for Graph filters and fixed tests
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@restorecommerce/chassis-srv",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "Restore Commerce microservice chassis",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"author": "n-fuse GmbH",
|
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
],
|
|
18
18
|
"typings": "lib/index.d.ts",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@grpc/grpc-js": "^1.8.
|
|
21
|
-
"@restorecommerce/grpc-client": "^2.0.
|
|
22
|
-
"@restorecommerce/kafka-client": "^1.0.
|
|
23
|
-
"@restorecommerce/logger": "^1.2.
|
|
24
|
-
"@restorecommerce/protos": "^
|
|
25
|
-
"@restorecommerce/rc-grpc-clients": "^
|
|
26
|
-
"@restorecommerce/service-config": "^1.0.
|
|
27
|
-
"arangojs": "^8.
|
|
20
|
+
"@grpc/grpc-js": "^1.8.17",
|
|
21
|
+
"@restorecommerce/grpc-client": "^2.0.2",
|
|
22
|
+
"@restorecommerce/kafka-client": "^1.0.13",
|
|
23
|
+
"@restorecommerce/logger": "^1.2.4",
|
|
24
|
+
"@restorecommerce/protos": "^4.1.0",
|
|
25
|
+
"@restorecommerce/rc-grpc-clients": "^4.1.0",
|
|
26
|
+
"@restorecommerce/service-config": "^1.0.6",
|
|
27
|
+
"arangojs": "^8.4.0",
|
|
28
28
|
"async": "^3.2.4",
|
|
29
29
|
"async-retry": "^1.3.3",
|
|
30
30
|
"cache-manager": "^4.1.0",
|
|
@@ -37,21 +37,20 @@
|
|
|
37
37
|
"nedb": "^1.8.0",
|
|
38
38
|
"nice-grpc": "^2.1.4",
|
|
39
39
|
"nice-grpc-server-reflection": "^2.0.6",
|
|
40
|
-
"protobufjs": "^7.2.
|
|
41
|
-
"redis": "^4.6.
|
|
40
|
+
"protobufjs": "^7.2.4",
|
|
41
|
+
"redis": "^4.6.7"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/cache-manager": "^4.0.2",
|
|
45
45
|
"@types/lodash": "^4.14.195",
|
|
46
|
-
"@types/long": "^5.0.0",
|
|
47
46
|
"@types/mocha": "^10.0.1",
|
|
48
47
|
"@types/nedb": "^1.8.13",
|
|
49
|
-
"@types/node": "^20.
|
|
50
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
51
|
-
"@typescript-eslint/eslint-plugin-tslint": "^
|
|
52
|
-
"@typescript-eslint/parser": "^
|
|
48
|
+
"@types/node": "^20.4.1",
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
50
|
+
"@typescript-eslint/eslint-plugin-tslint": "^6.0.0",
|
|
51
|
+
"@typescript-eslint/parser": "^6.0.0",
|
|
53
52
|
"cross-env": "^7.0.3",
|
|
54
|
-
"eslint": "^8.
|
|
53
|
+
"eslint": "^8.44.0",
|
|
55
54
|
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
|
|
56
55
|
"mocha": "^10.2.0",
|
|
57
56
|
"mocha-typescript": "^1.1.17",
|
|
@@ -63,7 +62,7 @@
|
|
|
63
62
|
"sleep": "^6.3.0",
|
|
64
63
|
"ts-node": "^10.9.1",
|
|
65
64
|
"tslint": "^6.1.3",
|
|
66
|
-
"typescript": "^5.
|
|
65
|
+
"typescript": "^5.1.6"
|
|
67
66
|
},
|
|
68
67
|
"scripts": {
|
|
69
68
|
"lint": "eslint './src/**/*.ts' ",
|