@boostxyz/cli 6.2.1 → 7.0.0-canary.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/{ccip-TW8EnUXf.cjs → ccip-BBvp8Bsn.cjs} +1 -1
- package/dist/{ccip-lSZJB49H.js → ccip-ZRS5UONc.js} +1 -1
- package/dist/cli.cjs +2 -2
- package/dist/cli.js +1 -1
- package/dist/commands/deploy.cjs +2 -2
- package/dist/commands/deploy.d.ts.map +1 -1
- package/dist/commands/deploy.js +34 -33
- package/dist/commands/seed.cjs +1 -1
- package/dist/commands/seed.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{seed-EKNHYsdS.js → seed-D845jBIl.js} +2 -2
- package/dist/{seed-mbu5bso2.cjs → seed-ioJnqELC.cjs} +11 -11
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boostxyz/cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0-canary.0",
|
|
4
4
|
"description": "A repository of useful scripts to interact with the protocol",
|
|
5
5
|
"repository": "https://github.com/boostxyz/boost-protocol",
|
|
6
6
|
"author": "Boost Team<boost-team@boost.xyz>",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"license": "GPL-3.0-or-later",
|
|
47
47
|
"optionalDependencies": {
|
|
48
|
-
"@boostxyz/sdk": "
|
|
48
|
+
"@boostxyz/sdk": "8.0.0-canary.0"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "vite build && pnpm check:ts",
|