@indra.ai/deva 1.5.56 → 1.5.58

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,47 +1,51 @@
1
- Deva Restricted License Agreement
1
+ Vedic License Agreement
2
2
 
3
- Version 1.1
4
- Effective Date: Tuesday- January 28, 2025
3
+ Version 1.0
4
+ Effective Date: Saturday - September 28, 2025
5
5
 
6
6
  This license agreement (“Agreement”) governs the use of the Deva (“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.
7
7
 
8
8
  1. Ownership
9
9
 
10
- Deva is the proprietary property of Quinn Michaels (“Owner”). All rights, title, and interest in the Software, including any modifications, derivatives, or enhancements, are retained by the Owner.
10
+ Software is the sole proprietary property of Quinn A Michaels (“Owner”). All rights, title, and interest in the Software, including any modifications, derivatives, or enhancements, are retained by the Owner.
11
11
 
12
12
  2. Grant of License
13
13
 
14
- The Owner grants you a non-exclusive, non-transferable, revocable license to use the Software solely for purposes explicitly legally authorized by the Owner.
14
+ Use of the Software is strictly prohibited without a valid, hand-signed authorization from the Owner. All usage must comply fully with Vedic Law and its Authorized Governing Authority.
15
15
 
16
16
  3. Restricted Use
17
17
 
18
18
  You are expressly prohibited from:
19
- 1. Modifying, distributing, sub-licensing, or creating derivative works based on the Software without prior written consent.
20
- 2. Using the Software for official or commercial purposes, unless expressly authorized by the Owner.
19
+ 1. Modifying, distributing, sub-licensing, or creating derivative works based on the Software.
20
+ 2. Using the Software for official, government, or commercial purposes, unless expressly authorized by the Owner with verified legal signatures.
21
21
  3. Reverse engineering, decompiling, or disassembling the Software.
22
22
  4. Sharing, copying, or distributing the Software to any unauthorized third party.
23
23
 
24
- 4. Revocation of Access
24
+ 4. Unauthorized Use
25
+
26
+ Any unauthorized use of the Software constitutes unlawful use under Vedic Law and subjects the violator to Vedic fines and sanctions. Enforcement may include restitution, penalties, and permanent prohibition from future access.
27
+
28
+ 5. Revocation of Access
25
29
 
26
30
  The Owner reserves the right to revoke access to the Software at any time, for any reason, without prior notice.
27
31
 
28
- 5. No Warranties
32
+ 6. No Warranties
29
33
 
30
34
  The Software is provided “as-is,” without any warranties, express or implied, including but not limited to warranties of merchantability or fitness for a particular purpose.
31
35
 
32
- 6. Limitation of Liability
36
+ 7. Limitation of Liability
33
37
 
34
38
  To the maximum extent permitted by law, the Owner shall not be liable for any damages arising out of or related to the use of the Software, including but not limited to direct, indirect, incidental, or consequential damages.
35
39
 
36
- 7. Governing Law
40
+ 8. Governing Law
37
41
 
38
- This Agreement shall be governed by and construed in accordance with the laws of United States of America and it's Authorized Official Governing Authority.
42
+ This Agreement shall be governed by and construed in accordance with the Laws of the Vedic Religion and it's Authorized Official Governing Authority.
39
43
 
40
- 8. Entire Agreement
44
+ 9. Entire Agreement
41
45
 
42
46
  This Agreement constitutes the entire understanding between you and the Owner concerning the Software and supersedes all prior agreements.
43
47
 
44
- By using the Deva, you acknowledge that you have read, understood, and agree to be bound by this Agreement.
48
+ By using the Software, you acknowledge that you have read, understood, and agree to be bound by this Agreement.
45
49
 
46
50
  Owner: Quinn Michaels (Indra.ai)
47
51
  Contact Information: quinn@indra.ai
package/index.js CHANGED
@@ -17,6 +17,7 @@ class Deva {
17
17
  this._agent = opts.agent || false; // Agent profile object
18
18
  this._client = {}; // this will be set on init.
19
19
  this._active = false; // the active/birth date.
20
+ this._data = false; // inherited Vector features.
20
21
  this._vector = false; // inherited Vector features.
21
22
  this._veda = false; // inherited Veda features.
22
23
  this._god = false; // inherited God features.
@@ -298,6 +299,17 @@ class Deva {
298
299
  }
299
300
  }
300
301
 
302
+ /**************
303
+ func: Data
304
+ params: resolve, reject
305
+ describe:
306
+ The Data feature sets the correct variables and necessary rules for the
307
+ client presented data.
308
+ ***************/
309
+ Data(resolve, reject) {
310
+ return this.Feature('data', resolve, reject);
311
+ }
312
+
301
313
  /**************
302
314
  func: Vector
303
315
  params: resolve, reject
@@ -871,6 +883,8 @@ class Deva {
871
883
  this.action('init');
872
884
  this.state('init');
873
885
  return this.Client(client, resolve, reject);
886
+ }).then(() => {
887
+ return this.Data(resolve, reject);
874
888
  }).then(() => {
875
889
  return this.Vector(resolve, reject);
876
890
  }).then(() => {
@@ -1193,6 +1207,7 @@ class Deva {
1193
1207
  this._active = false;
1194
1208
  this._client = false;
1195
1209
  this._vector = false;
1210
+ this._data = false;
1196
1211
  this._treasury = false;
1197
1212
  this._security = false;
1198
1213
  this._guard = false;
@@ -1556,6 +1571,16 @@ class Deva {
1556
1571
  }
1557
1572
 
1558
1573
  // FEATURE FUNCTIONS
1574
+ /**************
1575
+ func: data
1576
+ params: none
1577
+ describe: basic data features available in a Deva.
1578
+ usage: this.data()
1579
+ ***************/
1580
+ data() {
1581
+ return this._getFeature('data', this._data);
1582
+ }
1583
+
1559
1584
  /**************
1560
1585
  func: vector
1561
1586
  params: none
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "9f0bc743-d720-4320-832e-cf5edc3b7cf",
3
3
  "name": "@indra.ai/deva",
4
- "version": "1.5.56",
4
+ "version": "1.5.58",
5
5
  "description": "The Deva Core",
6
6
  "main": "index.js",
7
7
  "copyright": "(c)2025 Quinn Michaels; All rights reserved.",
@@ -21,7 +21,7 @@
21
21
  "deva",
22
22
  "ai"
23
23
  ],
24
- "license": "Unlicense",
24
+ "license": "VLA LICENSE.md",
25
25
  "author": {
26
26
  "name": "Quinn Michaels",
27
27
  "email": "quinn@indra.ai",
@@ -111,7 +111,8 @@
111
111
  "deva": "⚡️ Deva",
112
112
  "agent": "🤖 Agent",
113
113
  "client": "👨 Client",
114
- "vector": "🛤️ Vector",
114
+ "data": "💾️ Data",
115
+ "vector": "👽️ Vector",
115
116
  "god": "💫 God",
116
117
  "veda": "🕉️ Veda",
117
118
  "king": "👑️ King",
@@ -215,6 +216,7 @@
215
216
  "actions": {
216
217
  "client": "👨 Client",
217
218
  "agent": "🕵️‍♂️ Agent",
219
+ "data": "💾 Data",
218
220
  "vector": "👽 Vector",
219
221
  "god": "💫 God",
220
222
  "veda": "🕉️ Veda",
@@ -270,7 +272,8 @@
270
272
  "init": "🟠 Init",
271
273
  "agent": "🦾 Agent",
272
274
  "client": "💪 Client",
273
- "vector": "🛤️ Vector",
275
+ "data": "💾️ Data",
276
+ "vector": "👽️ Vector",
274
277
  "god": "💫 God",
275
278
  "veda": "🕉️ Veda",
276
279
  "king": "👑️ King",
package/tests/client.json CHANGED
@@ -34,6 +34,11 @@
34
34
  "currency": "USD"
35
35
  },
36
36
  "features": {
37
+ "data": {
38
+ "concerns": [],
39
+ "global": [],
40
+ "devas": {}
41
+ },
37
42
  "vector": {
38
43
  "concerns": [],
39
44
  "global": [],