wao 0.4.0 → 0.4.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 +6 -1
- package/cjs/aoconnect.js +236 -244
- package/cjs/ar.js +38 -64
- package/cjs/armem.js +4 -1
- package/cjs/tar.js +153 -111
- package/cjs/tgql.js +733 -0
- package/cjs/utils.js +1 -7
- package/esm/.cache/opt.json +1 -1
- package/esm/ao.js +4 -1
- package/esm/aoconnect.js +84 -60
- package/esm/ar.js +7 -23
- package/esm/armem.js +6 -1
- package/esm/gql.js +1 -0
- package/esm/tar.js +53 -26
- package/esm/tgql.js +283 -0
- package/esm/utils.js +0 -14
- package/package.json +1 -1
package/cjs/ao.js
CHANGED
|
@@ -658,7 +658,12 @@ var AO = /*#__PURE__*/function () {
|
|
|
658
658
|
return (0, _utils.wait)(1000);
|
|
659
659
|
case 6:
|
|
660
660
|
_context9.next = 8;
|
|
661
|
-
return _this3.ar.txs(
|
|
661
|
+
return _this3.ar.gql.txs({
|
|
662
|
+
recipient: pid,
|
|
663
|
+
fields: ["id", "recipient", "tags", {
|
|
664
|
+
owner: ["address"]
|
|
665
|
+
}]
|
|
666
|
+
});
|
|
662
667
|
case 8:
|
|
663
668
|
txs = _context9.sent;
|
|
664
669
|
ex = exRef(ref, txs);
|