@ar.io/sdk 2.5.0-alpha.1 → 2.5.0-alpha.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/README.md +16 -9
- package/bundles/web.bundle.min.js +51 -51
- package/lib/cjs/common/ant.js +4 -3
- package/lib/cjs/constants.js +1 -1
- package/lib/cjs/types/ant.js +3 -1
- package/lib/cjs/utils/ao.js +27 -1
- package/lib/cjs/version.js +1 -1
- package/lib/esm/common/ant.js +6 -5
- package/lib/esm/constants.js +1 -1
- package/lib/esm/types/ant.js +2 -0
- package/lib/esm/utils/ao.js +25 -0
- package/lib/esm/version.js +1 -1
- package/lib/types/common/ant.d.ts +3 -3
- package/lib/types/constants.d.ts +1 -1
- package/lib/types/types/ant.d.ts +34 -1
- package/lib/types/utils/ao.d.ts +6 -1
- package/lib/types/version.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1597,36 +1597,43 @@ const records = await ant.getRecords();
|
|
|
1597
1597
|
<summary>Output</summary>
|
|
1598
1598
|
|
|
1599
1599
|
```json
|
|
1600
|
-
|
|
1601
|
-
|
|
1600
|
+
[
|
|
1601
|
+
{
|
|
1602
|
+
"name": "@",
|
|
1602
1603
|
"transactionId": "nOXJjj_vk0Dc1yCgdWD8kti_1iHruGzLQLNNBHVpN0Y",
|
|
1603
1604
|
"ttlSeconds": 3600
|
|
1604
1605
|
},
|
|
1605
|
-
|
|
1606
|
+
{
|
|
1607
|
+
"name": "cn",
|
|
1606
1608
|
"transactionId": "_HquerT6pfGFXrVxRxQTkJ7PV5RciZCqvMjLtUY0C1k",
|
|
1607
1609
|
"ttlSeconds": 3300
|
|
1608
1610
|
},
|
|
1609
|
-
|
|
1611
|
+
{
|
|
1612
|
+
"name": "dapp",
|
|
1610
1613
|
"transactionId": "hxlxVgAG0K4o3fVD9T6Q4VBWpPmMZwMWgRh1kcuh3WU",
|
|
1611
1614
|
"ttlSeconds": 3600
|
|
1612
1615
|
},
|
|
1613
|
-
|
|
1616
|
+
{
|
|
1617
|
+
"name": "logo",
|
|
1614
1618
|
"transactionId": "KKmRbIfrc7wiLcG0zvY1etlO0NBx1926dSCksxCIN3A",
|
|
1615
1619
|
"ttlSeconds": 3600
|
|
1616
1620
|
},
|
|
1617
|
-
|
|
1621
|
+
{
|
|
1622
|
+
"name": "og",
|
|
1618
1623
|
"transactionId": "YzD_Pm5VAfYpMD3zQCgMUcKKuleGhEH7axlrnrDCKBo",
|
|
1619
1624
|
"ttlSeconds": 3600
|
|
1620
1625
|
},
|
|
1621
|
-
|
|
1626
|
+
{
|
|
1627
|
+
"name": "og_dapp",
|
|
1622
1628
|
"transactionId": "5iR4wBu4KUV1pUz1YpYE1ARXSRHUT5G2ptMuoN2JDlI",
|
|
1623
1629
|
"ttlSeconds": 3600
|
|
1624
1630
|
},
|
|
1625
|
-
|
|
1631
|
+
{
|
|
1632
|
+
"name": "og_logo",
|
|
1626
1633
|
"transactionId": "TB2wJyKrPnkAW79DAwlJYwpgdHKpijEJWQfcwX715Co",
|
|
1627
1634
|
"ttlSeconds": 3600
|
|
1628
1635
|
}
|
|
1629
|
-
|
|
1636
|
+
]
|
|
1630
1637
|
```
|
|
1631
1638
|
|
|
1632
1639
|
</details>
|