@indra.ai/deva 1.2.32 → 1.2.33

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1011,7 +1011,7 @@ class Deva {
1011
1011
  return {
1012
1012
  id: this.uid(true), // set the uuid of the data
1013
1013
  agent: this.agent(), // set the agent value
1014
- cleint: this.cleint(), // set the client value
1014
+ cleint: this.client(), // set the client value
1015
1015
  key: 'zones', // set the key return value
1016
1016
  value: this._zones, // set the list of zones
1017
1017
  created: Date.now(), // set the created date of the object.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.2.32",
3
+ "version": "1.2.33",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "type": "module",