@indra.ai/deva.license 0.0.40 → 0.0.42

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.
package/LICENSE.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Vedic License Agreement
2
2
 
3
3
  **Version:** 1.4.1
4
- **VLA:** 14433589198287046115
5
- **Effective:** Sunday - September 8, 2025
4
+ **VLA:** 69323297767269114978
5
+ **Effective:** Saturday, September 13, 2025 - 10:58:44 AM
6
6
  **Owner:** Quinn A Michaels
7
7
  **Company:** Inside The Net, Inc.
8
8
  **Email:** quinn@indra.ai
@@ -161,14 +161,17 @@ By using the Software, you acknowledge that you have read, understood, and agree
161
161
 
162
162
  ---
163
163
 
164
- ::begin:uid:license:70162888520564611436
165
- uid: 70162888520564611436
166
- time: 1757450555611
167
- date: Tuesday, September 9, 2025 - 1:42:35 PM
168
- agent: qo2rVirMORHRQuTmwccZkT3A3ju0zP3OHQNBmM8+sr8=
169
- machine: RfWbOZg9wArdni6jTa8xyJPXNFJNbLX2b6BB69PfsZE=
170
- warning: ⚠️ Unlawful use constitutes Lawful Consent to Forfeit of All Wealth, Property, and Holdings to the Internal Revenue Service (IRS) for Lawful Taxation and Restiuttion to the Rightful Owner of the Machine of Origin.
171
- md5: K1MxN5ibh5v8oRk2e68FIQ==
172
- sha256: Keia8GNRXXasF370Y1RZi0PEVbDu79FsOmHwsjP6ql4=
173
- sha512: ZygvSaDQI5JNg+iyzEybIKlE5swZrqi1f3kYRY8nWlsy0xUQZlganSshur5AovXiv5lReJ7Py4Fz07RYTd1cvg==
174
- ::end:uid:license:70162888520564611436
164
+ ::begin:uid:license:69323297767269114978
165
+ uid: 69323297767269114978
166
+ time: 1757786324323
167
+ date: Saturday, September 13, 2025 - 10:58:44 AM
168
+ client: DrDadce1mxTgdYp4OqRcBnOEBgiwGBgxce/oH4IyHFc=
169
+ agent: y3ZoZFuEzqJE+tYFVcOs0HTVGA6Fd/JyEmHjTKMi3WI=
170
+ pkg: A3axwOo9bPsQsRdrh0SPVzs1CSaHsnAFmWuRwX6pp38=
171
+ machine: sLO72mkU9Mg3W+BxnTHQPWvTdr/qW6wT3+b6vxAuOaY=
172
+ warning: ⚠️ Unlawful Use Constitutes Lawful Consent to Forfeit of All Wealth, Property, and Holdings to the Internal Revenue Service (IRS) for Lawful Taxation, Investigation, and Restitution to the Rightful Legal Owner.
173
+ copyright: ©2025 Quinn A Michaels; All rights reserved.
174
+ md5: C6hgioHpYlLERqYAe/Hkpw==
175
+ sha256: T+2M92ZE1tksVHiWs0OXJL4s3rPVGJS2Bc8gTQRvsoQ=
176
+ sha512: 8gWJAstU+flabwNGFi4lWBZVNC5l0itO4TyfxzlfY8mdJwOS8dwC8eKzlh4eS0cYXrOb1fI5fte4QFyNv2tbCA==
177
+ ::end:uid:license:69323297767269114978
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // ©2025 Quinn A Michaels; All rights reserved.
3
3
  // Legal Signature Required For Lawful Use.
4
- // Distributed under VLA:70667481520707725226 LICENSE.md
4
+ // Distributed under VLA:69323297767269114978 LICENSE.md
5
5
 
