@restorecommerce/chassis-srv 1.4.0 → 1.4.2
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 +9 -0
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
### 1.4.2 (November 20th, 2023)
|
|
2
|
+
|
|
3
|
+
- updated all dependencies
|
|
4
|
+
|
|
5
|
+
### 1.4.1 (November 15th, 2023)
|
|
6
|
+
|
|
7
|
+
- updated token proto for expires_in, last_login and user proto for last_access
|
|
8
|
+
- updated all dependencies
|
|
9
|
+
|
|
1
10
|
### 1.4.0 (October 7th, 2023)
|
|
2
11
|
|
|
3
12
|
- updated node version to 20 and all other dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@restorecommerce/chassis-srv",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "Restore Commerce microservice chassis",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"author": "n-fuse GmbH",
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
],
|
|
18
18
|
"typings": "lib/index.d.ts",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@grpc/grpc-js": "^1.9.
|
|
21
|
-
"@restorecommerce/grpc-client": "^2.0.
|
|
22
|
-
"@restorecommerce/kafka-client": "^1.1.
|
|
23
|
-
"@restorecommerce/logger": "^1.2.
|
|
24
|
-
"@restorecommerce/protos": "^6.
|
|
25
|
-
"@restorecommerce/rc-grpc-clients": "^5.1.
|
|
26
|
-
"@restorecommerce/service-config": "^1.0.
|
|
27
|
-
"arangojs": "^8.
|
|
28
|
-
"async": "^3.2.
|
|
20
|
+
"@grpc/grpc-js": "^1.9.11",
|
|
21
|
+
"@restorecommerce/grpc-client": "^2.0.8",
|
|
22
|
+
"@restorecommerce/kafka-client": "^1.1.9",
|
|
23
|
+
"@restorecommerce/logger": "^1.2.8",
|
|
24
|
+
"@restorecommerce/protos": "^6.2.3",
|
|
25
|
+
"@restorecommerce/rc-grpc-clients": "^5.1.9",
|
|
26
|
+
"@restorecommerce/service-config": "^1.0.10",
|
|
27
|
+
"arangojs": "^8.6.0",
|
|
28
|
+
"async": "^3.2.5",
|
|
29
29
|
"async-retry": "^1.3.3",
|
|
30
30
|
"cache-manager": "4.1.0",
|
|
31
31
|
"cls-hooked": "^4.2.2",
|
|
@@ -35,23 +35,23 @@
|
|
|
35
35
|
"lodash": "^4.17.21",
|
|
36
36
|
"long": "^5.2.3",
|
|
37
37
|
"nedb": "^1.8.0",
|
|
38
|
-
"nice-grpc": "^2.1.
|
|
39
|
-
"nice-grpc-server-reflection": "^2.0.
|
|
38
|
+
"nice-grpc": "^2.1.7",
|
|
39
|
+
"nice-grpc-server-reflection": "^2.0.9",
|
|
40
40
|
"protobufjs": "^7.2.5",
|
|
41
41
|
"redis": "^4.6.10"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@types/cache-manager": "^4.0.
|
|
45
|
-
"@types/lodash": "^4.14.
|
|
46
|
-
"@types/mocha": "^10.0.
|
|
47
|
-
"@types/nedb": "^1.8.
|
|
48
|
-
"@types/node": "^20.
|
|
49
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
50
|
-
"@typescript-eslint/eslint-plugin-tslint": "^6.
|
|
51
|
-
"@typescript-eslint/parser": "^6.
|
|
44
|
+
"@types/cache-manager": "^4.0.5",
|
|
45
|
+
"@types/lodash": "^4.14.201",
|
|
46
|
+
"@types/mocha": "^10.0.4",
|
|
47
|
+
"@types/nedb": "^1.8.16",
|
|
48
|
+
"@types/node": "^20.9.2",
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
50
|
+
"@typescript-eslint/eslint-plugin-tslint": "^6.11.0",
|
|
51
|
+
"@typescript-eslint/parser": "^6.11.0",
|
|
52
52
|
"cross-env": "^7.0.3",
|
|
53
|
-
"eslint": "^8.
|
|
54
|
-
"eslint-plugin-prefer-arrow-functions": "^3.
|
|
53
|
+
"eslint": "^8.54.0",
|
|
54
|
+
"eslint-plugin-prefer-arrow-functions": "^3.2.4",
|
|
55
55
|
"mocha": "^10.2.0",
|
|
56
56
|
"mocha-typescript": "^1.1.17",
|
|
57
57
|
"npm-run-all": "^4.1.5",
|