@restorecommerce/chassis-srv 1.3.1 → 1.4.1
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/README.adoc +2 -2
- package/package.json +25 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
### 1.4.1 (November 15th, 2023)
|
|
2
|
+
|
|
3
|
+
- updated token proto for expires_in, last_login and user proto for last_access
|
|
4
|
+
- updated all dependencies
|
|
5
|
+
|
|
6
|
+
### 1.4.0 (October 7th, 2023)
|
|
7
|
+
|
|
8
|
+
- updated node version to 20 and all other dependencies
|
|
9
|
+
|
|
1
10
|
### 1.3.1 (September 18th, 2023)
|
|
2
11
|
|
|
3
12
|
- updated test proto files
|
package/README.adoc
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
= Chassis Service
|
|
2
2
|
|
|
3
3
|
https://www.npmjs.com/package/@restorecommerce/chassis-srv[image:https://img.shields.io/npm/v/@restorecommerce/chassis-srv.svg?style=flat-square[Version]]
|
|
4
|
-
https://
|
|
4
|
+
https://github.com/restorecommerce/chassis-srv/actions/workflows/build.yaml[image:https://img.shields.io/github/actions/workflow/status/restorecommerce/chassis-srv/build.yaml?style=flat-square[Build Status]]
|
|
5
5
|
https://depfu.com/repos/github/restorecommerce/chassis-srv?branch=master[image:https://img.shields.io/depfu/dependencies/github/restorecommerce/chassis-srv?style=flat-square[Dependencies]]
|
|
6
6
|
https://coveralls.io/github/restorecommerce/chassis-srv?branch=master[image:https://img.shields.io/coveralls/github/restorecommerce/chassis-srv/master.svg?style=flat-square[Coverage Status]]
|
|
7
7
|
|
|
@@ -10,6 +10,6 @@ A chassis microservice.
|
|
|
10
10
|
Please consult the documentation for using it:
|
|
11
11
|
|
|
12
12
|
- *link:https://docs.restorecommerce.io/chassis-srv/index.html[Usage]*
|
|
13
|
-
- *link:https://docs.restorecommerce.io/architecture/index.html[
|
|
13
|
+
- *link:https://docs.restorecommerce.io/architecture/index.html[Restorecommerce Architecture]*
|
|
14
14
|
|
|
15
15
|
Part of link:https://github.com/restorecommerce[Restorecommerce].
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@restorecommerce/chassis-srv",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.1",
|
|
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.10",
|
|
21
|
+
"@restorecommerce/grpc-client": "^2.0.7",
|
|
22
|
+
"@restorecommerce/kafka-client": "^1.1.8",
|
|
23
|
+
"@restorecommerce/logger": "^1.2.7",
|
|
24
|
+
"@restorecommerce/protos": "^6.2.3",
|
|
25
|
+
"@restorecommerce/rc-grpc-clients": "^5.1.8",
|
|
26
|
+
"@restorecommerce/service-config": "^1.0.9",
|
|
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,31 +35,30 @@
|
|
|
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
|
-
"redis": "^4.6.
|
|
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.0",
|
|
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.53.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",
|
|
58
58
|
"nyc": "^15.1.0",
|
|
59
|
-
"rimraf": "^5.0.
|
|
59
|
+
"rimraf": "^5.0.5",
|
|
60
60
|
"rxjs": "^7.8.1",
|
|
61
61
|
"should": "^13.2.3",
|
|
62
|
-
"sleep": "^6.3.0",
|
|
63
62
|
"ts-node": "^10.9.1",
|
|
64
63
|
"tslint": "^6.1.3",
|
|
65
64
|
"typescript": "^5.2.2"
|
|
@@ -82,6 +81,6 @@
|
|
|
82
81
|
"path": false
|
|
83
82
|
},
|
|
84
83
|
"engines": {
|
|
85
|
-
"node": ">=
|
|
84
|
+
"node": ">= 18.0.0"
|
|
86
85
|
}
|
|
87
86
|
}
|