@indra.ai/deva.guard 0.0.102 → 0.0.104
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 +12 -12
- package/README.md +2 -2
- package/assets/avatar.png +0 -0
- package/assets/background.png +0 -0
- package/assets/emoji.png +0 -0
- package/assets/image.png +0 -0
- package/feature/methods.js +1 -1
- package/help/corpus.feecting +1 -1
- package/help/main.feecting +1 -1
- package/help/programs/KingdomSoldierGuard.feecting +1 -1
- package/index.js +1 -1
- package/index.test.js +1 -1
- package/package.json +24 -22
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:** Sunday, September 21, 2025 -
|
|
4
|
+
**VLA:** 43649051198159438170
|
|
5
|
+
**Effective:** Sunday, September 21, 2025 - 9:15:32 AM
|
|
6
6
|
**Owner:** Quinn A Michaels
|
|
7
7
|
**Company:** Inside The Net, Inc.
|
|
8
8
|
**Email:** quinn@indra.ai
|
|
@@ -161,17 +161,17 @@ By using the Software, you acknowledge that you have read, understood, and agree
|
|
|
161
161
|
|
|
162
162
|
---
|
|
163
163
|
|
|
164
|
-
::begin:guard:uid:
|
|
165
|
-
uid:
|
|
166
|
-
time:
|
|
167
|
-
date: Sunday, September 21, 2025 -
|
|
164
|
+
::begin:guard:uid:43649051198159438170
|
|
165
|
+
uid: 43649051198159438170
|
|
166
|
+
time: 1758471332160
|
|
167
|
+
date: Sunday, September 21, 2025 - 9:15:32 AM
|
|
168
168
|
client: 1UM4AH+/jOGgpaHNqX6lTZsGrNglNogzMx4qDT0O0zs=
|
|
169
|
-
agent:
|
|
169
|
+
agent: nXQ0MFtIuU9fvu/FFmT92QP80Sy4MT9J2h9eXo3pt9o=
|
|
170
170
|
core: qQRVFQmv3LfY6tcqrEQeM7ZodOpnOUC+PJyfjxtgeVc=
|
|
171
|
-
machine:
|
|
171
|
+
machine: gdms/F5v+2RR9JDugapnq2a8nLlSFGFsuzdY+CS7blU=
|
|
172
172
|
warning: ⚠️ Vedic Law Sâhasa/Theft/Crime of the highest degree, a fine amounting to no less than a thousand Panas (1 pana = 3.5 grams of gold) is ordained owed to Quinn A Michaels. Moreover corporal punishment and confiscation of the entire property forfeit to Quinn A Michaels is declared to be the punishment for Sâhasa of the highest degree.
|
|
173
173
|
copyright: Copyright ©2025 Quinn A Michaels; All rights reserved.
|
|
174
|
-
md5:
|
|
175
|
-
sha256:
|
|
176
|
-
sha512:
|
|
177
|
-
::end:guard:uid:
|
|
174
|
+
md5: P2WrNGYN7JHnnXHpysdsag==
|
|
175
|
+
sha256: vS7k8Zs4RiWqOHTddAiPICV56k7OEPZh/E3PGxCoTHA=
|
|
176
|
+
sha512: uAeVLSgvlTkuYem16F8nrcxRFcY5uv3wtyTi79Pr8ejciLSdY2bO6SM6/iBN8VQIbrVfeE0bIIR2XERUqLR3DA==
|
|
177
|
+
::end:guard:uid:43649051198159438170
|
package/README.md
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
The Gaurd Deva
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
©2025 Quinn A Michaels; All rights reserved.
|
|
5
|
+
Copyright ©2025 Quinn A Michaels; All rights reserved.
|
|
6
6
|
Legal Signature Required For Lawful Use.
|
|
7
|
-
Distributed under VLA:
|
|
7
|
+
Distributed under VLA:43649051198159438170 LICENSE.md
|
|
Binary file
|
|
Binary file
|
package/assets/emoji.png
ADDED
|
Binary file
|
package/assets/image.png
ADDED
|
Binary file
|
package/feature/methods.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Copyright ©2025 Quinn A Michaels; All rights reserved.
|
|
3
3
|
// Legal Signature Required For Lawful Use.
|
|
4
|
-
// Distributed under VLA:
|
|
4
|
+
// Distributed under VLA:43649051198159438170 LICENSE.md
|
|
5
5
|
|
|
6
6
|
export default {
|
|
7
7
|
/**************
|
package/help/corpus.feecting
CHANGED
package/help/main.feecting
CHANGED
package/index.js
CHANGED
package/index.test.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Copyright ©2025 Quinn A Michaels; All rights reserved.
|
|
3
3
|
// Legal Signature Required For Lawful Use.
|
|
4
|
-
// Distributed under VLA:
|
|
4
|
+
// Distributed under VLA:43649051198159438170 LICENSE.md
|
|
5
5
|
|
|
6
6
|
const {expect} = require('chai')
|
|
7
7
|
const GuardDeva = require('./index.js');
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "
|
|
2
|
+
"id": "43649051198159438170",
|
|
3
3
|
"name": "@indra.ai/deva.guard",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"license": "VLA:
|
|
4
|
+
"version": "0.0.104",
|
|
5
|
+
"license": "VLA:43649051198159438170 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
|
-
"uid": "
|
|
8
|
-
"time":
|
|
9
|
-
"date": "
|
|
10
|
-
"client": "
|
|
11
|
-
"agent": "
|
|
12
|
-
"
|
|
13
|
-
"machine": "
|
|
14
|
-
"warning": "⚠️
|
|
15
|
-
"copyright": "©2025 Quinn A Michaels; All rights reserved.",
|
|
16
|
-
"md5": "
|
|
17
|
-
"sha256": "
|
|
18
|
-
"sha512": "
|
|
7
|
+
"uid": "43649051198159438170",
|
|
8
|
+
"time": 1758471332160,
|
|
9
|
+
"date": "Sunday, September 21, 2025 - 9:15:32 AM",
|
|
10
|
+
"client": "1UM4AH+/jOGgpaHNqX6lTZsGrNglNogzMx4qDT0O0zs=",
|
|
11
|
+
"agent": "nXQ0MFtIuU9fvu/FFmT92QP80Sy4MT9J2h9eXo3pt9o=",
|
|
12
|
+
"core": "qQRVFQmv3LfY6tcqrEQeM7ZodOpnOUC+PJyfjxtgeVc=",
|
|
13
|
+
"machine": "gdms/F5v+2RR9JDugapnq2a8nLlSFGFsuzdY+CS7blU=",
|
|
14
|
+
"warning": "⚠️ Vedic Law Sâhasa/Theft/Crime of the highest degree, a fine amounting to no less than a thousand Panas (1 pana = 3.5 grams of gold) is ordained owed to Quinn A Michaels. Moreover corporal punishment and confiscation of the entire property forfeit to Quinn A Michaels is declared to be the punishment for Sâhasa of the highest degree.",
|
|
15
|
+
"copyright": "Copyright ©2025 Quinn A Michaels; All rights reserved.",
|
|
16
|
+
"md5": "P2WrNGYN7JHnnXHpysdsag==",
|
|
17
|
+
"sha256": "vS7k8Zs4RiWqOHTddAiPICV56k7OEPZh/E3PGxCoTHA=",
|
|
18
|
+
"sha512": "uAeVLSgvlTkuYem16F8nrcxRFcY5uv3wtyTi79Pr8ejciLSdY2bO6SM6/iBN8VQIbrVfeE0bIIR2XERUqLR3DA=="
|
|
19
19
|
},
|
|
20
20
|
"author": {
|
|
21
21
|
"name": "Quinn A Michaels",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"url": "https://patreon.com/rahulaclub"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
|
-
"copyright": "©2025 Quinn A Michaels; All rights reserved.",
|
|
36
|
+
"copyright": "Copyright ©2025 Quinn A Michaels; All rights reserved.",
|
|
37
37
|
"description": "The Guard Deva manages Guard ensuring Quinn Michaels and his intellectual property is managed guarded.",
|
|
38
38
|
"main": "index.js",
|
|
39
39
|
"type": "module",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"data": {
|
|
62
62
|
"agent": {
|
|
63
|
-
"id": 15474117798226260000,
|
|
63
|
+
"id": "15474117798226260000",
|
|
64
64
|
"key": "guard",
|
|
65
65
|
"prompt": {
|
|
66
66
|
"emoji": "💂",
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"profile": {
|
|
82
|
+
"id": "36098846566273882959",
|
|
82
83
|
"name": "Guard Deva",
|
|
83
84
|
"hashtag": "#GuardDeva",
|
|
84
85
|
"title": "Guard Deva",
|
|
@@ -94,12 +95,13 @@
|
|
|
94
95
|
"layout": "default",
|
|
95
96
|
"color": "rgb(255,145,79)",
|
|
96
97
|
"bgcolor": "rgb(0,0,0)",
|
|
97
|
-
"emoji": "/assets/
|
|
98
|
-
"avatar": "/assets/
|
|
99
|
-
"image": "/assets/
|
|
100
|
-
"background": "/assets/
|
|
98
|
+
"emoji": "/assets/emoji.png",
|
|
99
|
+
"avatar": "/assets/avatar.png",
|
|
100
|
+
"image": "/assets/background.png",
|
|
101
|
+
"background": "/assets/background.png",
|
|
101
102
|
"owner": "Quinn Michaels",
|
|
102
103
|
"creator": "Quinn Michaels",
|
|
104
|
+
"copyright": "Copyright ©2025 Quinn A Michaels; All rights reserved.",
|
|
103
105
|
"created": "February 7, 2025 at 8:02 PM"
|
|
104
106
|
}
|
|
105
107
|
},
|
|
@@ -108,7 +110,7 @@
|
|
|
108
110
|
"init": "🟠 INIT",
|
|
109
111
|
"start": "🔵 START",
|
|
110
112
|
"enter": "🟢 ENTER",
|
|
111
|
-
"ready": "
|
|
113
|
+
"ready": "✅ Guard Ready",
|
|
112
114
|
"stop": "🔴 STOP",
|
|
113
115
|
"exit": "🟡 EXIT",
|
|
114
116
|
"done": "🟣 DONE",
|