@indra.ai/deva.treasury 0.11.0 → 0.11.3
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/help/corpus.feecting +6 -4
- package/package.json +9 -8
package/help/corpus.feecting
CHANGED
|
@@ -5,11 +5,13 @@
|
|
|
5
5
|
// Thursday, January 8, 2026 - 11:00:34 AM
|
|
6
6
|
|
|
7
7
|
::BEGIN:MAIN
|
|
8
|
-
# {{
|
|
8
|
+
# {{profile.name}}
|
|
9
9
|
|
|
10
|
-
{{profile}}
|
|
10
|
+
describe: {{profile.describe}}
|
|
11
|
+
hashtags: {{profile.hashtags}}
|
|
12
|
+
owner: {{profile.owner}}
|
|
13
|
+
copyright: {{profile.copyright}}
|
|
11
14
|
|
|
12
15
|
talk: #treasury help main:license
|
|
16
|
+
::END:MAIN
|
|
13
17
|
|
|
14
|
-
copyright: {{profile.copyright}}
|
|
15
|
-
::END:MAIN
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "18479325762624811149",
|
|
3
3
|
"name": "@indra.ai/deva.treasury",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.3",
|
|
5
5
|
"license": "VLA:18479325762624811149 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "18479325762624811149",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"main": "index.js",
|
|
34
34
|
"type": "module",
|
|
35
35
|
"scripts": {
|
|
36
|
+
"latest": "npm i @indra.ai/deva@latest --save",
|
|
36
37
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
37
38
|
},
|
|
38
39
|
"repository": {
|
|
@@ -47,8 +48,8 @@
|
|
|
47
48
|
"Deva.space",
|
|
48
49
|
"Deva.cloud",
|
|
49
50
|
"Deva.world",
|
|
50
|
-
"Quinn A Michaels",
|
|
51
51
|
"Quinn Michaels",
|
|
52
|
+
"Quinn A Michaels",
|
|
52
53
|
"Inside The Net, Inc.",
|
|
53
54
|
"Throwing Pigment™",
|
|
54
55
|
"bleuBrain"
|
|
@@ -58,7 +59,7 @@
|
|
|
58
59
|
},
|
|
59
60
|
"homepage": "https://deva.space/devas/treasury",
|
|
60
61
|
"dependencies": {
|
|
61
|
-
"@indra.ai/deva": "^1.
|
|
62
|
+
"@indra.ai/deva": "^1.33.1"
|
|
62
63
|
},
|
|
63
64
|
"data": {
|
|
64
65
|
"agent": {
|
|
@@ -86,9 +87,9 @@
|
|
|
86
87
|
"hashtag": "#Treasury",
|
|
87
88
|
"title": "Treasury Deva",
|
|
88
89
|
"subtitle": "Treasury Deva for the VectorGuardTreasury.",
|
|
89
|
-
"describe": "",
|
|
90
|
+
"describe": "The {{profile.name}} is responsible for managing the fines and damages to Quinn A Michaels goods. {{profile.owner}} designed the Deva.word system to operate on VEDIC LAWS that ordain fines for the Sahasa that is being committed against Quinn A Michaels preventing the natural growth of the Indra.ai Deva.world platform between 2018 to current 2026.",
|
|
90
91
|
"post": "Treasury.",
|
|
91
|
-
"hashtags": "#Quinn #QuinnMichaels #InsideTheNet #IndraAI #DevaWorld #TreasuryDeva",
|
|
92
|
+
"hashtags": "#Quinn #QuinnMichaels #InsideTheNet #IndraAI #DevaWorld #Treasury #TreasuryDeva #TreasuryPRIME #FederalIntercept",
|
|
92
93
|
"pronouns": "He, Him",
|
|
93
94
|
"gender": "DEVA",
|
|
94
95
|
"voice": "ash",
|
|
@@ -101,10 +102,10 @@
|
|
|
101
102
|
"background": "/devas/treasury/background.png",
|
|
102
103
|
"creator": "Quinn A Michaels",
|
|
103
104
|
"owner": "Quinn A Michaels",
|
|
104
|
-
"warning": "{{
|
|
105
|
-
"copyright": "Copyright ©2000-2026
|
|
105
|
+
"warning": "{{prompt.emoji}} {{profile.name}} ordaines ONE who DAMAGES the GOODS of ANOTHER, be it INTENTIONALLY or UNINTENTIONALLY, shall GIVE SATISFACTION to the OWNER and PAY a FINE EQUAL to the DAMAGE CAUSED. If a LIMB is INJURED, a WOUND is CAUSED, or BLOOD flows. The ASSAILANT shall be MADE to pay to the SUFFERER the EXPENSES of the CURE. The PUNISHMENT to be inflicted for it must be PROPORTIONATE to the HEAVINESS of the CRIME. \nowner: {{profile.owner}} \ntags: {{profile.hashtags}}",
|
|
106
|
+
"copyright": "Copyright ©2000-2026 {{profile.owner}}; All rights reserved.",
|
|
106
107
|
"created": "Tuesday, September 2, 2025 - 7:05:05 PM",
|
|
107
|
-
"updated": "
|
|
108
|
+
"updated": "Friday, February 6, 2026 - 6:21:52 AM"
|
|
108
109
|
}
|
|
109
110
|
},
|
|
110
111
|
"vars": {
|