@indra.ai/deva 1.4.19 → 1.4.21

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/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/_config.yml CHANGED
@@ -1,7 +1,7 @@
1
- # Copyright 2023 Quinn Michaels.
1
+ # Copyright 2025 Quinn Michaels.
2
2
 
3
3
  author:
4
4
  name: Quinn Michaels
5
- email: "qce@indra.ai"
5
+ email: "quinn@indra.ai"
6
6
 
7
7
  google_analytics: UA-126646842-1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "AGENT",
3
3
  "describe": "AGENT FILE",
4
- "copyright": "Copyright (c)2023 Quinn Michaels. All rights reserved.",
4
+ "copyright": "Copyright (c)2025 Quinn Michaels. All rights reserved.",
5
5
  "DATA": {
6
6
  "id": 5380514963421,
7
7
  "key": "deva",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "CLIENT",
3
3
  "describe": "CLIENT FILE",
4
- "copyright": "Copyright ©2023 Quinn Michaels. All rights reserved.",
4
+ "copyright": "Copyright ©2025 Quinn Michaels. All rights reserved.",
5
5
  "DATA": {
6
6
  "id": 3123155399059,
7
7
  "key": "test",
@@ -1,4 +1,4 @@
1
- // Copyright (c)2023 Quinn Michaels
1
+ // Copyright (c)2025 Quinn Michaels
2
2
  // Distributed under the MIT software license, see the accompanying
3
3
  // file LICENSE.md or http://www.opensource.org/licenses/mit-license.php.
4
4
  const client = require('./client.json').DATA;
package/lib/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c)2025 Quinn Michaels
1
+ // Copyright (c)2025 Quinn Michaels; All rights reserved.
2
2
  // Distributed under the MIT software license, see the accompanying
3
3
  // file LICENSE.md or http://www.opensource.org/licenses/mit-license.php.
4
4
  import path from 'path';
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.21",
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"
package/tests/agent.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "AGENT",
3
3
  "describe": "AGENT FILE",
4
- "copyright": "Copyright (c)2023 Quinn Michaels. All rights reserved.",
4
+ "copyright": "Copyright (c)2025 Quinn Michaels. All rights reserved.",
5
5
  "DATA": {
6
6
  "id": 5380514963421,
7
7
  "key": "deva",
package/tests/client.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "CLIENT",
3
3
  "describe": "CLIENT FILE",
4
- "copyright": "Copyright ©2023 Quinn Michaels. All rights reserved.",
4
+ "copyright": "Copyright ©2025 Quinn Michaels. All rights reserved.",
5
5
  "DATA": {
6
6
  "id": 3123155399059,
7
7
  "key": "test",
package/tests/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict"
2
- // Copyright (c)2024 Quinn Michaels
2
+ // Copyright (c)2025 Quinn Michaels; All rights reserved.
3
3
  // Private License
4
4
  // file LICENSE.md or http://www.opensource.org/licenses/mit-license.php.
5
5
  import Client from './client.json' with {type:'json'};