@indra.ai/deva.security 0.0.50 → 0.0.52

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 +11 -1
  2. package/package.json +2 -2
@@ -19,7 +19,17 @@ export default {
19
19
  const uid = packet.q.text ? true : false
20
20
  this.feature('security');
21
21
  const id = this.lib.uid(uid);
22
- return Promise.resolve(id);
22
+ const data = [
23
+ '',
24
+ `::begin:uid:${id.uid}`,
25
+ `uid: ${id.uid}`,
26
+ `created: ${id.created}`,
27
+ `md5: ${id.md5}`,
28
+ `sha256: ${id.sha256}`,
29
+ `sha512: ${id.sha512}`,
30
+ `::end:uid:${id.uid}`,
31
+ ].join('\n');
32
+ return Promise.resolve(data);
23
33
  },
24
34
 
25
35
  /**************
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": 6507120243760,
3
3
  "name": "@indra.ai/deva.security",
4
- "version": "0.0.50",
4
+ "version": "0.0.52",
5
5
  "author": "Quinn Michaels",
6
6
  "license": "MIT",
7
7
  "copyright": "2025",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "homepage": "https://deva.space/devas/security",
30
30
  "dependencies": {
31
- "@indra.ai/deva": "^1.5.54"
31
+ "@indra.ai/deva": "^1.5.56"
32
32
  },
33
33
  "data": {
34
34
  "agent": {