@restorecommerce/chassis-srv 1.3.1 → 1.4.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.
- package/CHANGELOG.md +4 -0
- package/README.adoc +2 -2
- package/package.json +19 -20
package/CHANGELOG.md
CHANGED
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.0",
|
|
4
4
|
"description": "Restore Commerce microservice chassis",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"author": "n-fuse GmbH",
|
|
@@ -17,13 +17,13 @@
|
|
|
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.1.
|
|
25
|
-
"@restorecommerce/rc-grpc-clients": "^5.1.
|
|
26
|
-
"@restorecommerce/service-config": "^1.0.
|
|
20
|
+
"@grpc/grpc-js": "^1.9.5",
|
|
21
|
+
"@restorecommerce/grpc-client": "^2.0.4",
|
|
22
|
+
"@restorecommerce/kafka-client": "^1.1.3",
|
|
23
|
+
"@restorecommerce/logger": "^1.2.5",
|
|
24
|
+
"@restorecommerce/protos": "^6.1.2",
|
|
25
|
+
"@restorecommerce/rc-grpc-clients": "^5.1.3",
|
|
26
|
+
"@restorecommerce/service-config": "^1.0.7",
|
|
27
27
|
"arangojs": "^8.4.1",
|
|
28
28
|
"async": "^3.2.4",
|
|
29
29
|
"async-retry": "^1.3.3",
|
|
@@ -38,28 +38,27 @@
|
|
|
38
38
|
"nice-grpc": "^2.1.5",
|
|
39
39
|
"nice-grpc-server-reflection": "^2.0.7",
|
|
40
40
|
"protobufjs": "^7.2.5",
|
|
41
|
-
"redis": "^4.6.
|
|
41
|
+
"redis": "^4.6.10"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/cache-manager": "^4.0.3",
|
|
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.7.
|
|
50
|
-
"@typescript-eslint/eslint-plugin-tslint": "^6.7.
|
|
51
|
-
"@typescript-eslint/parser": "^6.7.
|
|
45
|
+
"@types/lodash": "^4.14.199",
|
|
46
|
+
"@types/mocha": "^10.0.2",
|
|
47
|
+
"@types/nedb": "^1.8.14",
|
|
48
|
+
"@types/node": "^20.8.3",
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
50
|
+
"@typescript-eslint/eslint-plugin-tslint": "^6.7.4",
|
|
51
|
+
"@typescript-eslint/parser": "^6.7.4",
|
|
52
52
|
"cross-env": "^7.0.3",
|
|
53
|
-
"eslint": "^8.
|
|
53
|
+
"eslint": "^8.51.0",
|
|
54
54
|
"eslint-plugin-prefer-arrow-functions": "^3.1.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
|
}
|