@layerzerolabs/protocol-starknet-v2 0.0.53 → 0.0.56

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/protocol-starknet-v2",
3
- "version": "0.0.53",
3
+ "version": "0.0.56",
4
4
  "private": false,
5
5
  "description": "Starknet implementation of LayerZero protocol v2",
6
6
  "sideEffects": false,
@@ -18,16 +18,16 @@
18
18
  "types": "./dist/index.d.ts",
19
19
  "devDependencies": {
20
20
  "tsup": "^8.4.0",
21
- "@layerzerolabs/typescript-configuration": "^0.0.53",
22
- "@layerzerolabs/vm-tooling": "0.0.53",
23
- "@layerzerolabs/tsup-configuration": "0.0.53"
21
+ "@layerzerolabs/tsup-configuration": "0.0.56",
22
+ "@layerzerolabs/vm-tooling": "0.0.56",
23
+ "@layerzerolabs/typescript-configuration": "^0.0.56"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "restricted",
27
27
  "registry": "https://registry.npmjs.org/"
28
28
  },
29
29
  "scripts": {
30
- "build": "lz-tool scarb --release build && node --run build:abi && tsup",
30
+ "build": "lz-tool scarb --release build && pnpm build:abi && tsup",
31
31
  "build:abi": "lz-tool scarb build-typescript-sdk --package layerzero target src",
32
32
  "clean": "rm -rf ./node_modules .turbo ./target .snfoundry_cache",
33
33
  "format": "lz-tool scarb fmt",