create-tamagui 1.43.13 → 1.43.14

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 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.12",
36161
+ version: "1.43.13",
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.12",
36196
+ "@tamagui/build": "1.43.13",
36197
36197
  "@types/async-retry": "1.4.2",
36198
36198
  "@types/cross-spawn": "^6.0.2",
36199
36199
  "@types/node": "^16.11.9",
@@ -36719,7 +36719,6 @@ var templates = [
36719
36719
  )} - Production-ready universal app with onboarding, authentication, account, settings, profiles, feed, adaptive universal layouts and more.`,
36720
36720
  value: `takeout-starter`,
36721
36721
  type: "premium",
36722
- hidden: true,
36723
36722
  repo: {
36724
36723
  url: `https://github.com/tamagui/unistack`,
36725
36724
  dir: [],
@@ -36875,7 +36874,11 @@ ${import_chalk13.default.bold(import_chalk13.default.red(`Please pick a differen
36875
36874
  console.error("[tamagui] Failed to create initial commit.\n\n", e.message);
36876
36875
  }
36877
36876
  }
36878
- await template.extraSteps({ isFullClone: true, projectName, projectPath });
36877
+ await template.extraSteps({
36878
+ isFullClone: true,
36879
+ projectName,
36880
+ projectPath: resolvedProjectPath
36881
+ });
36879
36882
  } else {
36880
36883
  await template.extraSteps({
36881
36884
  isFullClone: false,