@indra.ai/deva 1.6.58 → 1.6.60

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/index.js +3 -2
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -598,7 +598,7 @@ class Deva {
598
598
  to create seamless collaboration between Devas.
599
599
  ***************/
600
600
  talk(evt, packet=false) {
601
- this.action('talk', `${evt}:${packet.id.uid}`);
601
+ this.action('talk', `${evt}`);
602
602
  return this.events.emit(evt, packet);
603
603
  }
604
604
 
@@ -941,7 +941,7 @@ class Deva {
941
941
 
942
942
  const license_check = this.license_check(client.VLA, pkg.VLA);
943
943
  if (!license_check) {
944
- this.prompt(config.messages.client_license_invalid);
944
+ console.log(config.messages.client_license_invalid);
945
945
  return resolve(config.messages.client_license_invalid); // return if} license check fails
946
946
  }
947
947
 
@@ -2259,6 +2259,7 @@ class Deva {
2259
2259
 
2260
2260
  if (personalVLA_hash !== packageVLA_hash) return false;
2261
2261
 
2262
+
2262
2263
  const approved = {
2263
2264
  id: this.uid(),
2264
2265
  time: Date.now(),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": 45958588982385560000,
3
3
  "name": "@indra.ai/deva",
4
- "version": "1.6.58",
4
+ "version": "1.6.60",
5
5
  "description": "The Deva Core",
6
6
  "main": "index.js",
7
7
  "license": "VLA:45958588982385558603 LICENSE.md",
@@ -13,7 +13,7 @@
13
13
  "client": "YfL1aQVrQF1ItCNOfh9PnmwIged1ywdi3IGQksNzvk8=",
14
14
  "pkg": "PdHx3qg69O8aeKeD7YhiCAXWZHQRzB649tnx2FRrkxM=",
15
15
  "machine": "HVAXMPi3ZuGzuf53nqmlXvOAHwBwJaS3R4Ogu00qdY4=",
16
- "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.",
16
+ "warning": "⚠️ Unlawful Use Constitutes Lawful Consent to Forfeit of All Wealth, Property, and Holdings to the Internal Revenue Service (IRS) for Lawful Taxation and Restiution to the Rightful Owner of the Machine of Origin.",
17
17
  "md5": "FPBl03xV2Q2odIFRJMcC0g==",
18
18
  "sha256": "7NW3VXHL9BXx7GSEaHx0TowCSgHgfiTmcrncyXDfxyw=",
19
19
  "sha512": "w97v3mGudPHPntmCwfQPz907xVKbyVpiaBEtazjdNkF1V+IIQb+EdAsS176KcCqFsUZOilXG/2+4/caA9ApbTQ=="