@indra.ai/deva.security 0.0.77 → 0.0.79

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.
Files changed (2) hide show
  1. package/feature/methods.js +4 -11
  2. package/package.json +3 -3
@@ -26,26 +26,19 @@ export default {
26
26
  const agent = this.agent();
27
27
  const {key} = agent;
28
28
 
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);
33
- const id = this.lib.uid(uid);
34
- console.log('uid agent', id.agent.sha256);
29
+ const uuid = packet.q.text ? true : false
30
+ const id = this.uid(uuid);
35
31
 
36
32
  const {client} = packet.q;
37
33
 
38
- // console.log('client sha uid\n', client.sha256, '\n', id.client);
39
- // console.log('agent sha uid\n', agent.sha256, '\n', id.agent);
40
-
41
34
  const text = [
42
35
  '→',
43
36
  `::begin:uid:${key}:${id.uid}`,
44
37
  `uid: ${id.uid}`,
45
38
  `time: ${id.time}`,
46
39
  `date: ${id.date}`,
47
- `agent: ${id.agent.sha256}`,
48
- `client: ${id.client.sha256}`,
40
+ `agent: ${id.agent}`,
41
+ `client: ${id.client}`,
49
42
  `pkg: ${id.pkg}`,
50
43
  `machine: ${id.machine}`,
51
44
  `warning: ${id.warning}`,
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.77",
4
+ "version": "0.0.79",
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.56"
45
+ "@indra.ai/deva": "^1.6.61"
46
46
  },
47
47
  "data": {
48
48
  "agent": {
@@ -96,7 +96,7 @@
96
96
  "init": "🟠 INIT",
97
97
  "start": "🔵 START",
98
98
  "enter": "🟢 ENTER",
99
- "ready": "⭐️ READY!",
99
+ "ready": "⭐️ Ready To Trap 💩🪣 Turdbuckets!",
100
100
  "stop": "🔴 STOP",
101
101
  "exit": "🟡 EXIT",
102
102
  "done": "🟣 DONE",