@base44-preview/cli 0.0.38-pr.362.5d9aeb5 → 0.0.38-pr.362.74cb80f
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/cli/index.js +2 -1
- package/dist/cli/index.js.map +2 -2
- package/package.json +2 -1
package/dist/cli/index.js
CHANGED
|
@@ -241963,6 +241963,7 @@ var package_default = {
|
|
|
241963
241963
|
test: "vitest run",
|
|
241964
241964
|
"test:watch": "vitest",
|
|
241965
241965
|
"build:binaries": "bun run infra/build-binaries.ts",
|
|
241966
|
+
"package:binaries": "bun run infra/package-binaries.ts",
|
|
241966
241967
|
knip: "knip",
|
|
241967
241968
|
"knip:fix": "knip --fix"
|
|
241968
241969
|
},
|
|
@@ -250864,4 +250865,4 @@ export {
|
|
|
250864
250865
|
CLIExitError
|
|
250865
250866
|
};
|
|
250866
250867
|
|
|
250867
|
-
//# debugId=
|
|
250868
|
+
//# debugId=C8CB3FB0D3C9C07064756E2164756E21
|