@kronos-integration/service 15.2.1 → 15.2.2

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/package.json +1 -1
  2. package/src/service.mjs +1 -1
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.2",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
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) {