@indra.ai/deva.license 0.17.12 → 0.17.14
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 +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -215,7 +215,7 @@ const LICENSE = new Deva({
|
|
|
215
215
|
// return this.start if license_check passes otherwise stop.
|
|
216
216
|
return license_check ? this.start(data, resolve) : this.stop(data, resolve);
|
|
217
217
|
},
|
|
218
|
-
|
|
218
|
+
onReady(data, resolve) {
|
|
219
219
|
const {concerns, global} = this.license(); // get the license config
|
|
220
220
|
const {VLA} = this.info();
|
|
221
221
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "46220923248993739422",
|
|
3
3
|
"name": "@indra.ai/deva.license",
|
|
4
|
-
"version": "0.17.
|
|
4
|
+
"version": "0.17.14",
|
|
5
5
|
"license": "VLA:46220923248993739422 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "46220923248993739422",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"homepage": "https://indra.ai",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@indra.ai/deva": "^1.29.
|
|
60
|
+
"@indra.ai/deva": "^1.29.13",
|
|
61
61
|
"mongodb": "^6.13.0"
|
|
62
62
|
},
|
|
63
63
|
"data": {
|