@indra.ai/deva.security 0.20.1 → 0.20.3
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 -3
- package/package.json +2 -2
package/feature/methods.js
CHANGED
|
@@ -58,9 +58,9 @@ export default {
|
|
|
58
58
|
];
|
|
59
59
|
|
|
60
60
|
if (showJSON) {
|
|
61
|
-
text.push(`${this.box.begin}${key}:uid:json:${
|
|
61
|
+
text.push(`${this.box.begin}${key}:uid:json:${id.uid}`);
|
|
62
62
|
text.push(JSON.stringify(id, null, 2));
|
|
63
|
-
text.push(`${this.box.end}${key}:uid:json:${
|
|
63
|
+
text.push(`${this.box.end}${key}:uid:json:${id.uid}`);
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
this.question(`${this.askChr}feecting parse ${text.join('\n')}`, {vars:this.vars}).then(parsed => {
|
|
@@ -69,7 +69,7 @@ export default {
|
|
|
69
69
|
return resolve({
|
|
70
70
|
text: parsed.a.text,
|
|
71
71
|
html: parsed.a.html,
|
|
72
|
-
data,
|
|
72
|
+
data: id,
|
|
73
73
|
});
|
|
74
74
|
}).catch(err => {
|
|
75
75
|
return this.err(err, packet, reject);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "40899039373337698066",
|
|
3
3
|
"name": "@indra.ai/deva.security",
|
|
4
|
-
"version": "0.20.
|
|
4
|
+
"version": "0.20.3",
|
|
5
5
|
"license": "VLA:40899039373337698066 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "72981472549283584069",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://deva.space/devas/security",
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@indra.ai/deva": "^1.37.
|
|
62
|
+
"@indra.ai/deva": "^1.37.2",
|
|
63
63
|
"@indra.ai/deva.defense": "^0.7.5",
|
|
64
64
|
"@indra.ai/deva.guard": "^0.10.0",
|
|
65
65
|
"@indra.ai/deva.proxy": "^0.8.0",
|