@indra.ai/deva 1.4.18 → 1.4.20

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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -1
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -498,4 +498,4 @@ The `initDeva()` function will initialize the Deva located under the current Dev
498
498
  [Github Repo](https://github.com/indraai/deva)
499
499
  [Back to indra.ai](https://indra.ai)
500
500
 
501
- ©2023 Quinn Michaels; All Rights Reserved.
501
+ ©2025 Quinn Michaels; All Rights Reserved.
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,8 +1,9 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.4.18",
3
+ "version": "1.4.20",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
+ "copyright": "(c) 2025 Quinn Michaels; All rights reserved.",
6
7
  "type": "module",
7
8
  "scripts": {
8
9
  "test": "node tests"