wao 0.34.3 → 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 +3 -4
- package/cjs/workspace/package.json +2 -2
- package/esm/hb.js +0 -1
- package/esm/workspace/package.json +2 -2
- package/package.json +2 -2
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
|
-
|
|
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
|
|
1101
|
+
case 2:
|
|
1103
1102
|
return _context30.abrupt("return", _context30.sent);
|
|
1104
|
-
case
|
|
1103
|
+
case 3:
|
|
1105
1104
|
case "end":
|
|
1106
1105
|
return _context30.stop();
|
|
1107
1106
|
}
|
package/esm/hb.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wao",
|
|
3
|
-
"version": "0.34.
|
|
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.
|
|
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",
|