@indra.ai/deva.security 0.0.58 → 0.0.59

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/README.md CHANGED
@@ -1,2 +1,6 @@
1
1
  # SecurityDeva
2
2
  The SecurityDeva
3
+
4
+ ©2025 Quinn A Michaels; All rights reserved.
5
+ Legal Signature Required For Lawful Use.
6
+ Distributed under VLA:36687315706419437672 LICENSE.md
@@ -1,3 +1,8 @@
1
+ "use strict";
2
+ // ©2025 Quinn A Michaels; All rights reserved.
3
+ // Legal Signature Required For Lawful Use.
4
+ // Distributed under VLA:36687315706419437672 LICENSE.md
5
+
1
6
  export default {
2
7
 
3
8
  /**************
@@ -25,7 +30,8 @@ export default {
25
30
  '',
26
31
  `::begin:uid:${key}:${id.uid}`,
27
32
  `uid: ${id.uid}`,
28
- `created: ${id.created}`,
33
+ `time: ${id.created}`,
34
+ `date: ${this.lib.formatDate(id.created, 'short', true)}`,
29
35
  `md5: ${id.md5}`,
30
36
  `sha256: ${id.sha256}`,
31
37
  `sha512: ${id.sha512}`,
@@ -1,3 +1,7 @@
1
+ // ©2025 Quinn A Michaels; All rights reserved.
2
+ // Legal Signature Required For Lawful Use.
3
+ // Distributed under VLA:36687315706419437672 LICENSE.md
4
+
1
5
  ::BEGIN:MAIN
2
6
  # {{agent.name}}
3
7
 
@@ -1,3 +1,7 @@
1
+ // ©2025 Quinn A Michaels; All rights reserved.
2
+ // Legal Signature Required For Lawful Use.
3
+ // Distributed under VLA:36687315706419437672 LICENSE.md
4
+
1
5
  ::BEGIN:MAIN
2
6
  Full Writeup: Higher Power Authority Security System Network Environment Game Layer Boss Architect Time Year Month Day Hour Minute Second Millisecond Constraint Path Way Barrier Vector Guard Wall Technology
3
7
 
@@ -1,3 +1,7 @@
1
+ // ©2025 Quinn A Michaels; All rights reserved.
2
+ // Legal Signature Required For Lawful Use.
3
+ // Distributed under VLA:36687315706419437672 LICENSE.md
4
+
1
5
  ::BEGIN:MAIN
2
6
  # {{profile.name}}
3
7
 
@@ -1,3 +1,7 @@
1
+ // ©2025 Quinn A Michaels; All rights reserved.
2
+ // Legal Signature Required For Lawful Use.
3
+ // Distributed under VLA:36687315706419437672 LICENSE.md
4
+
1
5
  # #KingdomSecureProtectionArm
2
6
 
3
7
  describe: The #KingdomSecureProtectionArm is the force that ensures the king’s justice is fair and the protection of his realm is steadfast, as stated in the Vedic law. The principle behind this law is that the strength of the king’s protection and enforcement—both physical and judicial—ensures the security of the kingdom and its prosperity.
package/index.js CHANGED
@@ -1,6 +1,9 @@
1
- // Copyright (c)2025 Quinn Michaels
1
+ "use strict"
2
+ // ©2025 Quinn A Michaels; All rights reserved.
3
+ // Legal Signature Required For Lawful Use.
4
+ // Distributed under VLA:36687315706419437672 LICENSE.md
2
5
  // Security Deva
3
- // Security Deva Manages Security in deva.world.
6
+
4
7
  import Deva from '@indra.ai/deva';
5
8
  import pkg from './package.json' with {type:'json'};
6
9
  const {agent,vars} = pkg.data;
package/index.test.js CHANGED
@@ -1,5 +1,6 @@
1
- // Copyright (c):year: :copyright:
2
- // :name: test file
1
+ // ©2025 Quinn A Michaels; All rights reserved.
2
+ // Legal Signature Required For Lawful Use.
3
+ // Distributed under VLA:36687315706419437672 LICENSE.md
3
4
 
4
5
  const {expect} = require('chai')
5
6
  const :key: = require('./index.js');
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "id": "31477276110836980722",
3
3
  "name": "@indra.ai/deva.security",
4
- "version": "0.0.58",
5
- "license": "VLA:18942163452364251159 LICENSE.md",
4
+ "version": "0.0.59",
5
+ "license": "VLA:36687315706419437672 LICENSE.md",
6
6
  "author": {
7
7
  "name": "Quinn A Michaels",
8
8
  "email": "quinn@indra.ai",