@layerzerolabs/lz-movevm-sdk-v2 3.0.2-initia.2 → 3.0.2-initia.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @layerzerolabs/lz-movevm-sdk-v2
2
2
 
3
+ ## 3.0.2-initia.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Build initia,aptos,bsc,movement snapshot images
8
+ - Updated dependencies
9
+ - @layerzerolabs/lz-corekit-aptos@3.0.2-initia.3
10
+ - @layerzerolabs/lz-core@3.0.2-initia.3
11
+ - @layerzerolabs/lz-definitions@3.0.2-initia.3
12
+ - @layerzerolabs/lz-serdes@3.0.2-initia.3
13
+ - @layerzerolabs/lz-utilities@3.0.2-initia.3
14
+ - @layerzerolabs/lz-v2-utilities@3.0.2-initia.3
15
+ - @layerzerolabs/move-definitions@3.0.2-initia.3
16
+
3
17
  ## 3.0.2-initia.2
4
18
 
5
19
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -358,13 +358,14 @@ interface MoveSdkImpl<AccountType> {
358
358
  *
359
359
  * @param {AccountType | PrivateKey | MnemonicAndPath} signer - The signer of the transaction.
360
360
  * @param {MoveFunction} func - The function to call.
361
- * @param {EntryFunctionArgumentTypes[]} args - The arguments for the function.
361
+ * @param {EntryFunctionArgumentTypes[]} funcArgs - The arguments for the function.
362
362
  * @param {string | Uint8Array} [multisig] - The multisig address.
363
- * @param {string[]} [argTypes] - The types of the arguments.
363
+ * @param {string[]} [funcArgTypes] - The types of the function arguments.
364
364
  * @param {GasOptions} [gasOptions] - The gas options.
365
+ * @param {string[]} [typeArguments] - The type arguments.
365
366
  * @returns {Promise<TransactionResponse>} The transaction response.
366
367
  */
367
- sendAndConfirmTransaction(signer: AccountType | PrivateKey | MnemonicAndPath, func: MoveFunction, args: EntryFunctionArgumentTypes[], multisig?: string | Uint8Array, argTypes?: string[], gasOptions?: GasOptions): Promise<TransactionResponse>;
368
+ sendAndConfirmTransaction(signer: AccountType | PrivateKey | MnemonicAndPath, func: MoveFunction, funcArgs: EntryFunctionArgumentTypes[], multisig?: string | Uint8Array, funcArgTypes?: string[], gasOptions?: GasOptions, typeArguments?: string[]): Promise<TransactionResponse>;
368
369
  /**
369
370
  * Gets an account resource.
370
371
  *
package/dist/index.d.ts CHANGED
@@ -358,13 +358,14 @@ interface MoveSdkImpl<AccountType> {
358
358
  *
359
359
  * @param {AccountType | PrivateKey | MnemonicAndPath} signer - The signer of the transaction.
360
360
  * @param {MoveFunction} func - The function to call.
361
- * @param {EntryFunctionArgumentTypes[]} args - The arguments for the function.
361
+ * @param {EntryFunctionArgumentTypes[]} funcArgs - The arguments for the function.
362
362
  * @param {string | Uint8Array} [multisig] - The multisig address.
363
- * @param {string[]} [argTypes] - The types of the arguments.
363
+ * @param {string[]} [funcArgTypes] - The types of the function arguments.
364
364
  * @param {GasOptions} [gasOptions] - The gas options.
365
+ * @param {string[]} [typeArguments] - The type arguments.
365
366
  * @returns {Promise<TransactionResponse>} The transaction response.
366
367
  */
367
- sendAndConfirmTransaction(signer: AccountType | PrivateKey | MnemonicAndPath, func: MoveFunction, args: EntryFunctionArgumentTypes[], multisig?: string | Uint8Array, argTypes?: string[], gasOptions?: GasOptions): Promise<TransactionResponse>;
368
+ sendAndConfirmTransaction(signer: AccountType | PrivateKey | MnemonicAndPath, func: MoveFunction, funcArgs: EntryFunctionArgumentTypes[], multisig?: string | Uint8Array, funcArgTypes?: string[], gasOptions?: GasOptions, typeArguments?: string[]): Promise<TransactionResponse>;
368
369
  /**
369
370
  * Gets an account resource.
370
371
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-movevm-sdk-v2",
3
- "version": "3.0.2-initia.2",
3
+ "version": "3.0.2-initia.3",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -24,21 +24,21 @@
24
24
  "dependencies": {
25
25
  "@aptos-labs/ts-sdk": "^1.26.0",
26
26
  "@ethersproject/bytes": "^5.7.0",
27
- "@layerzerolabs/lz-core": "^3.0.2-initia.2",
28
- "@layerzerolabs/lz-corekit-aptos": "^3.0.2-initia.2",
29
- "@layerzerolabs/lz-definitions": "^3.0.2-initia.2",
30
- "@layerzerolabs/lz-serdes": "^3.0.2-initia.2",
31
- "@layerzerolabs/lz-utilities": "^3.0.2-initia.2",
32
- "@layerzerolabs/lz-v2-utilities": "^3.0.2-initia.2",
33
- "@layerzerolabs/move-definitions": "^3.0.2-initia.2",
27
+ "@layerzerolabs/lz-core": "^3.0.2-initia.3",
28
+ "@layerzerolabs/lz-corekit-aptos": "^3.0.2-initia.3",
29
+ "@layerzerolabs/lz-definitions": "^3.0.2-initia.3",
30
+ "@layerzerolabs/lz-serdes": "^3.0.2-initia.3",
31
+ "@layerzerolabs/lz-utilities": "^3.0.2-initia.3",
32
+ "@layerzerolabs/lz-v2-utilities": "^3.0.2-initia.3",
33
+ "@layerzerolabs/move-definitions": "^3.0.2-initia.3",
34
34
  "aptos": "^1.20.0",
35
35
  "tiny-invariant": "^1.3.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@jest/globals": "^29.7.0",
39
39
  "@layerzerolabs/runtime-config": "^0.0.0",
40
- "@layerzerolabs/tsup-config-next": "^3.0.2-initia.2",
41
- "@layerzerolabs/typescript-config-next": "^3.0.2-initia.2",
40
+ "@layerzerolabs/tsup-config-next": "^3.0.2-initia.3",
41
+ "@layerzerolabs/typescript-config-next": "^3.0.2-initia.3",
42
42
  "@types/node": "^20.10.5",
43
43
  "jest": "^29.7.0",
44
44
  "rimraf": "^5.0.5",