@indra.ai/deva.data 0.0.102 → 0.0.103
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 +2 -2
- package/feature/methods.js +2 -2
- package/help/corpus.feecting +2 -2
- package/help/main.feecting +2 -2
- package/help/projects/eve.feecting +2 -2
- package/index.js +2 -2
- package/index.test.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# DataDeva
|
|
2
2
|
The Deva for managing the data.
|
|
3
3
|
|
|
4
|
-
©2025 Quinn A Michaels; All rights reserved.
|
|
4
|
+
Copyright ©2025 Quinn A Michaels; All rights reserved.
|
|
5
5
|
Legal Signature Required For Lawful Use.
|
|
6
|
-
Distributed under VLA:
|
|
6
|
+
Distributed under VLA:65859204002504361305 LICENSE.md
|
package/feature/methods.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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
|
-
// Distributed under VLA:
|
|
4
|
+
// Distributed under VLA:65859204002504361305 LICENSE.md
|
|
5
5
|
|
|
6
6
|
export default {
|
|
7
7
|
/**************
|
package/help/corpus.feecting
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// ©2025 Quinn A Michaels; All rights reserved.
|
|
1
|
+
// Copyright ©2025 Quinn A Michaels; All rights reserved.
|
|
2
2
|
// Legal Signature Required For Lawful Use.
|
|
3
|
-
// Distributed under VLA:
|
|
3
|
+
// Distributed under VLA:65859204002504361305 LICENSE.md
|
|
4
4
|
|
|
5
5
|
::BEGIN:MAIN
|
|
6
6
|
# {{agent.name}}
|
package/help/main.feecting
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// ©2025 Quinn A Michaels; All rights reserved.
|
|
1
|
+
// Copyright ©2025 Quinn A Michaels; All rights reserved.
|
|
2
2
|
// Legal Signature Required For Lawful Use.
|
|
3
|
-
// Distributed under VLA:
|
|
3
|
+
// Distributed under VLA:65859204002504361305 LICENSE.md
|
|
4
4
|
|
|
5
5
|
::BEGIN:MAIN
|
|
6
6
|
# {{profile.name}}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// ©2025 Quinn A Michaels; All rights reserved.
|
|
1
|
+
// Copyright ©2025 Quinn A Michaels; All rights reserved.
|
|
2
2
|
// Legal Signature Required For Lawful Use.
|
|
3
|
-
// Distributed under VLA:
|
|
3
|
+
// Distributed under VLA:65859204002504361305 LICENSE.md
|
|
4
4
|
|
|
5
5
|
# Project Eve
|
|
6
6
|
|
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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
|
-
// Distributed under VLA:
|
|
4
|
+
// Distributed under VLA:65859204002504361305 LICENSE.md
|
|
5
5
|
|
|
6
6
|
// Data Deva
|
|
7
7
|
import Deva from '@indra.ai/deva';
|
package/index.test.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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
|
-
// Distributed under VLA:
|
|
4
|
+
// Distributed under VLA:65859204002504361305 LICENSE.md
|
|
5
5
|
|
|
6
6
|
const {expect} = require('chai')
|
|
7
7
|
const LegalDeva = require('./index.js');
|