@indra.ai/deva.error 0.0.56 → 0.0.58
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/LICENSE.md +8 -0
- package/feature/methods.js +10 -0
- package/package.json +3 -3
package/LICENSE.md
CHANGED
|
@@ -51,3 +51,11 @@ By using the Software, you acknowledge that you have read, understood, and agree
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
©2025 Quinn A Michaels; All rights reserved.
|
|
54
|
+
|
|
55
|
+
::begin:uid:error:28690207232815712498
|
|
56
|
+
uid: 28690207232815712498
|
|
57
|
+
created: 1757269863625
|
|
58
|
+
md5: TTUisMCw3LYVPrlw+K4g8w==
|
|
59
|
+
sha256: AYgkHw5SfNQJTQIO+NZzPyfiPKCyd6M01evVmmEqDTU=
|
|
60
|
+
sha512: xUCGvEA2wdPxtmgdDCqxvbWUMIvWeXAVXhtIIBbOD87Skqw7h14DxJisdXO1/iqfJ81xeixqtmgl0gykICfcPg==
|
|
61
|
+
::end:uid:error:28690207232815712498
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// ©2025 Quinn A Michaels; All rights reserved.
|
|
2
|
+
// Legal Signature Required For Lawful Use.
|
|
3
|
+
// Distributed under the Vedic License Agreement LICENSE.md
|
|
4
|
+
|
|
5
|
+
export default {
|
|
6
|
+
async error(packet) {
|
|
7
|
+
const error = await this.methods.sign('error', 'default', packet);
|
|
8
|
+
return error;
|
|
9
|
+
}
|
|
10
|
+
};
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 22985777707083985000,
|
|
3
3
|
"name": "@indra.ai/deva.error",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"license": "VLA LICENSE.md",
|
|
4
|
+
"version": "0.0.58",
|
|
5
|
+
"license": "VLA:28690207232815712498 LICENSE.md",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Quinn A Michaels",
|
|
8
8
|
"email": "quinn@indra.ai",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"url": "https://github.com/indraai/deva.error/issues"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@indra.ai/deva": "^1.
|
|
44
|
+
"@indra.ai/deva": "^1.6.2",
|
|
45
45
|
"mongodb": "^6.14.2"
|
|
46
46
|
},
|
|
47
47
|
"homepage": "https://indra.ai",
|