create-tamagui 1.140.0 → 1.140.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.cjs CHANGED
@@ -25,7 +25,7 @@ var import_node_child_process3 = require("node:child_process"), import_node_fs2
25
25
  // package.json
26
26
  var package_default = {
27
27
  name: "create-tamagui",
28
- version: "1.139.4",
28
+ version: "1.140.1",
29
29
  bin: "./run.js",
30
30
  main: "dist/index.cjs",
31
31
  files: [
@@ -41,7 +41,7 @@ var package_default = {
41
41
  "build:test": "yarn build",
42
42
  prerelease: "rimraf ./dist/",
43
43
  prepublish: "yarn build",
44
- build: "tamagui-build --skip-types --bundle --bundle-modules",
44
+ build: "tamagui-build --skip-types --bundle",
45
45
  watch: "yarn build --watch",
46
46
  clean: "tamagui-build clean",
47
47
  "clean:build": "tamagui-build clean:build"
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ var import_node_child_process3 = require("node:child_process"), import_node_fs2
25
25
  // package.json
26
26
  var package_default = {
27
27
  name: "create-tamagui",
28
- version: "1.139.4",
28
+ version: "1.140.1",
29
29
  bin: "./run.js",
30
30
  main: "dist/index.cjs",
31
31
  files: [
@@ -41,7 +41,7 @@ var package_default = {
41
41
  "build:test": "yarn build",
42
42
  prerelease: "rimraf ./dist/",
43
43
  prepublish: "yarn build",
44
- build: "tamagui-build --skip-types --bundle --bundle-modules",
44
+ build: "tamagui-build --skip-types --bundle",
45
45
  watch: "yarn build --watch",
46
46
  clean: "tamagui-build clean",
47
47
  "clean:build": "tamagui-build clean:build"
@@ -26,7 +26,7 @@ var import_node_child_process3 = require("node:child_process"), import_node_fs2
26
26
  // package.json
27
27
  var package_default = {
28
28
  name: "create-tamagui",
29
- version: "1.139.4",
29
+ version: "1.140.1",
30
30
  bin: "./run.js",
31
31
  main: "dist/index.cjs",
32
32
  files: [
@@ -42,7 +42,7 @@ var package_default = {
42
42
  "build:test": "yarn build",
43
43
  prerelease: "rimraf ./dist/",
44
44
  prepublish: "yarn build",
45
- build: "tamagui-build --skip-types --bundle --bundle-modules",
45
+ build: "tamagui-build --skip-types --bundle",
46
46
  watch: "yarn build --watch",
47
47
  clean: "tamagui-build clean",
48
48
  "clean:build": "tamagui-build clean:build"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tamagui",
3
- "version": "1.140.0",
3
+ "version": "1.140.2",
4
4
  "bin": "./run.js",
5
5
  "main": "dist/index.cjs",
6
6
  "files": [
@@ -16,7 +16,7 @@
16
16
  "build:test": "yarn build",
17
17
  "prerelease": "rimraf ./dist/",
18
18
  "prepublish": "yarn build",
19
- "build": "tamagui-build --skip-types --bundle --bundle-modules",
19
+ "build": "tamagui-build --skip-types --bundle",
20
20
  "watch": "yarn build --watch",
21
21
  "clean": "tamagui-build clean",
22
22
  "clean:build": "tamagui-build clean:build"
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@playwright/test": "^1.49.1",
38
- "@tamagui/build": "1.140.0",
38
+ "@tamagui/build": "1.140.2",
39
39
  "@types/async-retry": "1.4.2",
40
40
  "@types/cross-spawn": "^6.0.2",
41
41
  "@types/node": "^22.1.0",