wao 0.34.2 → 0.34.4

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.
package/cjs/hb.js CHANGED
@@ -1094,14 +1094,13 @@ var HB = /*#__PURE__*/function () {
1094
1094
  return _regeneratorRuntime().wrap(function _callee30$(_context30) {
1095
1095
  while (1) switch (_context30.prev = _context30.next) {
1096
1096
  case 0:
1097
- console.log("comitting................................");
1098
- _context30.next = 3;
1097
+ _context30.next = 2;
1099
1098
  return (0, _hbsig.commit)(obj, _objectSpread(_objectSpread({}, opts), {}, {
1100
1099
  signer: this.sign
1101
1100
  }));
1102
- case 3:
1101
+ case 2:
1103
1102
  return _context30.abrupt("return", _context30.sent);
1104
- case 4:
1103
+ case 3:
1105
1104
  case "end":
1106
1105
  return _context30.stop();
1107
1106
  }
@@ -9,7 +9,7 @@
9
9
  "deploy": "node scripts/deploy.js"
10
10
  },
11
11
  "dependencies": {
12
- "hbsig": "^0.1.1",
13
- "wao": "^0.34.2"
12
+ "hbsig": "^0.1.3",
13
+ "wao": "^0.34.4"
14
14
  }
15
15
  }
package/esm/hb.js CHANGED
@@ -262,7 +262,6 @@ class HB {
262
262
  }
263
263
 
264
264
  async commit(obj, opts) {
265
- console.log("comitting................................")
266
265
  return await commit(obj, { ...opts, signer: this.sign })
267
266
  }
268
267
 
@@ -9,7 +9,7 @@
9
9
  "deploy": "node scripts/deploy.js"
10
10
  },
11
11
  "dependencies": {
12
- "hbsig": "^0.1.1",
13
- "wao": "^0.34.2"
12
+ "hbsig": "^0.1.3",
13
+ "wao": "^0.34.4"
14
14
  }
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wao",
3
- "version": "0.34.2",
3
+ "version": "0.34.4",
4
4
  "bin": {
5
5
  "wao": "./cjs/cli.js",
6
6
  "wao-esm": "./esm/cli.js"
@@ -48,7 +48,7 @@
48
48
  "express": "^5.1.0",
49
49
  "fast-sha256": "^1.3.0",
50
50
  "graphql": "^16.10.0",
51
- "hbsig": "^0.1.1",
51
+ "hbsig": "^0.1.3",
52
52
  "http-message-signatures": "^1.0.4",
53
53
  "lmdb": "^3.2.2",
54
54
  "localforage": "^1.10.0",