@indra.ai/deva 1.4.18 → 1.4.19

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
@@ -551,7 +551,7 @@ class Deva {
551
551
  ***************/
552
552
  answer(packet, resolve, reject) {
553
553
  if (!this._active) return Promise.resolve(this._messages.offline);
554
- this.zone('answer');
554
+ this.zone('answer'); // set zone to answer
555
555
 
556
556
  const agent = this.agent();
557
557
  const client = this.client();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.4.18",
3
+ "version": "1.4.19",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "type": "module",