@restorecommerce/acs-client 1.1.18 → 1.1.20
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 +22 -0
- package/lib/acs/interfaces.d.ts +2 -2
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.1.20](https://github.com/restorecommerce/libs/compare/@restorecommerce/acs-client@1.1.19...@restorecommerce/acs-client@1.1.20) (2023-10-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **acs-client:** unit tests migrate to latest grpc-mock ([394f754](https://github.com/restorecommerce/libs/commit/394f754866d0b4d211e1faa0a3e0fe296d371ca0))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.1.19](https://github.com/restorecommerce/libs/compare/@restorecommerce/acs-client@1.1.18...@restorecommerce/acs-client@1.1.19) (2023-09-28)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* typing for acs-client for context ([b2f373b](https://github.com/restorecommerce/libs/commit/b2f373bb0319b7c6b542946dba31a0cc514bab6d))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [1.1.18](https://github.com/restorecommerce/libs/compare/@restorecommerce/acs-client@1.1.17...@restorecommerce/acs-client@1.1.18) (2023-09-28)
|
|
7
29
|
|
|
8
30
|
**Note:** Version bump only for package @restorecommerce/acs-client
|
package/lib/acs/interfaces.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@restorecommerce/acs-client",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.20",
|
|
4
4
|
"description": "Access Control Service Client",
|
|
5
5
|
"author": "n-fuse GmbH",
|
|
6
6
|
"repository": {
|
|
@@ -17,39 +17,39 @@
|
|
|
17
17
|
],
|
|
18
18
|
"main": "./lib/index.js",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@restorecommerce/grpc-client": "^2.0.
|
|
21
|
-
"@restorecommerce/kafka-client": "^1.1.
|
|
22
|
-
"@restorecommerce/logger": "^1.2.
|
|
23
|
-
"@restorecommerce/rc-grpc-clients": "^5.1.
|
|
24
|
-
"@restorecommerce/service-config": "^1.0.
|
|
20
|
+
"@restorecommerce/grpc-client": "^2.0.4",
|
|
21
|
+
"@restorecommerce/kafka-client": "^1.1.3",
|
|
22
|
+
"@restorecommerce/logger": "^1.2.5",
|
|
23
|
+
"@restorecommerce/rc-grpc-clients": "^5.1.3",
|
|
24
|
+
"@restorecommerce/service-config": "^1.0.7",
|
|
25
25
|
"lodash": "^4.17.21",
|
|
26
26
|
"node-eval": "^2.0.0",
|
|
27
|
-
"redis": "^4.6.
|
|
27
|
+
"redis": "^4.6.10"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
+
"@alenon/grpc-mock-server": "^3.1.3",
|
|
30
31
|
"@restorecommerce/protos": "^6.1.2",
|
|
31
|
-
"@types/koa": "^2.13.
|
|
32
|
-
"@types/lodash": "^4.14.
|
|
33
|
-
"@types/mocha": "^10.0.
|
|
34
|
-
"@types/node": "^20.
|
|
32
|
+
"@types/koa": "^2.13.9",
|
|
33
|
+
"@types/lodash": "^4.14.199",
|
|
34
|
+
"@types/mocha": "^10.0.2",
|
|
35
|
+
"@types/node": "^20.8.2",
|
|
35
36
|
"@types/redis": "^4.0.2",
|
|
36
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
37
|
-
"@typescript-eslint/eslint-plugin-tslint": "^6.
|
|
38
|
-
"@typescript-eslint/parser": "^6.
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
38
|
+
"@typescript-eslint/eslint-plugin-tslint": "^6.7.4",
|
|
39
|
+
"@typescript-eslint/parser": "^6.7.4",
|
|
39
40
|
"coveralls": "^3.1.1",
|
|
40
41
|
"cross-env": "^7.0.3",
|
|
41
|
-
"eslint": "^8.
|
|
42
|
+
"eslint": "^8.50.0",
|
|
42
43
|
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
|
|
43
|
-
"grpc-mock": "^0.7.0",
|
|
44
44
|
"mocha": "^10.2.0",
|
|
45
|
-
"nice-grpc": "^2.1.
|
|
45
|
+
"nice-grpc": "^2.1.5",
|
|
46
46
|
"nodemon": "^3.0.1",
|
|
47
47
|
"npm-run-all": "^4.1.5",
|
|
48
48
|
"nyc": "^15.1.0",
|
|
49
|
-
"rimraf": "^5.0.
|
|
49
|
+
"rimraf": "^5.0.5",
|
|
50
50
|
"should": "^13.2.3",
|
|
51
51
|
"ts-node": "^10.9.1",
|
|
52
|
-
"typescript": "^5.
|
|
52
|
+
"typescript": "^5.2.2"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"build:tsc": "tsc -d",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"build:clean": "rimraf lib",
|
|
58
58
|
"build": "npm-run-all lint build:clean build:tsc",
|
|
59
59
|
"lint": "eslint src --ext .ts",
|
|
60
|
-
"test": "npm run build && npm run lint && nyc npm run mocha &&
|
|
60
|
+
"test": "npm run build && npm run lint && nyc npm run mocha && npm run mocha:cache",
|
|
61
61
|
"mocha": "cross-env NODE_ENV=test mocha --full-trace --exit --timeout 30000",
|
|
62
62
|
"mocha:cache": "cross-env NODE_ENV=test CACHE_ENABLED=true mocha --full-trace --exit --timeout 30000",
|
|
63
63
|
"test-debug": "npm run mocha -- --inspect-brk",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "27981b4fcc96453a1bff4e491f0f053f92118da8"
|
|
77
77
|
}
|