@indra.ai/deva.justice 0.0.78 → 0.0.79
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/help/corpus.feecting +4 -0
- package/help/main.feecting +4 -0
- package/index.js +5 -1
- package/index.test.js +7 -2
- package/package.json +1 -1
package/help/corpus.feecting
CHANGED
package/help/main.feecting
CHANGED
package/index.js
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
// ©2025 Quinn A Michaels; All rights reserved.
|
|
3
|
+
// Legal Signature Required For Lawful Use.
|
|
4
|
+
// Distributed under VLA:71153924143258087294 LICENSE.md
|
|
5
|
+
|
|
2
6
|
// Justice Deva
|
|
3
7
|
import Deva from '@indra.ai/deva';
|
|
4
8
|
import pkg from './package.json' with {type:'json'};
|
package/index.test.js
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
//
|
|
1
|
+
"use strict";
|
|
2
|
+
// ©2025 Quinn A Michaels; All rights reserved.
|
|
3
|
+
// Legal Signature Required For Lawful Use.
|
|
4
|
+
// Distributed under VLA:71153924143258087294 LICENSE.md
|
|
5
|
+
|
|
6
|
+
// Justice Deva Test File
|
|
7
|
+
|
|
3
8
|
|
|
4
9
|
const {expect} = require('chai')
|
|
5
10
|
const JusticeDeva = require('./index.js');
|