@indra.ai/deva.security 0.0.94 → 0.0.96

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.
@@ -34,7 +34,7 @@ export default {
34
34
  const text = [
35
35
  '→',
36
36
  '::::',
37
- `::begin:uid:${key}:${id.uid}`,
37
+ `::begin:${key}:uid:${id.uid}`,
38
38
  `uid: ${id.uid}`,
39
39
  `time: ${id.time}`,
40
40
  `date: ${id.date}`,
@@ -47,7 +47,7 @@ export default {
47
47
  `md5: ${id.md5}`,
48
48
  `sha256: ${id.sha256}`,
49
49
  `sha512: ${id.sha512}`,
50
- `::end:uid:${key}:${id.uid}`,
50
+ `::end:${key}:uid:${id.uid}`,
51
51
  '::::',
52
52
  ].join('\n');
53
53
  return Promise.resolve({
package/index.test.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // ©2025 Quinn A Michaels; All rights reserved.
3
3
  // Legal Signature Required For Lawful Use.
4
- // Distributed under VLA:65538593067641220245 LICENSE.md
4
+ // Distributed under VLA:51699275776036264337 LICENSE.md
5
5
 
6
6
  const {expect} = require('chai')
7
7
  const :key: = require('./index.js');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "65538593067641220245",
3
3
  "name": "@indra.ai/deva.security",
4
- "version": "0.0.94",
4
+ "version": "0.0.96",
5
5
  "license": "VLA:65538593067641220245 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "65538593067641220245",
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "homepage": "https://deva.space/devas/security",
60
60
  "dependencies": {
61
- "@indra.ai/deva": "^1.6.77"
61
+ "@indra.ai/deva": "^1.6.79"
62
62
  },
63
63
  "data": {
64
64
  "agent": {