@indra.ai/deva.security 0.0.98 β 0.0.100
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/feature/methods.js +3 -1
- package/package.json +9 -3
package/feature/methods.js
CHANGED
|
@@ -40,7 +40,7 @@ export default {
|
|
|
40
40
|
`date: ${id.date}`,
|
|
41
41
|
`client: ${id.client}`,
|
|
42
42
|
`agent: ${id.agent}`,
|
|
43
|
-
`
|
|
43
|
+
`core: ${id.core}`,
|
|
44
44
|
`machine: ${id.machine}`,
|
|
45
45
|
`warning: ${id.warning}`,
|
|
46
46
|
`copyright: ${id.copyright}`,
|
|
@@ -49,6 +49,8 @@ export default {
|
|
|
49
49
|
`sha512: ${id.sha512}`,
|
|
50
50
|
`::end:${key}:uid:${id.uid}`,
|
|
51
51
|
'::::',
|
|
52
|
+
JSON.stringify(id, null, 2),
|
|
53
|
+
'::::'
|
|
52
54
|
].join('\n');
|
|
53
55
|
return Promise.resolve({
|
|
54
56
|
text,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "65538593067641220245",
|
|
3
3
|
"name": "@indra.ai/deva.security",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.100",
|
|
5
5
|
"license": "VLA:65538593067641220245 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "65538593067641220245",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"homepage": "https://deva.space/devas/security",
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@indra.ai/deva": "^1.6.
|
|
61
|
+
"@indra.ai/deva": "^1.6.84"
|
|
62
62
|
},
|
|
63
63
|
"data": {
|
|
64
64
|
"agent": {
|
|
@@ -212,6 +212,10 @@
|
|
|
212
212
|
"footer": "π· Footer"
|
|
213
213
|
},
|
|
214
214
|
"states": {
|
|
215
|
+
"usa": "πΊπΈ United States of America",
|
|
216
|
+
"england": "π¬π§ England",
|
|
217
|
+
"germany": "π©πͺ Germany",
|
|
218
|
+
"russia": "π·πΊ Russia",
|
|
215
219
|
"observe": "π Observe",
|
|
216
220
|
"confidential": "π€ Confidential",
|
|
217
221
|
"classified": "π Classified",
|
|
@@ -245,7 +249,9 @@
|
|
|
245
249
|
"lawful": "π Lawful",
|
|
246
250
|
"unlawful": "π Unlawful",
|
|
247
251
|
"innocent": "π Innocent",
|
|
248
|
-
"guilty": "π Guilty"
|
|
252
|
+
"guilty": "π Guilty",
|
|
253
|
+
"wager": "οΉ© Wager",
|
|
254
|
+
"gamble": "βΏ Gamble"
|
|
249
255
|
}
|
|
250
256
|
}
|
|
251
257
|
}
|