@indra.ai/deva.services 0.0.108 → 0.0.109
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 +1 -1
- package/package.json +21 -18
package/LICENSE.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
**Link:** https://indra.ai
|
|
10
10
|
**Copyright:** Copyright ©2025 Quinn A Michaels; All rights reserved.
|
|
11
11
|
|
|
12
|
-
This license agreement (“Agreement”) governs the use of the
|
|
12
|
+
This license agreement (“Agreement”) governs the use of the Services Deva (“Software”). By accessing or using the Software, you agree to the terms and conditions set forth below. If you do not agree, you are prohibited from using the Software.
|
|
13
13
|
|
|
14
14
|
## Ownership
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "59232188337076320338",
|
|
3
3
|
"name": "@indra.ai/deva.services",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.109",
|
|
5
5
|
"license": "VLA:59232188337076320338 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "59232188337076320338",
|
|
@@ -47,14 +47,17 @@
|
|
|
47
47
|
"keywords": [
|
|
48
48
|
"Services",
|
|
49
49
|
"Deva",
|
|
50
|
+
"Services Deva",
|
|
50
51
|
"Deva.world",
|
|
51
52
|
"Deva.cloud",
|
|
52
|
-
"Deva.space"
|
|
53
|
+
"Deva.space",
|
|
54
|
+
"Quinn A Michaels",
|
|
55
|
+
"Inside The Net, Inc."
|
|
53
56
|
],
|
|
54
57
|
"bugs": {
|
|
55
58
|
"url": "https://github.com/indraai/deva.services/issues"
|
|
56
59
|
},
|
|
57
|
-
"homepage": "https://
|
|
60
|
+
"homepage": "https://indra.ai",
|
|
58
61
|
"dependencies": {
|
|
59
62
|
"@indra.ai/deva": "^1.6.102"
|
|
60
63
|
},
|
|
@@ -64,17 +67,17 @@
|
|
|
64
67
|
"key": "services",
|
|
65
68
|
"prompt": {
|
|
66
69
|
"emoji": "🛠️",
|
|
67
|
-
"text": "
|
|
70
|
+
"text": "#services",
|
|
68
71
|
"colors": {
|
|
69
72
|
"label": {
|
|
70
|
-
"R":
|
|
71
|
-
"G":
|
|
72
|
-
"B":
|
|
73
|
+
"R": 164,
|
|
74
|
+
"G": 255,
|
|
75
|
+
"B": 83
|
|
73
76
|
},
|
|
74
77
|
"text": {
|
|
75
|
-
"R":
|
|
76
|
-
"G":
|
|
77
|
-
"B":
|
|
78
|
+
"R": 255,
|
|
79
|
+
"G": 83,
|
|
80
|
+
"B": 49
|
|
78
81
|
}
|
|
79
82
|
}
|
|
80
83
|
},
|
|
@@ -95,14 +98,14 @@
|
|
|
95
98
|
"color": "rgb(240,242,136)",
|
|
96
99
|
"bgcolor": "rgb(0,0,0)",
|
|
97
100
|
"voice": "onyx",
|
|
98
|
-
"emoji": "/assets/
|
|
99
|
-
"avatar": "/assets/
|
|
100
|
-
"image": "/assets/
|
|
101
|
-
"background": "/assets/
|
|
102
|
-
"owner": "Quinn Michaels",
|
|
103
|
-
"creator": "Quinn Michaels",
|
|
104
|
-
"
|
|
105
|
-
"
|
|
101
|
+
"emoji": "/assets/emoji.png",
|
|
102
|
+
"avatar": "/assets/avatar.png",
|
|
103
|
+
"image": "/assets/image.png",
|
|
104
|
+
"background": "/assets/background.png",
|
|
105
|
+
"owner": "Quinn A Michaels",
|
|
106
|
+
"creator": "Quinn A Michaels",
|
|
107
|
+
"copyright": "Copyright ©2025 Quinn A Michaels; All rights reserved.",
|
|
108
|
+
"created": "May 22, 2023 at 10:14 AM"
|
|
106
109
|
}
|
|
107
110
|
},
|
|
108
111
|
"vars": {
|