@indra.ai/deva.justice 0.8.0 → 0.9.0
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/index.js +2 -2
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -33,7 +33,7 @@ const info = {
|
|
|
33
33
|
copyright: pkg.copyright,
|
|
34
34
|
};
|
|
35
35
|
|
|
36
|
-
const
|
|
36
|
+
const JusticeDeva = new Deva({
|
|
37
37
|
info,
|
|
38
38
|
agent,
|
|
39
39
|
vars,
|
|
@@ -110,4 +110,4 @@ const JUSTICE = new Deva({
|
|
|
110
110
|
return reject(err);
|
|
111
111
|
}
|
|
112
112
|
});
|
|
113
|
-
export default
|
|
113
|
+
export default JusticeDeva
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "60688679416287211943",
|
|
3
3
|
"name": "@indra.ai/deva.justice",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.9.0",
|
|
5
5
|
"license": "VLA:60688679416287211943 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "60688679416287211943",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
},
|
|
57
57
|
"homepage": "https://indra.ai",
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@indra.ai/deva": "^1.
|
|
60
|
-
"@indra.ai/deva.fbi": "^0.4.
|
|
59
|
+
"@indra.ai/deva": "^1.32.0",
|
|
60
|
+
"@indra.ai/deva.fbi": "^0.4.2",
|
|
61
61
|
"mongodb": "^6.20.0"
|
|
62
62
|
},
|
|
63
63
|
"data": {
|