@layerzerolabs/protocol-starknet-v2 0.0.59 → 0.0.61
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/.turbo/turbo-build.log +66 -70
- package/.turbo/turbo-lint.log +21 -109
- package/.turbo/turbo-test.log +691 -690
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/protocol-starknet-v2",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.61",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Starknet implementation of LayerZero protocol v2",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"types": "./dist/index.d.ts",
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"tsup": "^8.4.0",
|
|
21
|
-
"@layerzerolabs/tsup-configuration": "0.0.
|
|
22
|
-
"@layerzerolabs/
|
|
23
|
-
"@layerzerolabs/
|
|
21
|
+
"@layerzerolabs/tsup-configuration": "0.0.61",
|
|
22
|
+
"@layerzerolabs/typescript-configuration": "0.0.61",
|
|
23
|
+
"@layerzerolabs/vm-tooling": "0.0.61"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "restricted",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "lz-tool scarb --release build && pnpm build:abi && tsup",
|
|
31
|
-
"build:abi": "lz-tool
|
|
31
|
+
"build:abi": "lz-tool extra starknet build-typescript-sdk layerzero target src",
|
|
32
32
|
"clean": "rm -rf ./node_modules .turbo ./target .snfoundry_cache",
|
|
33
33
|
"format": "lz-tool scarb fmt",
|
|
34
34
|
"format:check": "node --run format --check",
|