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