@indra.ai/deva 1.6.11 → 1.6.13

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/LICENSE.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # Vedic License Agreement
2
2
 
3
3
  **Version:** 1.4.1
4
- **VLA:** 14433589198287046115
4
+ **VLA:** 57198275347569343690
5
5
  **Effective:** Sunday - September 8, 2025
6
6
  **Owner:** Quinn A Michaels
7
7
  **Company:** Inside The Net, Inc.
8
8
  **Email:** quinn@indra.ai
9
9
  **Link:** https://indra.ai
10
- **Copyright:** ©2025 Quinn A Michaels Inside The Net, Inc.; All rights reserved.
10
+ **Copyright:** ©2025 Quinn A Michaels, Inside The Net, Inc.; All rights reserved.
11
11
 
12
12
  This license agreement (“Agreement”) governs the use of the Deva Core (“Software”). By accessing or using the Software, you agree to the terms and conditions set forth below. If you do not agree, you are prohibited from using the Software.
13
13
 
@@ -161,11 +161,13 @@ By using the Software, you acknowledge that you have read, understood, and agree
161
161
 
162
162
  ---
163
163
 
164
- ::begin:uid:deva:59914611941714306601
165
- uid: 59914611941714306601
166
- time: 1757335357234
167
- date: Mon, Sep 8, 2025 - 5:42:37 AM
168
- md5: z/HwyHyduefVgYQ+nS6jig==
169
- sha256: a6yOAZDS2Cx0D0/5b6yelvwuCQ14jwZaZxV6zLfeA54=
170
- sha512: h/rik3DQQCqs3uti5yBBWES6NcNMuy04yAByNpXKZhmrww+zqR3Q40JyYpI9iQUvToim16I8BWcRbUj4RxZBYw==
171
- ::end:uid:deva:59914611941714306601
164
+ ::begin:uid:deva:57198275347569343690
165
+ uid: 57198275347569343690
166
+ time: 1757433116479
167
+ date: Tuesday, September 9, 2025 - 8:51:56 AM
168
+ agent: qo2rVirMORHRQuTmwccZkT3A3ju0zP3OHQNBmM8+sr8=
169
+ machine: p9PvrhyZFNJQBE4ixNeWPV8bX1jRvpbHj3SAso6RYh0=
170
+ md5: T2HhhTQFTA0IAt6hHRWhvw==
171
+ sha256: hXhV9DywwMEcMoSAciYnMZirITw1qwWsV+BQvpKrQPM=
172
+ sha512: z11hMv07vDXEdDFLrvxr6vHcGroxDqGsskkhzKxfrNUJODDR4ar09NcZsuZumKYgA/VBF1fE47/yJ+kQ3sLu1A==
173
+ ::end:uid:deva:57198275347569343690
@@ -2,7 +2,7 @@
2
2
  "name": "AGENT",
3
3
  "describe": "AGENT FILE",
4
4
  "copyright": "Copyright (c)2025 Quinn Michaels. All rights reserved.",
