@indra.ai/deva.security 0.0.76 → 0.0.78

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 -10
  2. package/package.json +3 -3
@@ -26,25 +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
- const id = this.lib.uid(uid);
29
+ const uuid = packet.q.text ? true : false
30
+ const id = this.uid(uuid);
31
31
 
32
32
  const {client} = packet.q;
33
33
 
34
- console.log('uid agent', id.agent.sha256);
35
- console.log('---\npacket agent', agent.sha256);
36
- console.log('---\nthis agent', this.agent().sha256);
37
- // console.log('client sha uid\n', client.sha256, '\n', id.client);
38
- // console.log('agent sha uid\n', agent.sha256, '\n', id.agent);
39
-
40
34
  const text = [
41
35
  '→',
42
36
  `::begin:uid:${key}:${id.uid}`,
43
37
  `uid: ${id.uid}`,
44
38
  `time: ${id.time}`,
45
39
  `date: ${id.date}`,
46
- `agent: ${id.agent.sha256}`,
47
- `client: ${id.client.sha256}`,
40
+ `agent: ${id.agent}`,
41
+ `client: ${id.client}`,
48
42
  `pkg: ${id.pkg}`,
49
43
  `machine: ${id.machine}`,
50
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.76",
4
+ "version": "0.0.78",
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.53"
45
+ "@indra.ai/deva": "^1.6.59"
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",