@indra.ai/deva 1.1.105 → 1.1.106

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 +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1232,7 +1232,7 @@ class Deva {
1232
1232
  id: this.uid(true),
1233
1233
  key: 'zones',
1234
1234
  value: this._zones,
1235
- messages: this._mmesages.zones,
1235
+ messages: this._messages.zones,
1236
1236
  created: Date.now(),
1237
1237
  }
1238
1238
  }
@@ -1269,7 +1269,7 @@ class Deva {
1269
1269
  id: this.uid(true),
1270
1270
  key: 'actions',
1271
1271
  value: this._actions,
1272
- messages: this._mmesages.actions,
1272
+ messages: this._messages.actions,
1273
1273
  created: Date.now(),
1274
1274
  }
1275
1275
  }
@@ -1306,7 +1306,7 @@ class Deva {
1306
1306
  id: this.uid(true),
1307
1307
  key: 'features',
1308
1308
  value: this._features,
1309
- messages: this._mmesages.features,
1309
+ messages: this._messages.features,
1310
1310
  created: Date.now(),
1311
1311
  }
1312
1312
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.105",
3
+ "version": "1.1.106",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {