@indra.ai/deva 1.2.11 → 1.2.12

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
@@ -1520,7 +1520,6 @@ class Deva {
1520
1520
  console.log(err);
1521
1521
  console.log('\n::END:ERROR\n');
1522
1522
  if (data) {
1523
- console.log('::::::');
1524
1523
  console.log('\n::BEGIN:DATA\n');
1525
1524
  console.log(JSON.stringify(data, null, 2));
1526
1525
  console.log('\n::END:DATA\n');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {