@indra.ai/deva 1.4.19 → 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 (2) hide show
  1. package/README.md +1 -1
  2. 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/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.4.19",
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"