@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.
@@ -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({
@@ -17,4 +17,4 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.version = void 0;
19
19
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
20
- exports.version = '2.5.0-alpha.4';
20
+ exports.version = '2.5.0-alpha.5';
@@ -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({
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
17
- export const version = '2.5.0-alpha.4';
17
+ export const version = '2.5.0-alpha.5';
@@ -13,4 +13,4 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const version = "2.5.0-alpha.3";
16
+ export declare const version = "2.5.0-alpha.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar.io/sdk",
3
- "version": "2.5.0-alpha.4",
3
+ "version": "2.5.0-alpha.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ar-io/ar-io-sdk.git"