@indra.ai/deva.shield 0.0.65 → 0.0.67
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 +3 -1
- package/package.json +2 -2
package/feature/methods.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// ©2025 Quinn A Michaels; All rights reserved.
|
|
2
|
+
// Copyright ©2025 Quinn A Michaels; All rights reserved.
|
|
3
3
|
// Legal Signature Required For Lawful Use.
|
|
4
4
|
// Distributed under VLA:64058880534259599723 LICENSE.md
|
|
5
5
|
|
|
6
|
+
// Shield Deva Feature Methods
|
|
7
|
+
|
|
6
8
|
export default {
|
|
7
9
|
/**************
|
|
8
10
|
method: shield
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "64058880534259599723",
|
|
3
3
|
"name": "@indra.ai/deva.shield",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.67",
|
|
5
5
|
"license": "VLA:64058880534259599723 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "64058880534259599723",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"homepage": "https://deva.space/devas/shield",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@indra.ai/deva": "^1.6.
|
|
60
|
+
"@indra.ai/deva": "^1.6.90"
|
|
61
61
|
},
|
|
62
62
|
"data": {
|
|
63
63
|
"agent": {
|