@indra.ai/deva.guard 0.0.29 → 0.0.30
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 +2 -1
- package/package.json +2 -2
package/feature/methods.js
CHANGED
|
@@ -234,7 +234,8 @@ export default {
|
|
|
234
234
|
this.state('set', `writestr:${transport}`);
|
|
235
235
|
const write = `OM:${client.profile.write.split(' ').join(':').toUpperCase()}:SHIELD`;
|
|
236
236
|
|
|
237
|
-
this.state('hash')
|
|
237
|
+
this.state('hash', `profile:${transport}`);
|
|
238
|
+
const profile = this.lib.hash(client.profile, 'sha256');
|
|
238
239
|
this.state('set', `data:${transport}`); // set the state to set data
|
|
239
240
|
// data packet
|
|
240
241
|
const data = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 6159528221394,
|
|
3
3
|
"name": "@indra.ai/deva.guard",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.30",
|
|
5
5
|
"author": "Quinn Michaels",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"copyright": "2025",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://deva.space/devas/guard",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@indra.ai/deva": "^1.5.
|
|
30
|
+
"@indra.ai/deva": "^1.5.42"
|
|
31
31
|
},
|
|
32
32
|
"data": {
|
|
33
33
|
"agent": {
|