@startup-booster/move
Advanced tools
Comparing version 0.1.31 to 0.1.32
@@ -191,2 +191,6 @@ const { EventEmitter } = require('events'); | ||
async query(q) { | ||
return rpc('query', q); | ||
}, | ||
async set(path, value) { | ||
@@ -193,0 +197,0 @@ const { generation: emitIndex } = await rpc('set', path, value); |
{ | ||
"name": "@startup-booster/move", | ||
"version": "0.1.31", | ||
"version": "0.1.32", | ||
"main": "move.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7355
242