@indra.ai/deva.license 0.0.1 → 0.0.2

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 +2 -1
  2. package/package.json +7 -5
package/index.js CHANGED
@@ -214,7 +214,8 @@ const LICENSE = new Deva({
214
214
  },
215
215
  },
216
216
  onReady(data, resolve) {
217
- const {uri,database} = this.services().personal.mongo;
217
+ console.log(this.license());
218
+ const {uri,database} = this.license().personal.mongo;
218
219
  this.modules.client = new MongoClient(uri);
219
220
  this.vars.database = database;
220
221
  this.prompt(this.vars.messages.ready);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "41840925813499570000",
3
3
  "name": "@indra.ai/deva.license",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "license": "VLA:20758568792947085964 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "20758568792947085964",
@@ -13,9 +13,9 @@
13
13
  },
14
14
  "author": {
15
15
  "name": "Quinn A Michaels",
16
+ "company": "Inside The Net, Inc.",
16
17
  "email": "quinn@indra.ai",
17
- "url": "https://indra.ai/",
18
- "company": "Inside The Net, Inc."
18
+ "url": "https://indra.ai/"
19
19
  },
20
20
  "funding": [
21
21
  {
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "homepage": "https://indra.ai",
53
53
  "dependencies": {
54
- "@indra.ai/deva": "^1.6.9",
54
+ "@indra.ai/deva": "^1.6.10",
55
55
  "mongodb": "^6.13.0"
56
56
  },
57
57
  "data": {
@@ -98,7 +98,9 @@
98
98
  "background": "/assets/background.png",
99
99
  "owner": "Quinn A Michaels",
100
100
  "creator": "Quinn A Michaels",
101
- "created": "February 7, 2025 at 3:19 AM"
101
+ "copyright": "(c)2025 Quinn A Michaels; All rights reserved.",
102
+ "created": "Monday, Septemper 8, 2025 - 1:25:01 PM",
103
+ "modified": "Monday, September 8, 2025 - 3:02:42 PM"
102
104
  }
103
105
  },
104
106
  "vars": {