@indra.ai/deva 1.6.13 → 1.6.15

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/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -82,7 +82,7 @@ class LIB {
82
82
  date,
83
83
  agent: agent_hash,
84
84
  machine: machine_hash,
85
- warning: config.messages.warning,
85
+ warning: this.config.messages.uid_warning,
86
86
  }
87
87
  if (guid) {
88
88
  const uid = randomUUID(); // set uid into local constant.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "55286864875635314522",
3
3
  "name": "@indra.ai/deva",
4
- "version": "1.6.13",
4
+ "version": "1.6.15",
5
5
  "description": "The Deva Core",
6
6
  "main": "index.js",
7
7
  "license": "VLA:57198275347569343690 LICENSE.md",