@indra.ai/deva.security 0.0.83 → 0.0.85
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 -2
- package/package.json +2 -2
package/feature/methods.js
CHANGED
|
@@ -38,14 +38,15 @@ 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}`,
|
|
46
46
|
`md5: ${id.md5}`,
|
|
47
47
|
`sha256: ${id.sha256}`,
|
|
48
48
|
`sha512: ${id.sha512}`,
|
|
49
|
+
`copyright: ${id.copyright}`,
|
|
49
50
|
`::end:uid:${key}:${id.uid}`,
|
|
50
51
|
'::::',
|
|
51
52
|
].join('\n');
|
|
@@ -130,7 +131,6 @@ export default {
|
|
|
130
131
|
async sign(packet) {
|
|
131
132
|
const data = this.sign(packet);
|
|
132
133
|
|
|
133
|
-
console.log('sign method', data);
|
|
134
134
|
// Text data that is joined by line breaks and then trimmed.
|
|
135
135
|
this.state('set', `${data.key}:${data.method}:text:${data.id.uid}`); // set state to text for output formatting.
|
|
136
136
|
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.
|
|
4
|
+
"version": "0.0.85",
|
|
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.
|
|
45
|
+
"@indra.ai/deva": "^1.6.66"
|
|
46
46
|
},
|
|
47
47
|
"data": {
|
|
48
48
|
"agent": {
|