@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 +16 -13
- package/feature/methods.js +1 -1
- package/help/corpus.feecting +1 -1
- package/help/main.feecting +1 -1
- package/index.js +11 -2
- package/index.test.js +1 -1
- package/package.json +15 -9
package/LICENSE.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Vedic License Agreement
|
|
2
2
|
|
|
3
3
|
**Version:** 1.4.1
|
|
4
|
-
**VLA:**
|
|
5
|
-
**Effective:**
|
|
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:
|
|
165
|
-
uid:
|
|
166
|
-
time:
|
|
167
|
-
date:
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
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
|
package/feature/methods.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:
|
|
4
|
+
// Distributed under VLA:69323297767269114978 LICENSE.md
|
|
5
5
|
|
|
6
6
|
export default {
|
|
7
7
|
async license(packet) {
|
package/help/corpus.feecting
CHANGED
package/help/main.feecting
CHANGED
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:
|
|
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:
|
|
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": "
|
|
2
|
+
"id": "69323297767269114978",
|
|
3
3
|
"name": "@indra.ai/deva.license",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"license": "VLA:
|
|
4
|
+
"version": "0.0.42",
|
|
5
|
+
"license": "VLA:69323297767269114978 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
|
-
"uid":
|
|
8
|
-
"time":
|
|
9
|
-
"date": "
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
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",
|