@indra.ai/deva.recursion 0.11.2 → 0.11.3

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -52,7 +52,6 @@ const RecursionDeva = new Deva({
52
52
  return license_check ? this.start(data, resolve) : this.stop(data, resolve);
53
53
  },
54
54
  onReady(data, resolve) {
55
- console.log('\nrecursion on ready\n');
56
55
  const {VLA} = this.info();
57
56
  this.prompt(`${this.vars.messages.ready} > VLA:${VLA.uid}`);
58
57
  this.action('resolve', `onReady:${data.id.uid}`);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "60972819392034752161",
3
3
  "name": "@indra.ai/deva.recursion",
4
- "version": "0.11.2",
4
+ "version": "0.11.3",
5
5
  "license": "VLA:60972819392034752161 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "60972819392034752161",