weavedb-node-client 0.20.0 → 0.20.1

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
@@ -104,7 +104,6 @@ class SDK extends Base {
104
104
  query: JSON.stringify(query),
105
105
  nocache,
106
106
  }
107
- console.log(query)
108
107
  const _query = () =>
109
108
  new Promise(ret => {
110
109
  this.client.query(request, (err, response) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weavedb-node-client",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "engines": {