@indra.ai/deva.license 0.0.88 → 0.1.1
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/main.feecting +1 -1
- package/index.js +1 -8
- package/package.json +15 -13
package/help/main.feecting
CHANGED
package/index.js
CHANGED
|
@@ -39,14 +39,7 @@ const LICENSE = new Deva({
|
|
|
39
39
|
parse(input) {return input.trim();},
|
|
40
40
|
process(input) {return input.trim();}
|
|
41
41
|
},
|
|
42
|
-
listeners: {
|
|
43
|
-
'devacore:question'(packet) {
|
|
44
|
-
this.methods.echo(agent.key, 'q', packet);
|
|
45
|
-
},
|
|
46
|
-
'devacore:answer'(packet) {
|
|
47
|
-
this.methods.echo(agent.key, 'a', packet);
|
|
48
|
-
}
|
|
49
|
-
},
|
|
42
|
+
listeners: {},
|
|
50
43
|
modules: {
|
|
51
44
|
client: false,
|
|
52
45
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "38411800854088090659",
|
|
3
3
|
"name": "@indra.ai/deva.license",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"license": "VLA:38411800854088090659 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "38411800854088090659",
|
|
@@ -46,23 +46,26 @@
|
|
|
46
46
|
},
|
|
47
47
|
"keywords": [
|
|
48
48
|
"License",
|
|
49
|
+
"Deva",
|
|
49
50
|
"License Deva",
|
|
50
51
|
"Indra.ai",
|
|
51
52
|
"Deva.space",
|
|
52
53
|
"Deva.cloud",
|
|
53
|
-
"Deva.world"
|
|
54
|
+
"Deva.world",
|
|
55
|
+
"Quinn A Michaels",
|
|
56
|
+
"Inside The Net, Inc."
|
|
54
57
|
],
|
|
55
58
|
"bugs": {
|
|
56
59
|
"url": "https://github.com/indraai/deva.license/issues"
|
|
57
60
|
},
|
|
58
61
|
"homepage": "https://indra.ai",
|
|
59
62
|
"dependencies": {
|
|
60
|
-
"@indra.ai/deva": "^1.
|
|
63
|
+
"@indra.ai/deva": "^1.9.1",
|
|
61
64
|
"mongodb": "^6.13.0"
|
|
62
65
|
},
|
|
63
66
|
"data": {
|
|
64
67
|
"agent": {
|
|
65
|
-
"id": 71953601452985180000,
|
|
68
|
+
"id": "71953601452985180000",
|
|
66
69
|
"key": "license",
|
|
67
70
|
"prompt": {
|
|
68
71
|
"emoji": "🪪 ",
|
|
@@ -81,7 +84,7 @@
|
|
|
81
84
|
}
|
|
82
85
|
},
|
|
83
86
|
"profile": {
|
|
84
|
-
"id": 42240578479834920000,
|
|
87
|
+
"id": "42240578479834920000",
|
|
85
88
|
"name": "License Deva",
|
|
86
89
|
"hashtag": "#license",
|
|
87
90
|
"trigger": "@license",
|
|
@@ -94,19 +97,18 @@
|
|
|
94
97
|
"gender": "DEVA",
|
|
95
98
|
"style": "License Report Expert",
|
|
96
99
|
"voice": "onyx",
|
|
97
|
-
"system": "Indra.ai.
|
|
100
|
+
"system": "Indra.ai.license",
|
|
98
101
|
"layout": "default",
|
|
99
102
|
"color": "rgb(186,182,158)",
|
|
100
103
|
"bgcolor": "rgb(29,28,20)",
|
|
101
|
-
"emoji": "/
|
|
102
|
-
"avatar": "/
|
|
103
|
-
"image": "/
|
|
104
|
-
"background": "/
|
|
104
|
+
"emoji": "/devas/license/emoji.png",
|
|
105
|
+
"avatar": "/devas/license/avatar.png",
|
|
106
|
+
"image": "/devas/license/image.png",
|
|
107
|
+
"background": "/devas/license/background.png",
|
|
105
108
|
"owner": "Quinn A Michaels",
|
|
106
109
|
"creator": "Quinn A Michaels",
|
|
107
|
-
"copyright": "
|
|
108
|
-
"created": "Monday, Septemper 8, 2025 - 1:25:01 PM"
|
|
109
|
-
"modified": "Monday, September 8, 2025 - 3:02:42 PM"
|
|
110
|
+
"copyright": "Copyright ©2025 Quinn A Michaels; All rights reserved.",
|
|
111
|
+
"created": "Monday, Septemper 8, 2025 - 1:25:01 PM"
|
|
110
112
|
}
|
|
111
113
|
},
|
|
112
114
|
"vars": {
|