create-tamagui 1.15.25 → 1.15.26

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
@@ -45269,7 +45269,7 @@ var globby2 = Object.assign(function globby3(patterns, options) {
45269
45269
  // package.json
45270
45270
  var package_default = {
45271
45271
  name: "create-tamagui",
45272
- version: "1.15.24",
45272
+ version: "1.15.25",
45273
45273
  bin: "./run.js",
45274
45274
  main: "dist",
45275
45275
  files: [
@@ -45303,7 +45303,7 @@ var package_default = {
45303
45303
  },
45304
45304
  devDependencies: {
45305
45305
  "@playwright/test": "^1.29.0",
45306
- "@tamagui/build": "1.15.24",
45306
+ "@tamagui/build": "1.15.25",
45307
45307
  "@types/async-retry": "1.4.2",
45308
45308
  "@types/cross-spawn": "^6.0.2",
45309
45309
  "@types/node": "^16.11.9",
@@ -45335,7 +45335,7 @@ if (IS_TEST) {
45335
45335
  }
45336
45336
  var program = new import_commander.default.Command(package_default.name).version(package_default.version).arguments("<project-directory>").action((name) => {
45337
45337
  projectPath = name;
45338
- }).option("--use-npm", `Explicitly tell the CLI to bootstrap the app using npm`).option("--use-pnpm", `Explicitly tell the CLI to bootstrap the app using pnpm`).option(
45338
+ }).option(
45339
45339
  `--template <template>, -t <template>`,
45340
45340
  "Currently, the only option is `next-expo-solito`, which is set by default.",
45341
45341
  "next-expo-solito"
@@ -45350,7 +45350,7 @@ if (process.argv.includes("--version")) {
45350
45350
  console.log(package_default.version);
45351
45351
  process.exit(0);
45352
45352
  }
45353
- var packageManager = program.useNpm ? "npm" : program.usePnpm ? "pnpm" : "yarn";
45353
+ var packageManager = "yarn";
45354
45354
  var DOWNLOAD_URL = "https://codeload.github.com/tamagui/starters/tar.gz/main";
45355
45355
  function downloadAndExtractExample(root, name) {
45356
45356
  if (name === "__internal-testing-retry") {