@indra.ai/deva.guard 0.0.90 → 0.0.92

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 -3
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -40,10 +40,10 @@ const GUARD = new Deva({
40
40
  },
41
41
  listeners: {
42
42
  'devacore:question'(packet) {
43
- const echo = this.methods.echo('guard', 'q', packet);
43
+ this.methods.echo(agent.key, 'q', packet);
44
44
  },
45
45
  'devacore:answer'(packet) {
46
- const echo = this.methods.echo('guard', 'a', packet);
46
+ this.methods.echo(agent.key, 'a', packet);
47
47
  }
48
48
  },
49
49
  modules: {},
@@ -66,6 +66,6 @@ const GUARD = new Deva({
66
66
  this.prompt(this.vars.messages.error);
67
67
  console.log(err);
68
68
  return reject(err);
69
- }
69
+ },
70
70
  });
71
71
  export default GUARD
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "51699275776036264337",
3
3
  "name": "@indra.ai/deva.guard",
4
- "version": "0.0.90",
4
+ "version": "0.0.92",
5
5
  "license": "VLA:51699275776036264337 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "51699275776036264337",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "homepage": "https://deva.space/devas/guard",
58
58
  "dependencies": {
59
- "@indra.ai/deva": "^1.6.77"
59
+ "@indra.ai/deva": "^1.6.79"
60
60
  },
61
61
  "data": {
62
62
  "agent": {
@@ -108,7 +108,7 @@
108
108
  "init": "🟠 INIT",
109
109
  "start": "🔵 START",
110
110
  "enter": "🟢 ENTER",
111
- "ready": "🫡 Ready for Guard Duty",
111
+ "ready": "Ready for Guard Duty",
112
112
  "stop": "🔴 STOP",
113
113
  "exit": "🟡 EXIT",
114
114
  "done": "🟣 DONE",