@kronos-integration/service-authenticator 1.6.56 → 1.6.58

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -39,7 +39,7 @@ Type: [Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Globa
39
39
  * `access_token` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
40
40
  * `refresh_token` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
41
41
  * `token_type` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** always "Bearer"
42
- * `expires` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** seconds the access token is valid
42
+ * `expires_in` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** seconds the access token is valid
43
43
 
44
44
  ## ServiceAuthenticator
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/service-authenticator",
3
- "version": "1.6.56",
3
+ "version": "1.6.58",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -29,19 +29,19 @@
29
29
  "lint:docs": "documentation lint ./src/**/*.mjs"
30
30
  },
31
31
  "dependencies": {
32
- "@kronos-integration/endpoint": "^9.5.4",
33
- "@kronos-integration/service": "^11.0.0",
32
+ "@kronos-integration/endpoint": "^9.5.5",
33
+ "@kronos-integration/service": "^11.2.0",
34
34
  "jsonwebtoken": "^9.0.2",
35
35
  "model-attributes": "^4.2.2"
36
36
  },
37
37
  "devDependencies": {
38
38
  "ava": "^6.1.3",
39
- "c8": "^9.1.0",
39
+ "c8": "^10.1.2",
40
40
  "documentation": "^14.0.3",
41
- "semantic-release": "^23.1.1"
41
+ "semantic-release": "^24.1.1"
42
42
  },
43
43
  "engines": {
44
- "node": ">=22.2.0"
44
+ "node": ">=22.9.0"
45
45
  },
46
46
  "repository": {
47
47
  "type": "git",