@indra.ai/deva.security 0.0.75 → 0.0.77

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.
@@ -27,13 +27,14 @@ export default {
27
27
  const {key} = agent;
28
28
 
29
29
  const uid = packet.q.text ? true : false
30
+
31
+ console.log('packet agent', packet.q.agent.sha256);
32
+ console.log('this agent', this.agent().sha256);
30
33
  const id = this.lib.uid(uid);
34
+ console.log('uid agent', id.agent.sha256);
31
35
 
32
36
  const {client} = packet.q;
33
37
 
34
- console.log('uid agent', id.agent.sha256);
35
- console.log('---\npacket agent', agent.sha256);
36
- console.log('---\nthis agent', this.agent().sha256);
37
38
  // console.log('client sha uid\n', client.sha256, '\n', id.client);
38
39
  // console.log('agent sha uid\n', agent.sha256, '\n', id.agent);
39
40
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "31477276110836980722",
3
3
  "name": "@indra.ai/deva.security",
4
- "version": "0.0.75",
4
+ "version": "0.0.77",
5
5
  "license": "VLA:36687315706419437672 LICENSE.md",
6
6
  "author": {
7
7
  "name": "Quinn A Michaels",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "homepage": "https://deva.space/devas/security",
44
44
  "dependencies": {
45
- "@indra.ai/deva": "^1.6.52"
45
+ "@indra.ai/deva": "^1.6.56"
46
46
  },
47
47
  "data": {
48
48
  "agent": {