@indra.ai/deva.log 0.13.0 → 0.15.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/help/corpus.feecting +5 -5
- package/package.json +7 -6
package/help/corpus.feecting
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
// Sunday, January 4, 2026 - 3:51:27 PM
|
|
6
6
|
|
|
7
7
|
::BEGIN:MAIN
|
|
8
|
-
# {{
|
|
9
|
-
|
|
10
|
-
{{profile}}
|
|
11
|
-
|
|
12
|
-
talk: #log help main:license
|
|
8
|
+
# {{profile.name}}
|
|
13
9
|
|
|
10
|
+
describe: {{profile.describe}}
|
|
11
|
+
hashags: {{profile.hashtags}}
|
|
12
|
+
owner: {{profile.owner}}
|
|
13
|
+
creator: {{profile.creator}}
|
|
14
14
|
copyright: {{profile.copyright}}
|
|
15
15
|
::END:MAIN
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "67808235907351148207",
|
|
3
3
|
"name": "@indra.ai/deva.log",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.15.0",
|
|
5
5
|
"license": "VLA:67808235907351148207 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "67808235907351148207",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"main": "index.js",
|
|
35
35
|
"type": "module",
|
|
36
36
|
"scripts": {
|
|
37
|
+
"latest": "npm i @indra.ai/deva@latest --save",
|
|
37
38
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
38
39
|
},
|
|
39
40
|
"repository": {
|
|
@@ -56,7 +57,7 @@
|
|
|
56
57
|
"url": "https://github.com/indraai/deva.log/issues"
|
|
57
58
|
},
|
|
58
59
|
"dependencies": {
|
|
59
|
-
"@indra.ai/deva": "^1.
|
|
60
|
+
"@indra.ai/deva": "^1.35.0",
|
|
60
61
|
"mongodb": "^6.1.0"
|
|
61
62
|
},
|
|
62
63
|
"data": {
|
|
@@ -85,10 +86,10 @@
|
|
|
85
86
|
"hashtag": "#LogDeva",
|
|
86
87
|
"title": "Log Deva",
|
|
87
88
|
"subtitle": "Log manage in Deva.world",
|
|
88
|
-
"describe": "
|
|
89
|
+
"describe": "{{profile.name}} manages the logs in Indra.ai Deva.world. Regardless of Agent or Client interaction {{profile.name}} ensures that all interactions and events are properly logged to an independent logging database set in the logging layer. {{profile.name}} can then access, organize, report, and delivery archive data or event logs in real time with simple method:property requests.",
|
|
89
90
|
"tweet": "Log Deva manages the logs in Deva.world.",
|
|
90
|
-
"hashtags": "QuinnMichaels
|
|
91
|
-
"pronouns": "He, Him",
|
|
91
|
+
"hashtags": "#Quinn #QuinnMichaels #InsideTheNet #IndraAI #DevaWorld #Log #LogDeva #LogPRIME",
|
|
92
|
+
"pronouns": "He, Him, His",
|
|
92
93
|
"gender": "DEVA",
|
|
93
94
|
"style": "You are the master of Vedic style artwork and creative ideas.",
|
|
94
95
|
"voice": "onyx",
|
|
@@ -104,7 +105,7 @@
|
|
|
104
105
|
"creator": "Quinn A Michaels",
|
|
105
106
|
"copyright": "Copyright ©2000-2026 Quinn A Michaels; All rights reserved.",
|
|
106
107
|
"created": "Sunday, May 21, 2023 at 11:18 PM",
|
|
107
|
-
"updated": "Sunday, January
|
|
108
|
+
"updated": "Sunday, January 25, 2026 - 3:18:39 AM"
|
|
108
109
|
}
|
|
109
110
|
},
|
|
110
111
|
"vars": {
|