@ar.io/sdk 2.5.0-alpha.13 → 2.5.0-alpha.14
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 +11 -33
- package/bundles/web.bundle.min.js +51 -51
- package/lib/cjs/common/ant.js +3 -4
- package/lib/cjs/types/ant.js +1 -3
- package/lib/cjs/utils/ao.js +1 -27
- package/lib/cjs/version.js +1 -1
- package/lib/esm/common/ant.js +5 -6
- package/lib/esm/types/ant.js +0 -2
- package/lib/esm/utils/ao.js +0 -25
- package/lib/esm/version.js +1 -1
- package/lib/types/common/ant.d.ts +3 -3
- package/lib/types/types/ant.d.ts +1 -34
- package/lib/types/utils/ao.d.ts +1 -6
- package/lib/types/version.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1829,43 +1829,21 @@ const records = await ant.getRecords();
|
|
|
1829
1829
|
<summary>Output</summary>
|
|
1830
1830
|
|
|
1831
1831
|
```json
|
|
1832
|
-
|
|
1833
|
-
{
|
|
1834
|
-
"
|
|
1835
|
-
"transactionId": "nOXJjj_vk0Dc1yCgdWD8kti_1iHruGzLQLNNBHVpN0Y",
|
|
1836
|
-
"ttlSeconds": 3600
|
|
1837
|
-
},
|
|
1838
|
-
{
|
|
1839
|
-
"name": "cn",
|
|
1840
|
-
"transactionId": "_HquerT6pfGFXrVxRxQTkJ7PV5RciZCqvMjLtUY0C1k",
|
|
1841
|
-
"ttlSeconds": 3300
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"name": "dapp",
|
|
1845
|
-
"transactionId": "hxlxVgAG0K4o3fVD9T6Q4VBWpPmMZwMWgRh1kcuh3WU",
|
|
1846
|
-
"ttlSeconds": 3600
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"name": "logo",
|
|
1850
|
-
"transactionId": "KKmRbIfrc7wiLcG0zvY1etlO0NBx1926dSCksxCIN3A",
|
|
1851
|
-
"ttlSeconds": 3600
|
|
1852
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
"name": "og",
|
|
1855
|
-
"transactionId": "YzD_Pm5VAfYpMD3zQCgMUcKKuleGhEH7axlrnrDCKBo",
|
|
1832
|
+
{
|
|
1833
|
+
"@": {
|
|
1834
|
+
"transactionId": "UyC5P5qKPZaltMmmZAWdakhlDXsBF6qmyrbWYFchRTk",
|
|
1856
1835
|
"ttlSeconds": 3600
|
|
1857
1836
|
},
|
|
1858
|
-
{
|
|
1859
|
-
"
|
|
1860
|
-
"
|
|
1861
|
-
"ttlSeconds": 3600
|
|
1837
|
+
"zed": {
|
|
1838
|
+
"transactionId": "-k7t8xMoB8hW482609Z9F4bTFMC3MnuW8bTvTyT8pFI",
|
|
1839
|
+
"ttlSeconds": 900
|
|
1862
1840
|
},
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
"transactionId": "
|
|
1866
|
-
"ttlSeconds":
|
|
1841
|
+
|
|
1842
|
+
"ardrive": {
|
|
1843
|
+
"transactionId": "-cucucachoodwedwedoiwepodiwpodiwpoidpwoiedp",
|
|
1844
|
+
"ttlSeconds": 900
|
|
1867
1845
|
}
|
|
1868
|
-
|
|
1846
|
+
}
|
|
1869
1847
|
```
|
|
1870
1848
|
|
|
1871
1849
|
</details>
|