@ar.io/sdk 2.5.0-alpha.4 → 2.5.0-alpha.5
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/bundles/web.bundle.min.js +2 -2
- package/lib/cjs/utils/ao.js +4 -0
- package/lib/cjs/version.js +1 -1
- package/lib/esm/utils/ao.js +4 -0
- package/lib/esm/version.js +1 -1
- package/lib/types/version.d.ts +1 -1
- package/package.json +1 -1
package/lib/cjs/utils/ao.js
CHANGED
|
@@ -45,6 +45,10 @@ async function spawnANT({ signer, module = constants_js_1.AOS_MODULE_ID, luaCode
|
|
|
45
45
|
name: 'ANT-Registry-Id',
|
|
46
46
|
value: antRegistryId,
|
|
47
47
|
},
|
|
48
|
+
{
|
|
49
|
+
name: 'Source-Code-TX-ID', // utility for understanding what the original source id of the lua code was
|
|
50
|
+
value: luaCodeTxId,
|
|
51
|
+
},
|
|
48
52
|
],
|
|
49
53
|
});
|
|
50
54
|
const aosClient = new index_js_1.AOProcess({
|
package/lib/cjs/version.js
CHANGED
package/lib/esm/utils/ao.js
CHANGED
|
@@ -42,6 +42,10 @@ export async function spawnANT({ signer, module = AOS_MODULE_ID, luaCodeTxId = A
|
|
|
42
42
|
name: 'ANT-Registry-Id',
|
|
43
43
|
value: antRegistryId,
|
|
44
44
|
},
|
|
45
|
+
{
|
|
46
|
+
name: 'Source-Code-TX-ID', // utility for understanding what the original source id of the lua code was
|
|
47
|
+
value: luaCodeTxId,
|
|
48
|
+
},
|
|
45
49
|
],
|
|
46
50
|
});
|
|
47
51
|
const aosClient = new AOProcess({
|
package/lib/esm/version.js
CHANGED
package/lib/types/version.d.ts
CHANGED