@wix/create-app 0.0.82 → 0.0.83
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/build/index.js +5 -4
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -52513,11 +52513,11 @@ var renderer_default = renderer;
|
|
|
52513
52513
|
// ../../node_modules/ink/build/log-update.js
|
|
52514
52514
|
init_esm_shims();
|
|
52515
52515
|
|
|
52516
|
-
// ../../node_modules/cli-cursor/index.js
|
|
52516
|
+
// ../../node_modules/ink/node_modules/cli-cursor/index.js
|
|
52517
52517
|
init_esm_shims();
|
|
52518
52518
|
import process6 from "node:process";
|
|
52519
52519
|
|
|
52520
|
-
// ../../node_modules/
|
|
52520
|
+
// ../../node_modules/ink/node_modules/restore-cursor/index.js
|
|
52521
52521
|
init_esm_shims();
|
|
52522
52522
|
var import_onetime = __toESM(require_onetime(), 1);
|
|
52523
52523
|
var import_signal_exit = __toESM(require_signal_exit(), 1);
|
|
@@ -52529,7 +52529,7 @@ var restoreCursor = (0, import_onetime.default)(() => {
|
|
|
52529
52529
|
});
|
|
52530
52530
|
var restore_cursor_default = restoreCursor;
|
|
52531
52531
|
|
|
52532
|
-
// ../../node_modules/cli-cursor/index.js
|
|
52532
|
+
// ../../node_modules/ink/node_modules/cli-cursor/index.js
|
|
52533
52533
|
var isHidden = false;
|
|
52534
52534
|
var cliCursor = {};
|
|
52535
52535
|
cliCursor.show = (writableStream = process6.stderr) => {
|
|
@@ -59326,6 +59326,7 @@ var testOverridesSchema = z.object({
|
|
|
59326
59326
|
devEditorBaseUrl: z.string().url().optional(),
|
|
59327
59327
|
inkDebug: z.boolean().optional(),
|
|
59328
59328
|
minRetryTimeout: z.number().optional(),
|
|
59329
|
+
debounceQueueWait: z.number().optional(),
|
|
59329
59330
|
sentryDsn: z.string().optional(),
|
|
59330
59331
|
userBrowserTestEndpoint: z.string().url().optional(),
|
|
59331
59332
|
dataDir: z.string().optional(),
|
|
@@ -73302,7 +73303,7 @@ function reportCommandStartEvent({
|
|
|
73302
73303
|
}
|
|
73303
73304
|
|
|
73304
73305
|
// package.json
|
|
73305
|
-
var version = "0.0.
|
|
73306
|
+
var version = "0.0.83";
|
|
73306
73307
|
var package_default = {
|
|
73307
73308
|
name: "@wix/create-app",
|
|
73308
73309
|
description: "Create Wix apps",
|