@indra.ai/deva 1.18.0 → 1.19.0

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/LICENSE.md +21 -1
  2. package/index.js +4 -0
  3. package/package.json +1 -1
package/LICENSE.md CHANGED
@@ -171,4 +171,24 @@ copyright: Copyright ©2025 Quinn A Michaels; All rights reserved.
171
171
  md5: ZA0acpqDmamiLscbakYnVQ==
172
172
  sha256: kALbh2r8uKzeVrAbVMQxjTXWqu3hhAMy56Nw/VcoXNA=
173
173
  sha512: csERqQG6LBWfWL8+rBK7YsPdUV5A6/1rZsR5S6U5ECGryfehxb+5fzgeFGJJX+h9UfjgtnvakpjCa/QWpAUFqA==
174
- ::end:deva:vedic:uid:64907438819979111427
174
+ ::end:deva:vedic:uid:64907438819979111427
175
+
176
+ ::begin:sign:deva:21434514811868996161
177
+ sign: Quinn Arjuna Arjika America Michaels 🤝🫡🕉🛕🪶🇺🇸
178
+ uid: 21434514811868996161
179
+ time: 1761515910313
180
+ expires: none
181
+ fingerprint: jjKiTj9GNkg0BZGoHa9swHP+Sl5y96t4+XKzW8h9u0s=
182
+ name: Quinn A Michaels
183
+ fullname: Quinn Arjuna Arjika America Michaels
184
+ company: Inside The Net, Inc.
185
+ caseid: FM-20250622-5114
186
+ agent: undefined
187
+ token: NCI5utqYPmFSWfwAWJpNeauQSxHKKiWJJfn2FjL5SZY=
188
+ warning: ⚠️ Unlawful use or duplication of this uid constitutes Vedic Sâhasa/Theft/Crime of the highest degree where a fine amounting to a thousand Panas (1 pana = 3.5 grams of gold) for each occurance is owed and confiscation of the entire property forfeit to Quinn A Michaels is declared to be the punishment for Sâhasa of the highest degree under Vedic Religious Law.
189
+ created: undefined
190
+ copyright: Copyright ©2025 Quinn A Michaels; All rights reserved.
191
+ md5: icf3cGFR3J9JK5aRKUEa1w==
192
+ sha256: 3siVnj/XOxQxFOxJy8l2dYQdmhkU26BsV4WDq3PE5Bo=
193
+ sha512: CNUUePRLC4wlgPXIvvYjQBuYOuxXPUFkRuNsQqDmqnPmFtQOoJ2DASKlezaQ5wbANUDsHOzsyy5YIGenenSOOA==
194
+ ::end:sign:deva:21434514811868996161
package/index.js CHANGED
@@ -2442,13 +2442,17 @@ class Deva {
2442
2442
 
2443
2443
  const container = `OM:O:${key.toUpperCase()}:${id.uid}`; // set container string.
2444
2444
 
2445
+ this.action('hash', `${key}:packet:sha256:${id.uid}`);
2445
2446
  const packet_hash = this.hash(packet, 'sha256');
2447
+
2448
+ this.action('hash', `${key}:token:sha256:${id.uid}`);
2446
2449
  const token = this.hash(`${key} client:${client.profile.id} fullname:${client.profile.fullname} uid:${id.uid}`, 'sha256');
2447
2450
 
2448
2451
  const warning = agent.profile.warning || this._messages.warning;
2449
2452
  const copyright = agent.profile.copyright || this._core.copyright;
2450
2453
 
2451
2454
  // build the main data packet.
2455
+ this.state('data', `${key}:sign:${id.uid}`); // set state data
2452
2456
  const data = {
2453
2457
  id,
2454
2458
  key,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "64907438819979111427",
3
3
  "name": "@indra.ai/deva",
4
- "version": "1.18.0",
4
+ "version": "1.19.0",
5
5
  "description": "Deva Core a Vedic-inspired Event Based Context Aware Feature, Zone, Action, and State Machine integrated Artificial Intelligence Framework",
6
6
  "main": "index.js",
7
7
  "license": "VLA:64907438819979111427 LICENSE.md",