@indra.ai/deva.log 0.0.41 → 0.0.43
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 +0 -4
- package/help/main.feecting +8 -10
- package/package.json +25 -19
package/help/corpus.feecting
CHANGED
package/help/main.feecting
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
::BEGIN:MAIN
|
|
2
|
+
# {{profil.ename}}
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
talk: #security file:public main:header
|
|
6
|
-
talk: #algorithm file:public main:header
|
|
7
|
-
|
|
8
|
-
copyright: ©2025 Quinn Michaels
|
|
4
|
+
{{profile}}
|
|
9
5
|
|
|
10
6
|
::begin:hidden
|
|
11
|
-
#color =
|
|
12
|
-
#bgcolor =
|
|
13
|
-
#bg =
|
|
7
|
+
#color = {{profile.color}}
|
|
8
|
+
#bgcolor = {{profile.bgcolor}}
|
|
9
|
+
#bg = {{profile.bg}}
|
|
14
10
|
::end:hidden
|
|
11
|
+
copyright: (c)2025 Quinn Michaels
|
|
12
|
+
::END:MAIN
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 4148108755733,
|
|
3
3
|
"name": "@indra.ai/deva.log",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.43",
|
|
5
5
|
"author": "Quinn Michaels",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"copyright": "2025",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"url": "https://deva.space/devas/log"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@indra.ai/deva": "^1.5.
|
|
31
|
+
"@indra.ai/deva": "^1.5.35",
|
|
32
32
|
"@indra.ai/deva.error": "^0.0.10",
|
|
33
33
|
"mongodb": "^6.1.0"
|
|
34
34
|
},
|
|
@@ -41,33 +41,39 @@
|
|
|
41
41
|
"text": "Log",
|
|
42
42
|
"colors": {
|
|
43
43
|
"label": {
|
|
44
|
-
"R":
|
|
45
|
-
"G":
|
|
46
|
-
"B":
|
|
44
|
+
"R": 101,
|
|
45
|
+
"G": 243,
|
|
46
|
+
"B": 248
|
|
47
47
|
},
|
|
48
48
|
"text": {
|
|
49
|
-
"R":
|
|
50
|
-
"G":
|
|
51
|
-
"B":
|
|
49
|
+
"R": 252,
|
|
50
|
+
"G": 183,
|
|
51
|
+
"B": 84
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"profile": {
|
|
56
|
-
"name": "
|
|
56
|
+
"name": "#LogDeva",
|
|
57
|
+
"title": "Log Deva",
|
|
58
|
+
"subtitle": "Log manage in Deva.world",
|
|
59
|
+
"describe": "Log Deva manages the logs in Deva.world.",
|
|
60
|
+
"tweet": "Log Deva manages the logs in Deva.world.",
|
|
61
|
+
"hashtags": "QuinnMichaels,IndraAI,DevaWorld,LogDeva",
|
|
57
62
|
"pronouns": "He, Him",
|
|
58
63
|
"gender": "DEVA",
|
|
64
|
+
"style": "You are the master of Vedic style artwork and creative ideas.",
|
|
65
|
+
"voice": "onyx",
|
|
66
|
+
"system": "Deva.world.log",
|
|
67
|
+
"layout": "default",
|
|
68
|
+
"color": "rgb(252,183,84)",
|
|
69
|
+
"bgcolor": "rgb(0,0,0)",
|
|
70
|
+
"emoji": "/assets/devas/log/emoji.png",
|
|
71
|
+
"avatar": "/assets/devas/log/avatar.png",
|
|
72
|
+
"image": "/assets/devas/log/image.png",
|
|
73
|
+
"background": "/assets/devas/log/background.png",
|
|
59
74
|
"owner": "Quinn Michaels",
|
|
60
75
|
"creator": "Quinn Michaels",
|
|
61
|
-
"created": "Sunday, May 21, 2023 at 11:18 PM"
|
|
62
|
-
"system": "Deva.world.log",
|
|
63
|
-
"describe": "Log Deva manages the logs in Deva.world.",
|
|
64
|
-
"emoji": "/public/devas/log/emoji.png",
|
|
65
|
-
"avatar": "/public/devas/log/avatar.png",
|
|
66
|
-
"background": "/public/devas/log/background.png",
|
|
67
|
-
"color": "#fdff64",
|
|
68
|
-
"bgcolor": "#000000",
|
|
69
|
-
"voice": "onyx",
|
|
70
|
-
"style": "You are the master of Vedic style artwork and creative ideas."
|
|
76
|
+
"created": "Sunday, May 21, 2023 at 11:18 PM"
|
|
71
77
|
}
|
|
72
78
|
},
|
|
73
79
|
"vars": {
|