@indra.ai/deva.automation 0.0.3 → 0.0.5

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.
@@ -7,12 +7,12 @@
7
7
 
8
8
  export default {
9
9
  /**************
10
- method: authority
10
+ method: automate
11
11
  params: packet
12
- describe: The global authority feature that installs with every agent
12
+ describe: The global automate feature that installs with every agent
13
13
  ***************/
14
- async authority(packet) {
15
- const authority = await this.methods.sign('authority', 'default', packet);
16
- return authority;
14
+ async automate(packet) {
15
+ const automate = await this.methods.sign('automate', 'default', packet);
16
+ return automate;
17
17
  },
18
18
  };
package/index.js CHANGED
@@ -44,6 +44,7 @@ const AutomationDeva = new Deva({
44
44
  modules: {
45
45
  client: false,
46
46
  },
47
+ devas: {},
47
48
  func: {},
48
49
  methods: {},
49
50
  onInit(data, resolve) {
package/index.test.js CHANGED
@@ -18,6 +18,6 @@ describe(AutomationDeva.me.name, () => {
18
18
  expect(AutomationDeva).to.have.property('vars');
19
19
  expect(AutomationDeva).to.have.property('listeners');
20
20
  expect(AutomationDeva).to.have.property('methods');
21
- expect(AuthorityDeva).to.have.property('modules');
21
+ expect(AutomationDeva).to.have.property('modules');
22
22
  });
23
23
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "64106855065539030798",
3
3
  "name": "@indra.ai/deva.automation",
4
- "version": "0.0.3",
4
+ "version": "0.0.5",
5
5
  "license": "VLA:64106855065539030798 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "21490477123408682036",
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "homepage": "https://github.com/indraai/deva.automation#readme",
60
60
  "dependencies": {
61
- "@indra.ai/deva": "^1.29.32",
61
+ "@indra.ai/deva": "^1.30.2",
62
62
  "mongodb": "^6.20.0"
63
63
  },
64
64
  "data": {