zkjson 0.1.33 → 0.1.34

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/db.js +1 -1
  2. package/package.json +1 -1
package/db.js CHANGED
@@ -255,7 +255,7 @@ class DB {
255
255
 
256
256
  async getInputs({ id, col_id, json, path, val }) {
257
257
  const col_root = this.tree.F.toObject(this.tree.root).toString()
258
- const col_res = await this.getCol(id)
258
+ const col_res = await this.getCol(col_id)
259
259
 
260
260
  let col_siblings = col_res.siblings
261
261
  for (let i = 0; i < col_siblings.length; i++)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zkjson",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "Zero Knowledge Provable JSON",
5
5
  "main": "index.js",
6
6
  "license": "MIT",