@layerzerolabs/lz-movevm-sdk-v2 3.0.17 → 3.0.18-ton.1

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,29 @@
1
1
  # @layerzerolabs/lz-movevm-sdk-v2
2
2
 
3
+ ## 3.0.18-ton.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix objects
8
+ - Updated dependencies
9
+ - @layerzerolabs/lz-definitions@3.0.18-ton.1
10
+ - @layerzerolabs/lz-serdes@3.0.18-ton.1
11
+ - @layerzerolabs/lz-utilities@3.0.18-ton.1
12
+ - @layerzerolabs/lz-v2-utilities@3.0.18-ton.1
13
+ - @layerzerolabs/move-definitions@3.0.18-ton.1
14
+
15
+ ## 3.0.18-ton.0
16
+
17
+ ### Patch Changes
18
+
19
+ - uln302
20
+ - Updated dependencies
21
+ - @layerzerolabs/lz-definitions@3.0.18-ton.0
22
+ - @layerzerolabs/lz-serdes@3.0.18-ton.0
23
+ - @layerzerolabs/lz-utilities@3.0.18-ton.0
24
+ - @layerzerolabs/lz-v2-utilities@3.0.18-ton.0
25
+ - @layerzerolabs/move-definitions@3.0.18-ton.0
26
+
3
27
  ## 3.0.17
4
28
 
5
29
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -282,28 +282,28 @@ interface OftTokenInfo {
282
282
  }
283
283
 
284
284
  type index_ArbitrumPriceTraits = ArbitrumPriceTraits;
