@kronos-integration/service-authenticator 1.6.57 → 1.6.59
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/README.md +0 -3
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
[](https://www.npmjs.com/package/@kronos-integration/service-authenticator)
|
|
2
1
|
[](https://opensource.org/licenses/BSD-3-Clause)
|
|
3
|
-
[](https://bundlejs.com/?q=@kronos-integration/service-authenticator)
|
|
4
|
-
[](https://npmjs.org/package/@kronos-integration/service-authenticator)
|
|
5
2
|
[](https://github.com/Kronos-Integration/service-authenticator/issues)
|
|
6
3
|
[](https://actions-badge.atrox.dev/Kronos-Integration/service-authenticator/goto)
|
|
7
4
|
[](https://github.com/prettier/prettier)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kronos-integration/service-authenticator",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.59",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
],
|
|
22
22
|
"license": "BSD-2-Clause",
|
|
23
23
|
"scripts": {
|
|
24
|
-
"test": "
|
|
24
|
+
"test": "node --run test:ava",
|
|
25
25
|
"test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
|
|
26
26
|
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
|
|
27
27
|
"docs": "documentation readme --section=API ./src/**/*.mjs",
|
|
28
|
-
"lint": "
|
|
28
|
+
"lint": "node --run lint:docs",
|
|
29
29
|
"lint:docs": "documentation lint ./src/**/*.mjs"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@kronos-integration/endpoint": "^9.5.5",
|
|
33
|
-
"@kronos-integration/service": "^11.
|
|
33
|
+
"@kronos-integration/service": "^11.2.0",
|
|
34
34
|
"jsonwebtoken": "^9.0.2",
|
|
35
35
|
"model-attributes": "^4.2.2"
|
|
36
36
|
},
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"ava": "^6.1.3",
|
|
39
39
|
"c8": "^10.1.2",
|
|
40
40
|
"documentation": "^14.0.3",
|
|
41
|
-
"semantic-release": "^24.1.
|
|
41
|
+
"semantic-release": "^24.1.2"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
|
-
"node": ">=22.
|
|
44
|
+
"node": ">=22.11.0"
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|