@restorecommerce/resource-base-interface 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 +14 -14
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 (September 19th, 2023)
|
|
2
11
|
|
|
3
12
|
- up node version and dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@restorecommerce/resource-base-interface",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "Restorecommerce Resource Base Interface",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"author": "n-fuse GmbH",
|
|
@@ -17,25 +17,25 @@
|
|
|
17
17
|
"interface"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@restorecommerce/chassis-srv": "^1.4.
|
|
21
|
-
"@restorecommerce/grpc-client": "^2.0.
|
|
22
|
-
"@restorecommerce/kafka-client": "^1.1.
|
|
23
|
-
"@restorecommerce/rc-grpc-clients": "^5.1.
|
|
24
|
-
"@restorecommerce/service-config": "^1.0.
|
|
20
|
+
"@restorecommerce/chassis-srv": "^1.4.1",
|
|
21
|
+
"@restorecommerce/grpc-client": "^2.0.8",
|
|
22
|
+
"@restorecommerce/kafka-client": "^1.1.9",
|
|
23
|
+
"@restorecommerce/rc-grpc-clients": "^5.1.9",
|
|
24
|
+
"@restorecommerce/service-config": "^1.0.10",
|
|
25
25
|
"lodash": "^4.17.21",
|
|
26
26
|
"redis": "^4.6.10"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@types/lodash": "^4.14.
|
|
30
|
-
"@types/mocha": "^10.0.
|
|
29
|
+
"@types/lodash": "^4.14.201",
|
|
30
|
+
"@types/mocha": "^10.0.4",
|
|
31
31
|
"@types/redis": "^4.0.11",
|
|
32
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
33
|
-
"@typescript-eslint/eslint-plugin-tslint": "^6.
|
|
34
|
-
"@typescript-eslint/parser": "^6.
|
|
35
|
-
"arangojs": "^8.
|
|
32
|
+
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
33
|
+
"@typescript-eslint/eslint-plugin-tslint": "^6.11.0",
|
|
34
|
+
"@typescript-eslint/parser": "^6.11.0",
|
|
35
|
+
"arangojs": "^8.6.0",
|
|
36
36
|
"cross-env": "^7.0.3",
|
|
37
|
-
"eslint": "^8.
|
|
38
|
-
"eslint-plugin-prefer-arrow-functions": "^3.
|
|
37
|
+
"eslint": "^8.54.0",
|
|
38
|
+
"eslint-plugin-prefer-arrow-functions": "^3.2.4",
|
|
39
39
|
"mocha": "^10.2.0",
|
|
40
40
|
"npm-run-all": "^4.1.5",
|
|
41
41
|
"nyc": "^15.1.0",
|