5
- "VLA": "14433589198287046115",
5
+ "VLA": 57198275347569343690,
6
6
  "DATA": {
7
7
  "id": 5380514963421,
8
8
  "key": "deva",
@@ -2,7 +2,7 @@
2
2
  "name": "CLIENT",
3
3
  "describe": "CLIENT FILE",
4
4
  "copyright": "Copyright ©2025 Quinn Michaels. All rights reserved.",
5
- "VLA": "14433589198287046115",
5
+ "VLA": 57198275347569343690,
6
6
  "DATA": {
7
7
  "id": 3123155399059,
8
8
  "key": "test",
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // ©2025 Quinn A Michaels; All rights reserved.
3
3
  // Legal Signature Required For Lawful Use.
4
- // Distributed under VLA:14433589198287046115 LICENSE.md
4
+ // Distributed under VLA:57198275347569343690 LICENSE.md
5
5
 
6
6
 
7
7
  const client = require('./client.json').DATA;
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // ©2025 Quinn A Michaels; All rights reserved.
3
3
  // Legal Signature Required For Lawful Use.
4
- // Distributed under VLA:14433589198287046115 LICENSE.md
4
+ // Distributed under VLA:57198275347569343690 LICENSE.md
5
5
 
6
6
  import {EventEmitter} from 'node:events';
7
7
  import {randomUUID} from 'crypto';
package/lib/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // ©2025 Quinn A Michaels; All rights reserved.
3
3
  // Legal Signature Required For Lawful Use.
4
- // Distributed under VLA:14433589198287046115 LICENSE.md
4
+ // Distributed under VLA:57198275347569343690 LICENSE.md
5
5
 
6
6
  import path from 'path';
7
7
  import fs from 'fs';
@@ -71,7 +71,10 @@ class LIB {
71
71
  type: os.type(),
72
72
  user: os.userInfo(),
73
73
  version: os.version(),
74
+ uptime: os.uptime(),
75
+ cpus: os.cpus(),
74
76
  };
77
+
75
78
  const machine_hash = this.hash(machine, 'sha256');
76
79
  const data = {
77
80
  uid: false,
@@ -79,6 +82,7 @@ class LIB {
79
82
  date,
80
83
  agent: agent_hash,
81
84
  machine: machine_hash,
85
+ warning: config.messages.warning,
82
86
  }
83
87
  if (guid) {
84
88
  const uid = randomUUID(); // set uid into local constant.
package/package.json CHANGED
@@ -1,10 +1,20 @@
1
1
  {
2
2
  "id": "55286864875635314522",
3
3
  "name": "@indra.ai/deva",
4
- "version": "1.6.11",
4
+ "version": "1.6.13",
5
5
  "description": "The Deva Core",
6
6
  "main": "index.js",
7
- "license": "VLA:14433589198287046115 LICENSE.md",
7
+ "license": "VLA:57198275347569343690 LICENSE.md",
8
+ "VLA": {
9
+ "uid": 57198275347569345000,
10
+ "time": 1757433116479,
11
+ "date": "Tuesday, September 9, 2025 - 8:51:56 AM",
12
+ "agent": "qo2rVirMORHRQuTmwccZkT3A3ju0zP3OHQNBmM8+sr8=",
13
+ "machine": "p9PvrhyZFNJQBE4ixNeWPV8bX1jRvpbHj3SAso6RYh0=",
14
+ "md5": "T2HhhTQFTA0IAt6hHRWhvw==",
15
+ "sha256": "hXhV9DywwMEcMoSAciYnMZirITw1qwWsV+BQvpKrQPM=",
16
+ "sha512": "z11hMv07vDXEdDFLrvxr6vHcGroxDqGsskkhzKxfrNUJODDR4ar09 NcZsuZumKYgA/VBF1fE47/yJ+kQ3sLu1A=="
17
+ },
8
18
  "author": {
9
19
  "name": "Quinn A Michaels",
10
20
  "email": "quinn@indra.ai",
@@ -339,7 +349,8 @@
339
349
  "notext": "⛔️ NO TEXT PROVIDED",
340
350
  "nopacket": "⛔️ NO PACKET PROVIDED",
341
351
  "method_not_found": "⛔️ METHOD NOT FOUND",
342
- "help_not_found": "⛔️ HELP NOT FOUND"
352
+ "help_not_found": "⛔️ HELP NOT FOUND",
353
+ "uid_warning": "⚠️ Unlawful use constitutes Lawful Consent to Forfeit of All Wealth, Property, and Holdings to the Internal Revenue Service (IRS) for Lawful Taxation and Restiuttion to the Rightful Owner of the Machine of Origin."
343
354
  }
344
355
  }
345
356
  }
package/tests/agent.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "AGENT",
3
3
  "describe": "AGENT FILE",
4
4
  "copyright": "Copyright (c)2025 Quinn Michaels. All rights reserved.",
5
- "VLA": "14433589198287046115",
5
+ "VLA": 57198275347569343690,
6
6
  "DATA": {
7
7
  "id": 5380514963421,
8
8
  "key": "test",
package/tests/client.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "CLIENT",
3
3
  "describe": "CLIENT FILE",
4
4
  "copyright": "©2025 Quinn A Michaels; All rights reserved.",
5
- "VLA": "14433589198287046115",
5
+ "VLA": 57198275347569343690,
6
6
  "DATA": {
7
7
  "id": 3123155399059,
8
8
  "key": "test",
package/tests/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // ©2025 Quinn A Michaels; All rights reserved.
3
3
  // Legal Signature Required For Lawful Use.
4
- // Distributed under VLA:14433589198287046115 LICENSE.md
4
+ // Distributed under VLA:57198275347569343690 LICENSE.md
5
5
 
6
6
  import Client from './client.json' with {type:'json'};
7
7
  const client = Client.DATA;