create-tamagui 1.45.8 → 1.45.9

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.
@@ -6354,7 +6354,7 @@ var import_prompts = __toESM(require_prompts3());
6354
6354
  // package.json
6355
6355
  var package_default = {
6356
6356
  name: "create-tamagui",
6357
- version: "1.45.7",
6357
+ version: "1.45.8",
6358
6358
  bin: "./run.js",
6359
6359
  main: "dist",
6360
6360
  files: [
@@ -6389,7 +6389,7 @@ var package_default = {
6389
6389
  },
6390
6390
  devDependencies: {
6391
6391
  "@playwright/test": "^1.29.0",
6392
- "@tamagui/build": "1.45.7",
6392
+ "@tamagui/build": "1.45.8",
6393
6393
  "@types/async-retry": "1.4.2",
6394
6394
  "@types/cross-spawn": "^6.0.2",
6395
6395
  "@types/node": "^16.11.9",
@@ -6510,7 +6510,7 @@ var templates = [
6510
6510
  extraSteps: next_expo_solito_default
6511
6511
  },
6512
6512
  {
6513
- title: `Simple Web (only for learning - not recommended for production) - Client-only web app with Webpack or Vite. Useful to understand how to set up tamagui.config.ts.`,
6513
+ title: `Simple Web - Learning only, not prod-ready. Client web app, Webpack + Vite. Helps understand tamagui.config.ts.`,
6514
6514
  value: "simple-web",
6515
6515
  type: "included-in-monorepo",
6516
6516
  repo: {
@@ -6523,7 +6523,7 @@ var templates = [
6523
6523
  {
6524
6524
  title: `${import_chalk6.default.bold.underline(
6525
6525
  `\u{1F961} Takeout Starter (${makeRainbowChalk("Premium")})`
6526
- )} - Prod-ready universal app with onboarding, auth, account, settings, profiles, feed, adaptive layouts and more.`,
6526
+ )} - Prod-ready universal app - onboarding, auth, account, settings, profiles, feed, adaptive layouts & more.`,
6527
6527
  value: `takeout-starter`,
6528
6528
  type: "premium",
6529
6529
  repo: {
package/dist/index.js CHANGED
@@ -36158,7 +36158,7 @@ var globby2 = Object.assign(function globby3(patterns, options) {
36158
36158
  // package.json
36159
36159
  var package_default = {
36160
36160
  name: "create-tamagui",
36161
- version: "1.45.7",
36161
+ version: "1.45.8",
36162
36162
  bin: "./run.js",
36163
36163
  main: "dist",
36164
36164
  files: [
@@ -36193,7 +36193,7 @@ var package_default = {
36193
36193
  },
36194
36194
  devDependencies: {
36195
36195
  "@playwright/test": "^1.29.0",
36196
- "@tamagui/build": "1.45.7",
36196
+ "@tamagui/build": "1.45.8",
36197
36197
  "@types/async-retry": "1.4.2",
36198
36198
  "@types/cross-spawn": "^6.0.2",
36199
36199
  "@types/node": "^16.11.9",
@@ -36703,7 +36703,7 @@ var templates = [
36703
36703
  extraSteps: next_expo_solito_default
36704
36704
  },
36705
36705
  {
36706
- title: `Simple Web (only for learning - not recommended for production) - Client-only web app with Webpack or Vite. Useful to understand how to set up tamagui.config.ts.`,
36706
+ title: `Simple Web - Learning only, not prod-ready. Client web app, Webpack + Vite. Helps understand tamagui.config.ts.`,
36707
36707
  value: "simple-web",
36708
36708
  type: "included-in-monorepo",
36709
36709
  repo: {
@@ -36716,7 +36716,7 @@ var templates = [
36716
36716
  {
36717
36717
  title: `${import_chalk12.default.bold.underline(
36718
36718
  `\u{1F961} Takeout Starter (${makeRainbowChalk("Premium")})`
36719
- )} - Prod-ready universal app with onboarding, auth, account, settings, profiles, feed, adaptive layouts and more.`,
36719
+ )} - Prod-ready universal app - onboarding, auth, account, settings, profiles, feed, adaptive layouts & more.`,
36720
36720
  value: `takeout-starter`,
36721
36721
  type: "premium",
36722
36722
  repo: {
package/dist/templates.js CHANGED
@@ -6507,7 +6507,7 @@ var templates = [
6507
6507
  extraSteps: next_expo_solito_default
6508
6508
  },
6509
6509
  {
6510
- title: `Simple Web (only for learning - not recommended for production) - Client-only web app with Webpack or Vite. Useful to understand how to set up tamagui.config.ts.`,
6510
+ title: `Simple Web - Learning only, not prod-ready. Client web app, Webpack + Vite. Helps understand tamagui.config.ts.`,
6511
6511
  value: "simple-web",
6512
6512
  type: "included-in-monorepo",
6513
6513
  repo: {
@@ -6520,7 +6520,7 @@ var templates = [
6520
6520
  {
6521
6521
  title: `${import_chalk6.default.bold.underline(
6522
6522
  `\u{1F961} Takeout Starter (${makeRainbowChalk("Premium")})`
6523
- )} - Prod-ready universal app with onboarding, auth, account, settings, profiles, feed, adaptive layouts and more.`,
6523
+ )} - Prod-ready universal app - onboarding, auth, account, settings, profiles, feed, adaptive layouts & more.`,
6524
6524
  value: `takeout-starter`,
6525
6525
  type: "premium",
6526
6526
  repo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tamagui",
3
- "version": "1.45.8",
3
+ "version": "1.45.9",
4
4
  "bin": "./run.js",
5
5
  "main": "dist",
6
6
  "files": [
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@playwright/test": "^1.29.0",
38
- "@tamagui/build": "1.45.8",
38
+ "@tamagui/build": "1.45.9",
39
39
  "@types/async-retry": "1.4.2",
40
40
  "@types/cross-spawn": "^6.0.2",
41
41
  "@types/node": "^16.11.9",