create-tamagui 1.23.1 → 1.23.2
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/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -45273,7 +45273,7 @@ var globby2 = Object.assign(function globby3(patterns, options) {
|
|
|
45273
45273
|
// package.json
|
|
45274
45274
|
var package_default = {
|
|
45275
45275
|
name: "create-tamagui",
|
|
45276
|
-
version: "1.23.
|
|
45276
|
+
version: "1.23.1",
|
|
45277
45277
|
bin: "./run.js",
|
|
45278
45278
|
main: "dist",
|
|
45279
45279
|
files: [
|
|
@@ -45307,7 +45307,7 @@ var package_default = {
|
|
|
45307
45307
|
},
|
|
45308
45308
|
devDependencies: {
|
|
45309
45309
|
"@playwright/test": "^1.29.0",
|
|
45310
|
-
"@tamagui/build": "1.23.
|
|
45310
|
+
"@tamagui/build": "1.23.1",
|
|
45311
45311
|
"@types/async-retry": "1.4.2",
|
|
45312
45312
|
"@types/cross-spawn": "^6.0.2",
|
|
45313
45313
|
"@types/node": "^16.11.9",
|
|
@@ -45521,6 +45521,7 @@ ${err.stack}` : "trying from fresh."}`
|
|
|
45521
45521
|
template = (await (0, import_prompts.default)({
|
|
45522
45522
|
name: "template",
|
|
45523
45523
|
type: "select",
|
|
45524
|
+
message: `Pick a template:`,
|
|
45524
45525
|
choices: [
|
|
45525
45526
|
{
|
|
45526
45527
|
title: `Next + Expo + Solito (recommended for production) - Production-ready universal app with a monorepo.`,
|