@kronos-integration/service 15.2.1 → 15.2.3

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 CHANGED
@@ -270,7 +270,7 @@ Emits a serviceStateChanged event to the owner.
270
270
 
271
271
  #### Parameters
272
272
 
273
- * `origin`  
273
+ * `origin` **any** 
274
274
  * `oldState` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
275
275
  * `newState` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
276
276
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/service",
3
- "version": "15.2.1",
3
+ "version": "15.2.3",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -38,9 +38,9 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@kronos-integration/endpoint": "^11.0.6",
41
- "@kronos-integration/interceptor": "^13.1.0",
41
+ "@kronos-integration/interceptor": "^13.1.1",
42
42
  "loglevel-mixin": "^7.2.6",
43
- "pacc": "^6.3.0",
43
+ "pacc": "^6.2.1",
44
44
  "statetransition-mixin": "^8.1.4"
45
45
  },
46
46
  "devDependencies": {
package/src/service.mjs CHANGED
@@ -474,7 +474,7 @@ export class Service extends EndpointsMixin(
474
474
  const credential = await this.getCredential(name);
475
475
 
476
476
  if (credential) {
477
- this.trace("store credential", name);
477
+ this.trace({ message: "store credential", credential: name });
478
478
  setAttribute(this, name, credential, attribute);
479
479
  }
480
480
  } catch (err) {