285
- type index_ConfigType = ConfigType;
286
- declare const index_ConfigType: typeof ConfigType;
287
- type index_DVNDstConfig = DVNDstConfig;
288
- type index_ExecutorConfig = ExecutorConfig;
289
- type index_ExecutorConfigResponse = ExecutorConfigResponse;
290
- type index_ExecutorDstConfig = ExecutorDstConfig;
291
- type index_Metadata = Metadata;
292
- type index_OftFeeDetail = OftFeeDetail;
293
- type index_OftLimit = OftLimit;
294
- type index_OftTokenInfo = OftTokenInfo;
295
- type index_Price = Price;
296
- type index_Timeout = Timeout;
297
- type index_UlnConfig = UlnConfig;
298
- type index_UlnConfigResponse = UlnConfigResponse;
299
- type index_UpdatePrice = UpdatePrice;
300
- type index_VERIFICATION_STATE = VERIFICATION_STATE;
301
- declare const index_VERIFICATION_STATE: typeof VERIFICATION_STATE;
302
- type index_WorkerPriceFeedConfig = WorkerPriceFeedConfig;
303
- declare const index_deserializeUlnConfig: typeof deserializeUlnConfig;
304
- declare const index_serializeUpdatePrices: typeof serializeUpdatePrices;
305
- declare const index_verificationStateValueOf: typeof verificationStateValueOf;
306
- declare namespace index {
285
+ type index_ConfigType = ConfigType;
286
+ declare const index_ConfigType: typeof ConfigType;
287
+ type index_DVNDstConfig = DVNDstConfig;
288
+ type index_ExecutorConfig = ExecutorConfig;
289
+ type index_ExecutorConfigResponse = ExecutorConfigResponse;
290
+ type index_ExecutorDstConfig = ExecutorDstConfig;
291
+ type index_Metadata = Metadata;
292
+ type index_OftFeeDetail = OftFeeDetail;
293
+ type index_OftLimit = OftLimit;
294
+ type index_OftTokenInfo = OftTokenInfo;
295
+ type index_Price = Price;
296
+ type index_Timeout = Timeout;
297
+ type index_UlnConfig = UlnConfig;
298
+ type index_UlnConfigResponse = UlnConfigResponse;
299
+ type index_UpdatePrice = UpdatePrice;
300
+ type index_VERIFICATION_STATE = VERIFICATION_STATE;
301
+ declare const index_VERIFICATION_STATE: typeof VERIFICATION_STATE;
302
+ type index_WorkerPriceFeedConfig = WorkerPriceFeedConfig;
303
+ declare const index_deserializeUlnConfig: typeof deserializeUlnConfig;
304
+ declare const index_serializeUpdatePrices: typeof serializeUpdatePrices;
305
+ declare const index_verificationStateValueOf: typeof verificationStateValueOf;
306
+ declare namespace index {
307
307
  export { type index_ArbitrumPriceTraits as ArbitrumPriceTraits, index_ConfigType as ConfigType, type index_DVNDstConfig as DVNDstConfig, type index_ExecutorConfig as ExecutorConfig, type index_ExecutorConfigResponse as ExecutorConfigResponse, type index_ExecutorDstConfig as ExecutorDstConfig, type index_Metadata as Metadata, type index_OftFeeDetail as OftFeeDetail, type index_OftLimit as OftLimit, type index_OftTokenInfo as OftTokenInfo, type index_Price as Price, type index_Timeout as Timeout, type index_UlnConfig as UlnConfig, type index_UlnConfigResponse as UlnConfigResponse, type index_UpdatePrice as UpdatePrice, index_VERIFICATION_STATE as VERIFICATION_STATE, type index_WorkerPriceFeedConfig as WorkerPriceFeedConfig, index_deserializeUlnConfig as deserializeUlnConfig, index_serializeUpdatePrices as serializeUpdatePrices, index_verificationStateValueOf as verificationStateValueOf };
308
308
  }
309
309
 
package/dist/index.d.ts CHANGED
@@ -282,28 +282,28 @@ interface OftTokenInfo {
282
282
  }
283
283
 
284
284
  type index_ArbitrumPriceTraits = ArbitrumPriceTraits;
285
- type index_ConfigType = ConfigType;
286
- declare const index_ConfigType: typeof ConfigType;
287
- type index_DVNDstConfig = DVNDstConfig;
288
- type index_ExecutorConfig = ExecutorConfig;
289
- type index_ExecutorConfigResponse = ExecutorConfigResponse;
290
- type index_ExecutorDstConfig = ExecutorDstConfig;
291
- type index_Metadata = Metadata;
292
- type index_OftFeeDetail = OftFeeDetail;
293
- type index_OftLimit = OftLimit;
294
- type index_OftTokenInfo = OftTokenInfo;
295
- type index_Price = Price;
296
- type index_Timeout = Timeout;
297
- type index_UlnConfig = UlnConfig;
298
- type index_UlnConfigResponse = UlnConfigResponse;
299
- type index_UpdatePrice = UpdatePrice;
300
- type index_VERIFICATION_STATE = VERIFICATION_STATE;
301
- declare const index_VERIFICATION_STATE: typeof VERIFICATION_STATE;
302
- type index_WorkerPriceFeedConfig = WorkerPriceFeedConfig;
303
- declare const index_deserializeUlnConfig: typeof deserializeUlnConfig;
304
- declare const index_serializeUpdatePrices: typeof serializeUpdatePrices;
305
- declare const index_verificationStateValueOf: typeof verificationStateValueOf;
306
- declare namespace index {
285
+ type index_ConfigType = ConfigType;
286
+ declare const index_ConfigType: typeof ConfigType;
287
+ type index_DVNDstConfig = DVNDstConfig;
288
+ type index_ExecutorConfig = ExecutorConfig;
289
+ type index_ExecutorConfigResponse = ExecutorConfigResponse;
290
+ type index_ExecutorDstConfig = ExecutorDstConfig;
291
+ type index_Metadata = Metadata;
292
+ type index_OftFeeDetail = OftFeeDetail;
293
+ type index_OftLimit = OftLimit;
294
+ type index_OftTokenInfo = OftTokenInfo;
295
+ type index_Price = Price;
296
+ type index_Timeout = Timeout;
297
+ type index_UlnConfig = UlnConfig;
298
+ type index_UlnConfigResponse = UlnConfigResponse;
299
+ type index_UpdatePrice = UpdatePrice;
300
+ type index_VERIFICATION_STATE = VERIFICATION_STATE;
301
+ declare const index_VERIFICATION_STATE: typeof VERIFICATION_STATE;
302
+ type index_WorkerPriceFeedConfig = WorkerPriceFeedConfig;
303
+ declare const index_deserializeUlnConfig: typeof deserializeUlnConfig;
304
+ declare const index_serializeUpdatePrices: typeof serializeUpdatePrices;
305
+ declare const index_verificationStateValueOf: typeof verificationStateValueOf;
306
+ declare namespace index {
307
307
  export { type index_ArbitrumPriceTraits as ArbitrumPriceTraits, index_ConfigType as ConfigType, type index_DVNDstConfig as DVNDstConfig, type index_ExecutorConfig as ExecutorConfig, type index_ExecutorConfigResponse as ExecutorConfigResponse, type index_ExecutorDstConfig as ExecutorDstConfig, type index_Metadata as Metadata, type index_OftFeeDetail as OftFeeDetail, type index_OftLimit as OftLimit, type index_OftTokenInfo as OftTokenInfo, type index_Price as Price, type index_Timeout as Timeout, type index_UlnConfig as UlnConfig, type index_UlnConfigResponse as UlnConfigResponse, type index_UpdatePrice as UpdatePrice, index_VERIFICATION_STATE as VERIFICATION_STATE, type index_WorkerPriceFeedConfig as WorkerPriceFeedConfig, index_deserializeUlnConfig as deserializeUlnConfig, index_serializeUpdatePrices as serializeUpdatePrices, index_verificationStateValueOf as verificationStateValueOf };
308
308
  }
309
309
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-movevm-sdk-v2",
3
- "version": "3.0.17",
3
+ "version": "3.0.18-ton.1",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -22,17 +22,17 @@
22
22
  "clean-prebuild": "rimraf -g dist"
23
23
  },
24
24
  "dependencies": {
25
- "@layerzerolabs/lz-definitions": "^3.0.17",
26
- "@layerzerolabs/lz-serdes": "^3.0.17",
27
- "@layerzerolabs/lz-utilities": "^3.0.17",
28
- "@layerzerolabs/lz-v2-utilities": "^3.0.17",
29
- "@layerzerolabs/move-definitions": "^3.0.17"
25
+ "@layerzerolabs/lz-definitions": "^3.0.18-ton.1",
26
+ "@layerzerolabs/lz-serdes": "^3.0.18-ton.1",
27
+ "@layerzerolabs/lz-utilities": "^3.0.18-ton.1",
28
+ "@layerzerolabs/lz-v2-utilities": "^3.0.18-ton.1",
29
+ "@layerzerolabs/move-definitions": "^3.0.18-ton.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@jest/globals": "^29.7.0",
33
33
  "@layerzerolabs/runtime-config": "^0.0.0",
34
- "@layerzerolabs/tsup-config-next": "^3.0.17",
35
- "@layerzerolabs/typescript-config-next": "^3.0.17",
34
+ "@layerzerolabs/tsup-config-next": "^3.0.18-ton.1",
35
+ "@layerzerolabs/typescript-config-next": "^3.0.18-ton.1",
36
36
  "@types/node": "^20.10.5",
37
37
  "jest": "^29.7.0",
38
38
  "rimraf": "^5.0.5",