@indra.ai/deva.security 0.0.52 → 0.0.53

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.
@@ -19,15 +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
+ const {key} = this.agent();
23
+
22
24
  const data = [
23
25
  '',
24
- `::begin:uid:${id.uid}`,
26
+ `::begin:uid:${key}:${id.uid}`,
25
27
  `uid: ${id.uid}`,
26
28
  `created: ${id.created}`,
27
29
  `md5: ${id.md5}`,
28
30
  `sha256: ${id.sha256}`,
29
31
  `sha512: ${id.sha512}`,
30
- `::end:uid:${id.uid}`,
32
+ `::end:uid:${key}:${id.uid}`,
31
33
  ].join('\n');
32
34
  return Promise.resolve(data);
33
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.52",
4
+ "version": "0.0.53",
5
5
  "author": "Quinn Michaels",
6
6
  "license": "MIT",
7
7
  "copyright": "2025",