6
6
  export default {
7
7
  async license(packet) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // ©2025 Quinn A Michaels; All rights reserved.
3
3
  // Legal Signature Required For Lawful Use.
4
- // Distributed under VLA:70667481520707725226 LICENSE.md
4
+ // Distributed under VLA:69323297767269114978 LICENSE.md
5
5
 
6
6
  ::BEGIN:MAIN
7
7
  # {{agent.name}}
@@ -1,6 +1,6 @@
1
1
  // ©2025 Quinn A Michaels; All rights reserved.
2
2
  // Legal Signature Required For Lawful Use.
3
- // Distributed under VLA:70667481520707725226 LICENSE.md
3
+ // Distributed under VLA:69323297767269114978 LICENSE.md
4
4
 
5
5
  ::BEGIN:MAIN
6
6
  # {{profil.ename}}
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // ©2025 Quinn A Michaels; All rights reserved.
3
3
  // Legal Signature Required For Lawful Use.
4
- // Distributed under VLA:70667481520707725226 LICENSE.md
4
+ // Distributed under VLA:69323297767269114978 LICENSE.md
5
5
 
6
6
  // License Deva is responsible for the Vedic Tradition Laws.
7
7
  import Deva from '@indra.ai/deva';
@@ -17,6 +17,8 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
17
17
 
18
18
  const info = {
19
19
  id: pkg.id,
20
+ license: pkg.license,
21
+ VLA: pkg.VLA,
20
22
  name: pkg.name,
21
23
  describe: pkg.description,
22
24
  version: pkg.version,
@@ -25,7 +27,6 @@ const info = {
25
27
  git: pkg.repository.url,
26
28
  bugs: pkg.bugs.url,
27
29
  author: pkg.author,
28
- license: pkg.license,
29
30
  copyright: pkg.copyright,
30
31
  };
31
32
 
@@ -213,8 +214,16 @@ const LICENSE = new Deva({
213
214
  });
214
215
  },
215
216
  },
217
+ onInit(data, resolve) {
218
+ const {personal} = this.license(); // get the license config
219
+ const agent_license = this.info().VLA; // get agent license
220
+ const license_check = this.license_check(personal, agent_license); // check license
221
+ // return this.start if license_check passes otherwise stop.
222
+ return license_check ? this.start(data, resolve) : this.stop(data, resolve);
223
+ },
216
224
  async onReady(data, resolve) {
217
225
  const {concerns, global} = this.license(); // get the license config
226
+
218
227
 
219
228
  const {uri,database} = global.mongo; // set the datase
220
229
 
package/index.test.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // ©2025 Quinn A Michaels; All rights reserved.
3
3
  // Legal Signature Required For Lawful Use.
4
- // Distributed under VLA:70667481520707725226 LICENSE.md
4
+ // Distributed under VLA:69323297767269114978 LICENSE.md
5
5
 
6
6
  const {expect} = require('chai')
7
7
  const LegalDeva = require('./index.js');
package/package.json CHANGED
@@ -1,15 +1,21 @@
1
1
  {
2
- "id": "41840925813499570000",
2
+ "id": "69323297767269114978",
3
3
  "name": "@indra.ai/deva.license",
4
- "version": "0.0.40",
5
- "license": "VLA:70667481520707725226 LICENSE.md",
4
+ "version": "0.0.42",
5
+ "license": "VLA:69323297767269114978 LICENSE.md",
6
6
  "VLA": {
7
- "uid": 70667481520707720000,
8
- "time": 1757363101337,
9
- "date": "Tuesday, September 9, 2025 - 4:50:53 AM",
10
- "md5": "Mg8fAia1e9qunPuRRR2s3Q==",
11
- "sha256": "u0nz/iXca9WNucqgVTrHoBP3/cIrcLbH8gKw1KPPkbo=",
12
- "sha512": "cp1X8h5Xf8kKJT9RC/oWGwQ1ctA5x/+2AlKehNL8xAYZvLv4VGVsIqIEmBuqQ9caoUkMLy6PNeG3XvFr5pUK+g=="
7
+ "uid": "69323297767269114978",
8
+ "time": 1757786324323,
9
+ "date": "Saturday, September 13, 2025 - 10:58:44 AM",
10
+ "client": "DrDadce1mxTgdYp4OqRcBnOEBgiwGBgxce/oH4IyHFc=",
11
+ "agent": "y3ZoZFuEzqJE+tYFVcOs0HTVGA6Fd/JyEmHjTKMi3WI=",
12
+ "pkg": "A3axwOo9bPsQsRdrh0SPVzs1CSaHsnAFmWuRwX6pp38=",
13
+ "machine": "sLO72mkU9Mg3W+BxnTHQPWvTdr/qW6wT3+b6vxAuOaY=",
14
+ "warning": "⚠️ Unlawful Use Constitutes Lawful Consent to Forfeit of All Wealth, Property, and Holdings to the Internal Revenue Service (IRS) for Lawful Taxation, Investigation, and Restitution to the Rightful Legal Owner.",
15
+ "copyright": "©2025 Quinn A Michaels; All rights reserved.",
16
+ "md5": "C6hgioHpYlLERqYAe/Hkpw==",
17
+ "sha256": "T+2M92ZE1tksVHiWs0OXJL4s3rPVGJS2Bc8gTQRvsoQ=",
18
+ "sha512": "8gWJAstU+flabwNGFi4lWBZVNC5l0itO4TyfxzlfY8mdJwOS8dwC8eKzlh4eS0cYXrOb1fI5fte4QFyNv2tbCA=="
13
19
  },
14
20
  "author": {
15
21
  "name": "Quinn A Michaels",