@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.
- package/index.js +3 -3
- 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.
|
|
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.
|
|
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.
|
|
1309
|
+
messages: this._messages.features,
|
|
1310
1310
|
created: Date.now(),
|
|
1311
1311
|
}
|
|
1312
1312
|
}
|