@base44-preview/cli 0.0.31-pr.237.89487d3 → 0.0.31-pr.239.ae9c273
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 +5 -2
- package/dist/cli/index.js.map +4 -4
- package/package.json +4 -1
package/dist/cli/index.js
CHANGED
|
@@ -156854,7 +156854,7 @@ var require_is_promise = __commonJS((exports, module) => {
|
|
|
156854
156854
|
}
|
|
156855
156855
|
});
|
|
156856
156856
|
|
|
156857
|
-
// node_modules/path-to-regexp/dist/index.js
|
|
156857
|
+
// node_modules/router/node_modules/path-to-regexp/dist/index.js
|
|
156858
156858
|
var require_dist = __commonJS((exports) => {
|
|
156859
156859
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
156860
156860
|
exports.PathError = exports.TokenData = undefined;
|
|
@@ -193159,11 +193159,14 @@ var package_default = {
|
|
|
193159
193159
|
knip: "^5.83.1",
|
|
193160
193160
|
ky: "^1.14.2",
|
|
193161
193161
|
"lodash.kebabcase": "^4.1.1",
|
|
193162
|
+
msw: "^2.12.10",
|
|
193162
193163
|
nanoid: "^5.1.6",
|
|
193163
193164
|
open: "^11.0.0",
|
|
193164
193165
|
"p-wait-for": "^6.0.0",
|
|
193165
193166
|
"posthog-node": "5.21.2",
|
|
193167
|
+
"strip-ansi": "^7.1.2",
|
|
193166
193168
|
tar: "^7.5.4",
|
|
193169
|
+
"tmp-promise": "^3.0.3",
|
|
193167
193170
|
typescript: "^5.7.2",
|
|
193168
193171
|
vitest: "^4.0.16",
|
|
193169
193172
|
zod: "^4.3.5"
|
|
@@ -199194,4 +199197,4 @@ export {
|
|
|
199194
199197
|
CLIExitError
|
|
199195
199198
|
};
|
|
199196
199199
|
|
|
199197
|
-
//# debugId=
|
|
199200
|
+
//# debugId=7EAA39D05A855BF964756E2164756E21
|