@layerzerolabs/lz-proof-utility 3.0.17 → 3.0.18-movement.0

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/dist/index.d.mts CHANGED
@@ -175,10 +175,10 @@ declare function getLayerZeroPacket(srcChainId: any, _log: any): {
175
175
  };
176
176
 
177
177
  declare const proof_encodeParams: typeof encodeParams;
178
- declare const proof_getFeatherProof: typeof getFeatherProof;
179
- declare const proof_getLayerZeroPacket: typeof getLayerZeroPacket;
180
- declare const proof_getReceiptProof: typeof getReceiptProof;
181
- declare namespace proof {
178
+ declare const proof_getFeatherProof: typeof getFeatherProof;
179
+ declare const proof_getLayerZeroPacket: typeof getLayerZeroPacket;
180
+ declare const proof_getReceiptProof: typeof getReceiptProof;
181
+ declare namespace proof {
182
182
  export { proof_encodeParams as encodeParams, proof_getFeatherProof as getFeatherProof, proof_getLayerZeroPacket as getLayerZeroPacket, proof_getReceiptProof as getReceiptProof };
183
183
  }
184
184
 
package/dist/index.d.ts CHANGED
@@ -175,10 +175,10 @@ declare function getLayerZeroPacket(srcChainId: any, _log: any): {
175
175
  };
176
176
 
177
177
  declare const proof_encodeParams: typeof encodeParams;
178
- declare const proof_getFeatherProof: typeof getFeatherProof;
179
- declare const proof_getLayerZeroPacket: typeof getLayerZeroPacket;
180
- declare const proof_getReceiptProof: typeof getReceiptProof;
181
- declare namespace proof {
178
+ declare const proof_getFeatherProof: typeof getFeatherProof;
179
+ declare const proof_getLayerZeroPacket: typeof getLayerZeroPacket;
180
+ declare const proof_getReceiptProof: typeof getReceiptProof;
181
+ declare namespace proof {
182
182
  export { proof_encodeParams as encodeParams, proof_getFeatherProof as getFeatherProof, proof_getLayerZeroPacket as getLayerZeroPacket, proof_getReceiptProof as getReceiptProof };
183
183
  }
184
184
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-proof-utility",
3
- "version": "3.0.17",
3
+ "version": "3.0.18-movement.0",
4
4
  "description": "LayerZero Proof Utility",
5
5
  "license": "BUSL-1.1",
6
6
  "exports": {
@@ -30,8 +30,8 @@
30
30
  "tiny-invariant": "^1.3.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@layerzerolabs/tsup-config-next": "^3.0.17",
34
- "@layerzerolabs/typescript-config-next": "^3.0.17",
33
+ "@layerzerolabs/tsup-config-next": "^3.0.18-movement.0",
34
+ "@layerzerolabs/typescript-config-next": "^3.0.18-movement.0",
35
35
  "@types/safer-buffer": "^2.1.3",
36
36
  "rimraf": "^5.0.5",
37
37
  "tsup": "^8.3.5",