@indra.ai/deva 1.6.12 → 1.6.14

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/lib/index.js +4 -0
  2. package/package.json +3 -2
package/lib/index.js CHANGED
@@ -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: this.config.messages.warning,
82
86
  }
83
87
  if (guid) {
84
88
  const uid = randomUUID(); // set uid into local constant.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "55286864875635314522",
3
3
  "name": "@indra.ai/deva",
4
- "version": "1.6.12",
4
+ "version": "1.6.14",
5
5
  "description": "The Deva Core",
6
6
  "main": "index.js",
7
7
  "license": "VLA:57198275347569343690 LICENSE.md",
@@ -349,7 +349,8 @@
349
349
  "notext": "⛔️ NO TEXT PROVIDED",
350
350
  "nopacket": "⛔️ NO PACKET PROVIDED",
351
351
  "method_not_found": "⛔️ METHOD NOT FOUND",
352
- "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."
353
354
  }
354
355
  }
355
356
  }