wao 0.29.3 → 0.30.2
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/ao.js +33 -10
- package/cjs/hb.js +500 -367
- package/cjs/hyperbeam.js +14 -8
- package/cjs/id.js +260 -24
- package/cjs/signer.js +14 -5
- package/cjs/utils.js +22 -3
- package/cjs/workspace/test/hyperbeam.js +8 -5
- package/esm/ao.js +1 -1
- package/esm/hb.js +51 -10
- package/esm/hyperbeam.js +22 -11
- package/esm/id.js +258 -21
- package/esm/signer.js +5 -4
- package/esm/utils.js +1 -7
- package/esm/workspace/test/hyperbeam.js +8 -5
- package/package.json +5 -1
package/cjs/ao.js
CHANGED
|
@@ -1641,12 +1641,35 @@ var AO = /*#__PURE__*/function () {
|
|
|
1641
1641
|
}, {
|
|
1642
1642
|
key: "deploy",
|
|
1643
1643
|
value: function () {
|
|
1644
|
-
var _deploy = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee23(
|
|
1645
|
-
var
|
|
1644
|
+
var _deploy = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee23() {
|
|
1645
|
+
var _ref27,
|
|
1646
|
+
boot,
|
|
1647
|
+
loads,
|
|
1648
|
+
src,
|
|
1649
|
+
src_data,
|
|
1650
|
+
_ref27$fills,
|
|
1651
|
+
fills,
|
|
1652
|
+
_ref27$module,
|
|
1653
|
+
module,
|
|
1654
|
+
_ref27$scheduler,
|
|
1655
|
+
scheduler,
|
|
1656
|
+
jwk,
|
|
1657
|
+
_ref27$tags,
|
|
1658
|
+
tags,
|
|
1659
|
+
data,
|
|
1660
|
+
fns,
|
|
1661
|
+
isBoot,
|
|
1662
|
+
i,
|
|
1663
|
+
_iterator6,
|
|
1664
|
+
_step6,
|
|
1665
|
+
v,
|
|
1666
|
+
args,
|
|
1667
|
+
result,
|
|
1668
|
+
_args23 = arguments;
|
|
1646
1669
|
return _regeneratorRuntime().wrap(function _callee23$(_context23) {
|
|
1647
1670
|
while (1) switch (_context23.prev = _context23.next) {
|
|
1648
1671
|
case 0:
|
|
1649
|
-
boot = _ref27.boot, loads = _ref27.loads, src = _ref27.src, src_data = _ref27.src_data, _ref27$fills = _ref27.fills, fills = _ref27$fills === void 0 ? {} : _ref27$fills, _ref27$module = _ref27.module, module = _ref27$module === void 0 ? this.module : _ref27$module, _ref27$scheduler = _ref27.scheduler, scheduler = _ref27$scheduler === void 0 ? this.scheduler : _ref27$scheduler, jwk = _ref27.jwk, _ref27$tags = _ref27.tags, tags = _ref27$tags === void 0 ? {} : _ref27$tags, data = _ref27.data;
|
|
1672
|
+
_ref27 = _args23.length > 0 && _args23[0] !== undefined ? _args23[0] : {}, boot = _ref27.boot, loads = _ref27.loads, src = _ref27.src, src_data = _ref27.src_data, _ref27$fills = _ref27.fills, fills = _ref27$fills === void 0 ? {} : _ref27$fills, _ref27$module = _ref27.module, module = _ref27$module === void 0 ? this.module : _ref27$module, _ref27$scheduler = _ref27.scheduler, scheduler = _ref27$scheduler === void 0 ? this.scheduler : _ref27$scheduler, jwk = _ref27.jwk, _ref27$tags = _ref27.tags, tags = _ref27$tags === void 0 ? {} : _ref27$tags, data = _ref27.data;
|
|
1650
1673
|
fns = [], isBoot = false;
|
|
1651
1674
|
if (boot === true && !data) {
|
|
1652
1675
|
isBoot = true;
|
|
@@ -1737,7 +1760,7 @@ var AO = /*#__PURE__*/function () {
|
|
|
1737
1760
|
}
|
|
1738
1761
|
}, _callee23, this);
|
|
1739
1762
|
}));
|
|
1740
|
-
function deploy(
|
|
1763
|
+
function deploy() {
|
|
1741
1764
|
return _deploy.apply(this, arguments);
|
|
1742
1765
|
}
|
|
1743
1766
|
return deploy;
|
|
@@ -1853,7 +1876,7 @@ var AO = /*#__PURE__*/function () {
|
|
|
1853
1876
|
}
|
|
1854
1877
|
}, _callee24, this, [[21, 25]]);
|
|
1855
1878
|
}));
|
|
1856
|
-
function _var(
|
|
1879
|
+
function _var(_x25) {
|
|
1857
1880
|
return _var2.apply(this, arguments);
|
|
1858
1881
|
}
|
|
1859
1882
|
return _var;
|
|
@@ -1941,7 +1964,7 @@ var Process = /*#__PURE__*/function () {
|
|
|
1941
1964
|
}
|
|
1942
1965
|
}, _callee26, this);
|
|
1943
1966
|
}));
|
|
1944
|
-
function msg(_x27, _x28
|
|
1967
|
+
function msg(_x26, _x27, _x28) {
|
|
1945
1968
|
return _msg2.apply(this, arguments);
|
|
1946
1969
|
}
|
|
1947
1970
|
return msg;
|
|
@@ -1969,7 +1992,7 @@ var Process = /*#__PURE__*/function () {
|
|
|
1969
1992
|
}
|
|
1970
1993
|
}, _callee27, this);
|
|
1971
1994
|
}));
|
|
1972
|
-
function dry(_x30, _x31
|
|
1995
|
+
function dry(_x29, _x30, _x31) {
|
|
1973
1996
|
return _dry2.apply(this, arguments);
|
|
1974
1997
|
}
|
|
1975
1998
|
return dry;
|
|
@@ -1995,7 +2018,7 @@ var Process = /*#__PURE__*/function () {
|
|
|
1995
2018
|
}
|
|
1996
2019
|
}, _callee28, this);
|
|
1997
2020
|
}));
|
|
1998
|
-
function res(
|
|
2021
|
+
function res(_x32) {
|
|
1999
2022
|
return _res4.apply(this, arguments);
|
|
2000
2023
|
}
|
|
2001
2024
|
return res;
|
|
@@ -2025,7 +2048,7 @@ var Process = /*#__PURE__*/function () {
|
|
|
2025
2048
|
}
|
|
2026
2049
|
}, _callee29, this);
|
|
2027
2050
|
}));
|
|
2028
|
-
function o(
|
|
2051
|
+
function o(_x33, _x34) {
|
|
2029
2052
|
return _o.apply(this, arguments);
|
|
2030
2053
|
}
|
|
2031
2054
|
return o;
|
|
@@ -2109,7 +2132,7 @@ var Process = /*#__PURE__*/function () {
|
|
|
2109
2132
|
}
|
|
2110
2133
|
}, _callee32, this);
|
|
2111
2134
|
}));
|
|
2112
|
-
function v(
|
|
2135
|
+
function v(_x35) {
|
|
2113
2136
|
return _v2.apply(this, arguments);
|
|
2114
2137
|
}
|
|
2115
2138
|
return v;
|