create-tamagui 1.44.0 → 1.45.1

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.43.17",
6357
+ version: "1.45.0",
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.43.17",
6392
+ "@tamagui/build": "1.45.0",
6393
6393
  "@types/async-retry": "1.4.2",
6394
6394
  "@types/cross-spawn": "^6.0.2",
6395
6395
  "@types/node": "^16.11.9",
@@ -6499,7 +6499,7 @@ function getEnvFromSupabaseStatus(status) {
6499
6499
  var repoRoot = (0, import_path2.join)(__dirname, "..", "..", "..");
6500
6500
  var templates = [
6501
6501
  {
6502
- title: `Next + Expo + Solito (recommended for production) - Production-ready universal app with a monorepo.`,
6502
+ title: `Next + Expo + Solito - Production-ready universal app with a monorepo.`,
6503
6503
  value: "next-expo-solito",
6504
6504
  type: "included-in-monorepo",
6505
6505
  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
- )} - Production-ready universal app with onboarding, authentication, account, settings, profiles, feed, adaptive universal layouts and more.`,
6526
+ )} - Prod-ready universal app with onboarding, auth, account, settings, profiles, feed, adaptive layouts and 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.43.17",
36161
+ version: "1.45.0",
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.43.17",
36196
+ "@tamagui/build": "1.45.0",
36197
36197
  "@types/async-retry": "1.4.2",
36198
36198
  "@types/cross-spawn": "^6.0.2",
36199
36199
  "@types/node": "^16.11.9",
@@ -36692,7 +36692,7 @@ function getEnvFromSupabaseStatus(status) {
36692
36692
  var repoRoot = (0, import_path4.join)(__dirname, "..", "..", "..");
36693
36693
  var templates = [
36694
36694
  {
36695
- title: `Next + Expo + Solito (recommended for production) - Production-ready universal app with a monorepo.`,
36695
+ title: `Next + Expo + Solito - Production-ready universal app with a monorepo.`,
36696
36696
  value: "next-expo-solito",
36697
36697
  type: "included-in-monorepo",
36698
36698
  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
- )} - Production-ready universal app with onboarding, authentication, account, settings, profiles, feed, adaptive universal layouts and more.`,
36719
+ )} - Prod-ready universal app with onboarding, auth, account, settings, profiles, feed, adaptive layouts and more.`,
36720
36720
  value: `takeout-starter`,
36721
36721
  type: "premium",
36722
36722
  repo: {
package/dist/templates.js CHANGED
@@ -6496,7 +6496,7 @@ function getEnvFromSupabaseStatus(status) {
6496
6496
  var repoRoot = (0, import_path2.join)(__dirname, "..", "..", "..");
6497
6497
  var templates = [
6498
6498
  {
6499
- title: `Next + Expo + Solito (recommended for production) - Production-ready universal app with a monorepo.`,
6499
+ title: `Next + Expo + Solito - Production-ready universal app with a monorepo.`,
6500
6500
  value: "next-expo-solito",
6501
6501
  type: "included-in-monorepo",
6502
6502
  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
- )} - Production-ready universal app with onboarding, authentication, account, settings, profiles, feed, adaptive universal layouts and more.`,
6523
+ )} - Prod-ready universal app with onboarding, auth, account, settings, profiles, feed, adaptive layouts and 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.44.0",
3
+ "version": "1.45.1",
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.44.0",
38
+ "@tamagui/build": "1.45.1",
39
39
  "@types/async-retry": "1.4.2",
40
40
  "@types/cross-spawn": "^6.0.2",
41
41
  "@types/node": "^16.11.9",