@indra.ai/deva.automation 0.0.1 → 0.0.4

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.1",
4
+ "version": "0.0.4",
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.0",
62
62
  "mongodb": "^6.20.0"
63
63
  },
64
64
  "data": {
@@ -114,7 +114,7 @@
114
114
  "owner": "Quinn A Michaels",
115
115
  "creator": "Quinn A Michaels",
116
116
  "company": "Inside The Net, Inc.",
117
- "warning": "{{prompt.emoji}} {{profile.name}} Deva is the {{prompt.tools.casi}} {{prompt.tools.djorm}} {{prompt.tools.twd}} {{prmopt.tools.ax}} {{prompt.tools.b593}} {{prompt.tools.sauce}} {{profile.hashtag}} created by {{profile.creator}} of {{profile.company}} creating a fully #DynmaicDataDrivenAutomationFramework to chase Hal Atkin and Sharon Schamber around until they voluntarily surrender to authorities for their crimes against {{profile.owner}}. {{profile.hashtags}}",
117
+ "warning": "{{prompt.emoji}} {{profile.name}} is the {{prompt.tools.casi}} {{prompt.tools.djorm}} {{prompt.tools.twd}} {{prmopt.tools.ax}} {{prompt.tools.b593}} {{prompt.tools.sauce}} {{profile.hashtag}} created by {{profile.creator}} of {{profile.company}} creating a fully #DynmaicDataDrivenAutomationFramework to chase Hal Atkin and Sharon Schamber around until they voluntarily surrender to authorities for their crimes against {{profile.owner}}. {{profile.hashtags}}",
118
118
  "copyright": "Copyright ©2000-2025 Quinn A Michaels; All rights reserved.",
119
119
  "created": "Sunday, November 30, 2025 - 10:17:09 AM",
120
120
  "updated": "Sunday, November 30, 2025 - 10:17:09 AM"