@lotics/cli 0.131.0 → 0.133.0
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/src/cli.js +2 -2
- package/package.json +1 -1
package/dist/src/cli.js
CHANGED
|
@@ -45622,8 +45622,8 @@ import { randomUUID } from "node:crypto";
|
|
|
45622
45622
|
import { tmpdir } from "node:os";
|
|
45623
45623
|
|
|
45624
45624
|
// src/starter_template.ts
|
|
45625
|
-
var STARTER_FALLBACK_UI_VERSION = "
|
|
45626
|
-
var STARTER_FALLBACK_SDK_VERSION = "0.75.
|
|
45625
|
+
var STARTER_FALLBACK_UI_VERSION = "31.0.0";
|
|
45626
|
+
var STARTER_FALLBACK_SDK_VERSION = "0.75.1";
|
|
45627
45627
|
var STARTER_REACT_NATIVE_VERSION = "0.85.3";
|
|
45628
45628
|
var VITEST_SETUP_FILENAME = "vitest.setup.ts";
|
|
45629
45629
|
var VITEST_SETUP_CONTENT = `import { vi } from "vitest";
|