@indra.ai/deva 1.1.31 → 1.1.32

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 +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -125,6 +125,7 @@ class Deva {
125
125
  const ap = this._agent.profile;
126
126
  const akey = this._agent.key;
127
127
 
128
+ console.log('AP NAME', ap);
128
129
  const _states = {
129
130
  uid: `${security.label}:UID ${cp.name} made a #uid with ${ap.name}`,
130
131
  hash: `${security.label}:HASH ${cp.name} made a #hash with ${ap.name}`,
@@ -160,7 +161,7 @@ class Deva {
160
161
  legal: `${legal.label}: ${cp.name} and ${ap.name} need ${legal.name} assistance`,
161
162
  business: `${business.label}: ${cp.name} and ${ap.name} need ${business.name} assistance`,
162
163
  devas_start: `🧞‍♂️DEVAS: Starting all the #Devas with ${cp.name}`,
163
- devas_ready: `🧞‍♂️DEVA:READY The #Devas are #ready and #waiitng for ${cp.name} using @${cp.key} #${cp.key} $${cp.key}`,
164
+ devas_ready: `🧞‍♂️DEVA:READY The #Devas are #ready and #waiitng for ${cp.name} using @${ckey} #${ckey} $${ckey}`,
164
165
  devas_stop: `🧞‍♂️DEVA:STOPPING The #Devas are #stopping with ${cp.name}`,
165
166
  devas_stopped: `🧞‍♂️DEVA:🛑STOP #Devas and ${cp.name} have #stopped, and that means time for #offerings 🍎🍑🍍🧋`,
166
167
  deva_load: `🧞‍♂️DEVA:LOADING ${ap.name} loading for ${cp.name}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {