@kronos-integration/service-authenticator 1.6.58 → 1.6.60

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +0 -3
  3. package/package.json +6 -6
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2019-2024 by Kronos-Integration
1
+ Copyright (c) 2019-2024 by arlac77
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
package/README.md CHANGED
@@ -1,7 +1,4 @@
1
- [![npm](https://img.shields.io/npm/v/@kronos-integration/service-authenticator.svg)](https://www.npmjs.com/package/@kronos-integration/service-authenticator)
2
1
  [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
3
- [![bundlejs](https://deno.bundlejs.com/?q=@kronos-integration/service-authenticator\&badge=detailed)](https://bundlejs.com/?q=@kronos-integration/service-authenticator)
4
- [![downloads](http://img.shields.io/npm/dm/@kronos-integration/service-authenticator.svg?style=flat-square)](https://npmjs.org/package/@kronos-integration/service-authenticator)
5
2
  [![GitHub Issues](https://img.shields.io/github/issues/Kronos-Integration/service-authenticator.svg?style=flat-square)](https://github.com/Kronos-Integration/service-authenticator/issues)
6
3
  [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FKronos-Integration%2Fservice-authenticator%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/Kronos-Integration/service-authenticator/goto)
7
4
  [![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](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.58",
3
+ "version": "1.6.60",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -21,15 +21,15 @@
21
21
  ],
22
22
  "license": "BSD-2-Clause",
23
23
  "scripts": {
24
- "test": "npm run test:ava",
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": "npm run lint:docs",
28
+ "lint": "node --run lint:docs",
29
29
  "lint:docs": "documentation lint ./src/**/*.mjs"
30
30
  },
31
31
  "dependencies": {
32
- "@kronos-integration/endpoint": "^9.5.5",
32
+ "@kronos-integration/endpoint": "^9.5.6",
33
33
  "@kronos-integration/service": "^11.2.0",
34
34
  "jsonwebtoken": "^9.0.2",
35
35
  "model-attributes": "^4.2.2"
@@ -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.1"
41
+ "semantic-release": "^24.1.2"
42
42
  },
43
43
  "engines": {
44
- "node": ">=22.9.0"
44
+ "node": ">=22.11.0"
45
45
  },
46
46
  "repository": {
47
47
  "type": "git",