@indra.ai/deva.error 0.0.22 → 0.0.24

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.
@@ -0,0 +1,9 @@
1
+ # {{agent.name}}
2
+
3
+ {{profile}}
4
+
5
+ talk: #algorithm file:public main:header
6
+ talk: #security file:public main:header
7
+ talk: #legal file:public main:header
8
+
9
+ copyright: ©2025 Quinn Michaels
@@ -2,13 +2,10 @@
2
2
 
3
3
  ::agent_profile::
4
4
 
5
- ---
5
+ talk: #security file:public main:header
6
+ talk: #algorithm file:public main:header
6
7
 
7
- talk: #docs file:private:header main
8
-
9
- ---
10
-
11
- copyright: (c)2025 Quinn Michaels
8
+ copyright: ©2025 Quinn Michaels
12
9
 
13
10
  ::begin:hidden
14
11
  #color = ::agent_color::
package/index.js CHANGED
@@ -64,7 +64,6 @@ const ERROR = new Deva({
64
64
  methods: {},
65
65
  onReady(data, resolve) {
66
66
  const {uri,database} = this.services().personal.mongo;
67
- console.log(uri,database);
68
67
  this.modules.client = new MongoClient(uri);
69
68
  this.vars.database = database;
70
69
  this.prompt(this.vars.messages.ready)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": 4690322313284,
3
3
  "name": "@indra.ai/deva.error",
4
- "version": "0.0.22",
4
+ "version": "0.0.24",
5
5
  "author": "Quinn Michaels",
6
6
  "copyright": "2025",
7
7
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  "url": "https://github.com/indraai/deva.error/issues"
28
28
  },
29
29
  "dependencies": {
30
- "@indra.ai/deva": "^1.4.14",
30
+ "@indra.ai/deva": "^1.4.16",
31
31
  "mongodb": "^6.14.2"
32
32
  },
33
33
  "homepage": "https://deva.space/devas/error",