@kronos-integration/service-authenticator 1.6.50 → 1.6.52

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.
Files changed (1) hide show
  1. package/package.json +9 -10
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@kronos-integration/service-authenticator",
3
- "version": "1.6.50",
3
+ "version": "1.6.52",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "sideEffects": false,
8
7
  "exports": {
9
8
  ".": "./src/service-authenticator.mjs"
10
9
  },
@@ -22,26 +21,26 @@
22
21
  "license": "BSD-2-Clause",
23
22
  "scripts": {
24
23
  "test": "npm run test:ava",
25
- "test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs",
26
- "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
24
+ "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
25
+ "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
26
  "docs": "documentation readme --section=API ./src/**/*.mjs",
28
27
  "lint": "npm run lint:docs",
29
28
  "lint:docs": "documentation lint ./src/**/*.mjs"
30
29
  },
31
30
  "dependencies": {
32
- "@kronos-integration/endpoint": "^9.4.42",
33
- "@kronos-integration/service": "^10.4.47",
34
- "jsonwebtoken": "^9.0.0",
31
+ "@kronos-integration/endpoint": "^9.4.44",
32
+ "@kronos-integration/service": "^10.4.51",
33
+ "jsonwebtoken": "^9.0.2",
35
34
  "model-attributes": "^4.2.2"
36
35
  },
37
36
  "devDependencies": {
38
37
  "ava": "^5.3.1",
39
- "c8": "^8.0.0",
38
+ "c8": "^8.0.1",
40
39
  "documentation": "^14.0.2",
41
- "semantic-release": "^21.0.7"
40
+ "semantic-release": "^22.0.7"
42
41
  },
43
42
  "engines": {
44
- "node": ">=20.3.1"
43
+ "node": ">=20.9.0"
45
44
  },
46
45
  "repository": {
47
46
  "type": "git",