@indra.ai/deva.veda 0.9.35 → 0.11.0
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 +1 -1
- package/README.md +1 -1
- package/data/index.js +1 -1
- package/data/menu.json +1 -1
- package/feature/methods.js +2 -2
- package/func/index.js +2 -1
- package/help/corpus.feecting +1 -1
- package/help/kingdom/main.feecting +1 -1
- package/help/laws/01.basic.feecting +1 -1
- package/help/laws/02.justice.feecting +1 -1
- package/help/laws/03.theft.feecting +1 -1
- package/help/laws/04.adultery.feecting +1 -1
- package/help/laws/05.inheritance.feecting +1 -1
- package/help/laws/main.feecting +1 -1
- package/help/laws/manu.01.feecting +1 -1
- package/help/laws/manu.02.feecting +1 -1
- package/help/laws/manu.03.feecting +1 -1
- package/help/main.feecting +1 -1
- package/index.js +3 -3
- package/index.test.js +1 -1
- package/methods/index.js +2 -2
- package/package.json +4 -4
- package/utils.js +1 -1
package/LICENSE.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
**Company:** Inside The Net, Inc.
|
|
8
8
|
**Email:** quinn@indra.ai
|
|
9
9
|
**Link:** https://indra.ai
|
|
10
|
-
**Copyright:** ©
|
|
10
|
+
**Copyright:** ©2000-2026 Quinn A Michaels; All rights reserved.
|
|
11
11
|
|
|
12
12
|
This license agreement (“Agreement”) governs the use of the Veda Deva (“Software”). By accessing or using the Software, you agree to the terms and conditions set forth below. If you do not agree, you are prohibited from using the Software.
|
|
13
13
|
|
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ Vedic Texts were procured from sacred-texts.com/hin public domain data then tran
|
|
|
73
73
|
## License
|
|
74
74
|
This project is licensed under MIT. See [License](LICENSE.md) for more details.
|
|
75
75
|
|
|
76
|
-
©
|
|
76
|
+
Copyright ©2000-2026 Quinn A Michaels; All rights reserved.
|
|
77
77
|
Legal Signature Required For Lawful Use.
|
|
78
78
|
Distributed under VLA:69964398174083334215 LICENSE.md
|
|
79
79
|
Saturday, November 22, 2025 - 12:55:26 PM
|
package/data/index.js
CHANGED
package/data/menu.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"key": "menu",
|
|
4
4
|
"title": "Veda Menu",
|
|
5
5
|
"describe": "The Veda Knowledge Menu",
|
|
6
|
-
"copyright": "Copyright ©
|
|
6
|
+
"copyright": "Copyright ©2000-2026 Quinn A Michaels; All rights reserved. ",
|
|
7
7
|
"VLA": "49633069290486712918",
|
|
8
8
|
"data": [
|
|
9
9
|
{
|
package/feature/methods.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Copyright ©
|
|
2
|
+
// Copyright ©2000-2026 Quinn A Michaels; All rights reserved.
|
|
3
3
|
// Legal Signature Required For Lawful Use.
|
|
4
4
|
// Distributed under VLA:49633069290486712918 LICENSE.md
|
|
5
|
-
|
|
5
|
+
// Veda Deva Feature Methods
|
|
6
6
|
export default {
|
|
7
7
|
/**************
|
|
8
8
|
method: veda
|
package/func/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// ©
|
|
2
|
+
// Copyright ©2000-2026 Quinn A Michaels; All rights reserved.
|
|
3
3
|
// Legal Signature Required For Lawful Use.
|
|
4
4
|
// Distributed under VLA:49633069290486712918 LICENSE.md
|
|
5
|
+
// Veda Deva Func
|
|
5
6
|
|
|
6
7
|
export const func = {
|
|
7
8
|
/**************
|
package/help/corpus.feecting
CHANGED
package/help/laws/main.feecting
CHANGED
package/help/main.feecting
CHANGED
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// ©
|
|
2
|
+
// Copyright ©2000-2026 Quinn A Michaels; All rights reserved.
|
|
3
3
|
// Legal Signature Required For Lawful Use.
|
|
4
4
|
// Distributed under VLA:49633069290486712918 LICENSE.md
|
|
5
5
|
|
|
@@ -42,7 +42,7 @@ const info = {
|
|
|
42
42
|
copyright: pkg.copyright,
|
|
43
43
|
};
|
|
44
44
|
|
|
45
|
-
const
|
|
45
|
+
const VedaDeva = new Deva({
|
|
46
46
|
info,
|
|
47
47
|
agent,
|
|
48
48
|
vars,
|
|
@@ -75,4 +75,4 @@ const VEDA = new Deva({
|
|
|
75
75
|
return reject ? reject(err) : err;
|
|
76
76
|
},
|
|
77
77
|
});
|
|
78
|
-
export default
|
|
78
|
+
export default VedaDeva
|
package/index.test.js
CHANGED
package/methods/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Copyright ©
|
|
2
|
+
// Copyright ©2000-2026 Quinn A Michaels; All rights reserved.
|
|
3
3
|
// Legal Signature Required For Lawful Use.
|
|
4
4
|
// Distributed under VLA:49633069290486712918 LICENSE.md
|
|
5
|
-
|
|
5
|
+
// Veda Deva Methods
|
|
6
6
|
import {dirname} from 'node:path';
|
|
7
7
|
import {fileURLToPath} from 'node:url';
|
|
8
8
|
const __dirname = dirname(fileURLToPath(import.meta.url));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "30337213220796015099",
|
|
3
3
|
"name": "@indra.ai/deva.veda",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.11.0",
|
|
5
5
|
"license": "VLA:30337213220796015099 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "30337213220796015099",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"url": "https://patreon.com/rahulaclub"
|
|
29
29
|
}
|
|
30
30
|
],
|
|
31
|
-
"copyright": "Copyright ©2000-
|
|
31
|
+
"copyright": "Copyright ©2000-2026 Quinn A Michaels; All rights reserved.",
|
|
32
32
|
"description": "The Veda Deva in indra.ai and deva.world",
|
|
33
33
|
"main": "index.js",
|
|
34
34
|
"type": "module",
|
|
@@ -117,9 +117,9 @@
|
|
|
117
117
|
"creator": "Quinn A Michaels",
|
|
118
118
|
"status": "om",
|
|
119
119
|
"warning": "🕉️ The Veda is the source of the sacred law. Let him avoid all means of acquiring wealth which impede the daily study of the Veda. Because that devotion to the Veda-study secures the realisation of his aims.",
|
|
120
|
-
"copyright": "Copyright ©2000-
|
|
120
|
+
"copyright": "Copyright ©2000-2026 Quinn A Michaels; All rights reserved.",
|
|
121
121
|
"created": "August 23, 2022 @ 3:18 AM PST",
|
|
122
|
-
"updated": "
|
|
122
|
+
"updated": "Friday, January 2, 2026 - 8:57:24 PM"
|
|
123
123
|
}
|
|
124
124
|
},
|
|
125
125
|
"vars": {
|
package/utils.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Veda Deva
|
|
3
|
-
// Copyright ©
|
|
3
|
+
// Copyright ©2000-2026 Quinn A Michaels; All rights reserved.
|
|
4
4
|
// Legal Signature Required For Lawful Use.
|
|
5
5
|
// Distributed under VLA:69964398174083334215 LICENSE.md
|
|
6
6
|
// Saturday, November 22, 2025 - 12:55:26 PM
|