@kronos-integration/service
Advanced tools
Comparing version 10.4.55 to 10.4.56
{ | ||
"name": "@kronos-integration/service", | ||
"version": "10.4.55", | ||
"version": "10.4.56", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -27,25 +28,27 @@ "exports": { | ||
"docs": "documentation readme --section=API ./src/**/*.mjs", | ||
"lint": "npm run lint:docs", | ||
"lint:docs": "documentation lint ./src/**/*.mjs" | ||
"lint": "npm run lint:docs && npm run lint:tsc", | ||
"lint:docs": "documentation lint ./src/**/*.mjs", | ||
"lint:tsc": "tsc --allowJs --checkJs --noEmit -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs" | ||
}, | ||
"dependencies": { | ||
"@kronos-integration/endpoint": "^9.4.45", | ||
"@kronos-integration/interceptor": "^10.2.37", | ||
"loglevel-mixin": "^7.1.0", | ||
"@kronos-integration/endpoint": "^9.5.0", | ||
"@kronos-integration/interceptor": "^10.2.38", | ||
"loglevel-mixin": "^7.2.1", | ||
"model-attributes": "^4.2.2", | ||
"remove-sensible-values": "^1.2.3", | ||
"statetransition-mixin": "^8.0.5" | ||
"remove-sensible-values": "^1.3.1", | ||
"statetransition-mixin": "^8.1.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^6.0.1", | ||
"c8": "^9.0.0", | ||
"documentation": "^14.0.2", | ||
"semantic-release": "^22.0.12" | ||
"ava": "^6.1.1", | ||
"c8": "^9.1.0", | ||
"documentation": "^14.0.3", | ||
"semantic-release": "^23.0.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"engines": { | ||
"node": ">=20.10.0" | ||
"node": ">=20.11.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Kronos-Integration/service" | ||
"url": "git+https://github.com/Kronos-Integration/service.git" | ||
}, | ||
@@ -59,5 +62,6 @@ "bugs": { | ||
"arlac77/template-arlac77-github", | ||
"arlac77/template-kronos-component" | ||
"arlac77/template-kronos-component", | ||
"arlac77/template-typescript" | ||
] | ||
} | ||
} |
[![npm](https://img.shields.io/npm/v/@kronos-integration/service.svg)](https://www.npmjs.com/package/@kronos-integration/service) | ||
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) | ||
[![Typed with TypeScript](https://flat.badgen.net/badge/icon/Typed?icon=typescript\&label\&labelColor=blue\&color=555555)](https://typescriptlang.org) | ||
[![bundlejs](https://deno.bundlejs.com/?q=@kronos-integration/service\&badge=detailed)](https://bundlejs.com/?q=@kronos-integration/service) | ||
@@ -85,6 +86,4 @@ [![downloads](http://img.shields.io/npm/dm/@kronos-integration/service.svg?style=flat-square)](https://npmjs.org/package/@kronos-integration/service) | ||
* `superclass` **Class** class to be extended | ||
* `superclass`   | ||
Returns **Class** extended class | ||
## endpoints | ||
@@ -101,4 +100,4 @@ | ||
Config providing service. | ||
Dispatches config requests to services; | ||
or preserves them until a maching service becomes avaliable. | ||
Dispatches config requests to services. | ||
Also preserves them until a maching service becomes avaliable. | ||
@@ -116,3 +115,3 @@ ### Properties | ||
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** service name | ||
* `config` **[object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**  | ||
* `config` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**  | ||
@@ -119,0 +118,0 @@ ### clearPreserved |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57332
1300
5
431