weavedb-node-client 0.18.8 → 0.19.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 +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -141,6 +141,9 @@ class SDK extends Base {
141
141
  async admin(op, opt) {
142
142
  return this._write2("admin", op, opt)
143
143
  }
144
+ async node(op, opt) {
145
+ return this.write("admin", { query: op })
146
+ }
144
147
  }
145
148
 
146
149
  module.exports = SDK
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weavedb-node-client",
3
- "version": "0.18.8",
3
+ "version": "0.19.1",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "engines": {