@indra.ai/deva.services 0.0.6 → 0.0.8

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 (3) hide show
  1. package/data.json +1 -1
  2. package/index.js +5 -1
  3. package/package.json +1 -1
package/data.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "key": "services",
9
9
  "model": "gpt3",
10
10
  "prompt": {
11
- "emoji": "🛠️ ",
11
+ "emoji": "🛠️",
12
12
  "text": "Services",
13
13
  "colors": {
14
14
  "label": {
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // Copyright (c)2025 Quinn Michaels
2
2
  // Services Deva
3
- // The Services Deva manages various Services requests in deva.world.
3
+ // The Services Deva manages various Services in Deva.space, Deva.cloud, and Deva.world.
4
4
  import Deva from '@indra.ai/deva';
5
5
  import pkg from './package.json' with {type:'json'};
6
6
 
@@ -38,6 +38,10 @@ const SERVICES = new Deva({
38
38
  modules: {},
39
39
  func: {},
40
40
  methods: {},
41
+ onReady(data, resolve) {
42
+ this.prompt('ready');
43
+ return resolve(data);
44
+ },
41
45
  onError(err) {
42
46
  console.log('ERR', err);
43
47
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": 4855882658530,
3
3
  "name": "@indra.ai/deva.services",
4
- "version": "0.0.6",
4
+ "version": "0.0.8",
5
5
  "author": "Quinn Michaels",
6
6
  "license": "MIT",
7
7
  "copyright": "2025",