@indra.ai/deva.treasury 0.0.82 → 0.0.84

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