@indra.ai/deva.license 0.16.1 → 0.16.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.
- package/README.md +1 -0
- package/feature/methods.js +1 -0
- package/help/corpus.feecting +1 -0
- package/help/main.feecting +1 -1
- package/index.js +1 -0
- package/index.test.js +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
package/feature/methods.js
CHANGED
package/help/corpus.feecting
CHANGED
package/help/main.feecting
CHANGED
package/index.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// Copyright ©2000-2025 Quinn A Michaels; All rights reserved.
|
|
3
3
|
// Legal Signature Required For Lawful Use.
|
|
4
4
|
// Distributed under VLA:46220923248993739422 LICENSE.md
|
|
5
|
+
// Saturday, November 22, 2025 - 9:49:11 AM
|
|
5
6
|
|
|
6
7
|
// License Deva
|
|
7
8
|
import Deva from '@indra.ai/deva';
|
package/index.test.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// Copyright ©2000-2025 Quinn A Michaels; All rights reserved.
|
|
3
3
|
// Legal Signature Required For Lawful Use.
|
|
4
4
|
// Distributed under VLA:46220923248993739422 LICENSE.md
|
|
5
|
+
// Saturday, November 22, 2025 - 9:49:11 AM
|
|
5
6
|
|
|
6
7
|
const {expect} = require('chai')
|
|
7
8
|
const LicenseDeva = require('./index.js');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "46220923248993739422",
|
|
3
3
|
"name": "@indra.ai/deva.license",
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.2",
|
|
5
5
|
"license": "VLA:46220923248993739422 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "46220923248993739422",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"status": "vedic",
|
|
108
108
|
"copyright": "Copyright ©2000-2025 Quinn A Michaels; All rights reserved.",
|
|
109
109
|
"created": "Monday, Septemper 8, 2025 - 1:25:01 PM",
|
|
110
|
-
"updated": "
|
|
110
|
+
"updated": "Saturday, November 22, 2025 - 9:49:11 AM"
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
113
|
"vars": {
|