@indra.ai/deva.vector 0.0.97 → 0.1.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 (2) hide show
  1. package/index.js +1 -8
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -37,14 +37,7 @@ const VECTOR = new Deva({
37
37
  parse(input) {return input.trim();},
38
38
  process(input) {return input.trim();},
39
39
  },
40
- listeners: {
41
- 'devacore:question'(packet) {
42
- this.methods.echo(agent.key, 'q', packet);
43
- },
44
- 'devacore:answer'(packet) {
45
- this.methods.echo(agent.key, 'a', packet);
46
- }
47
- },
40
+ listeners: {},
48
41
  modules: {},
49
42
  devas: {},
50
43
  func: {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "31941953695116752336",
3
3
  "name": "@indra.ai/deva.vector",
4
- "version": "0.0.97",
4
+ "version": "0.1.0",
5
5
  "license": "VLA:31941953695116752336 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "31941953695116752336",
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "homepage": "https://deva.space/devas/vector",
59
59
  "dependencies": {
60
- "@indra.ai/deva": "^1.8.7"
60
+ "@indra.ai/deva": "^1.8.9"
61
61
  },
62
62
  "data": {
63
63
  "agent": {