@indra.ai/deva.security 0.0.83 → 0.0.84

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.
@@ -38,8 +38,8 @@ export default {
38
38
  `uid: ${id.uid}`,
39
39
  `time: ${id.time}`,
40
40
  `date: ${id.date}`,
41
- `agent: ${id.agent}`,
42
41
  `client: ${id.client}`,
42
+ `agent: ${id.agent}`,
43
43
  `pkg: ${id.pkg}`,
44
44
  `machine: ${id.machine}`,
45
45
  `warning: ${id.warning}`,
@@ -130,7 +130,6 @@ export default {
130
130
  async sign(packet) {
131
131
  const data = this.sign(packet);
132
132
 
133
- console.log('sign method', data);
134
133
  // Text data that is joined by line breaks and then trimmed.
135
134
  this.state('set', `${data.key}:${data.method}:text:${data.id.uid}`); // set state to text for output formatting.
136
135
  const text = [
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.83",
4
+ "version": "0.0.84",
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.63"
45
+ "@indra.ai/deva": "^1.6.64"
46
46
  },
47
47
  "data": {
48
48
  "agent": {