@base44-preview/cli 0.0.40-pr.372.6e92089 → 0.0.40-pr.372.c73ee1b
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 -4
- package/dist/cli/index.js.map +2 -2
- package/package.json +2 -4
package/dist/cli/index.js
CHANGED
|
@@ -231476,9 +231476,7 @@ var package_default = {
|
|
|
231476
231476
|
test: "vitest run",
|
|
231477
231477
|
"test:watch": "vitest",
|
|
231478
231478
|
"build:binaries": "bun run infra/build-binaries.ts",
|
|
231479
|
-
"package:binaries": "bun run infra/package-binaries.ts"
|
|
231480
|
-
knip: "knip",
|
|
231481
|
-
"knip:fix": "knip --fix"
|
|
231479
|
+
"package:binaries": "bun run infra/package-binaries.ts"
|
|
231482
231480
|
},
|
|
231483
231481
|
keywords: [
|
|
231484
231482
|
"base44",
|
|
@@ -248106,4 +248104,4 @@ export {
|
|
|
248106
248104
|
CLIExitError
|
|
248107
248105
|
};
|
|
248108
248106
|
|
|
248109
|
-
//# debugId=
|
|
248107
|
+
//# debugId=2FEFE74EE164547164756E2164756E21
|