@tamagui/vite-plugin 1.112.16 → 1.112.17

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.
@@ -55,7 +55,7 @@ function tamaguiPlugin({
55
55
  }
56
56
  const compatPlugins = [
57
57
  {
58
- name: "tamagui-base",
58
+ name: "tamagui-base-web-only",
59
59
  enforce: "pre",
60
60
  async buildEnd() {
61
61
  await watcher?.then((res) => {
@@ -56,7 +56,7 @@ function tamaguiPlugin() {
56
56
  }
57
57
  var compatPlugins = [
58
58
  {
59
- name: "tamagui-base",
59
+ name: "tamagui-base-web-only",
60
60
  enforce: "pre",
61
61
  async buildEnd() {
62
62
  await (watcher == null ? void 0 : watcher.then(function(res) {
@@ -39,7 +39,7 @@ function tamaguiPlugin({
39
39
  }
40
40
  const compatPlugins = [
41
41
  {
42
- name: "tamagui-base",
42
+ name: "tamagui-base-web-only",
43
43
  enforce: "pre",
44
44
  async buildEnd() {
45
45
  await watcher?.then((res) => {
@@ -27,7 +27,7 @@ function tamaguiPlugin({
27
27
  }
28
28
  }
29
29
  const compatPlugins = [{
30
- name: "tamagui-base",
30
+ name: "tamagui-base-web-only",
31
31
  enforce: "pre",
32
32
  async buildEnd() {
33
33
  await watcher?.then(res => {
@@ -31,7 +31,7 @@ function tamaguiPlugin() {
31
31
  }
32
32
  }
33
33
  var compatPlugins = [{
34
- name: "tamagui-base",
34
+ name: "tamagui-base-web-only",
35
35
  enforce: "pre",
36
36
  async buildEnd() {
37
37
  await watcher?.then(function (res) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/vite-plugin",
3
- "version": "1.112.16",
3
+ "version": "1.112.17",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "type": "module",
@@ -33,18 +33,18 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@tamagui/fake-react-native": "1.112.16",
37
- "@tamagui/proxy-worm": "1.112.16",
38
- "@tamagui/react-native-svg": "1.112.16",
39
- "@tamagui/react-native-web-lite": "1.112.16",
40
- "@tamagui/static": "1.112.16",
36
+ "@tamagui/fake-react-native": "1.112.17",
37
+ "@tamagui/proxy-worm": "1.112.17",
38
+ "@tamagui/react-native-svg": "1.112.17",
39
+ "@tamagui/react-native-web-lite": "1.112.17",
40
+ "@tamagui/static": "1.112.17",
41
41
  "esm-resolve": "^1.0.8",
42
42
  "fs-extra": "^11.2.0",
43
43
  "outdent": "^0.8.0",
44
44
  "react-native-web": "^0.19.12"
45
45
  },
46
46
  "devDependencies": {
47
- "@tamagui/build": "1.112.16",
47
+ "@tamagui/build": "1.112.17",
48
48
  "vite": "6.0.0-beta.1"
49
49
  },
50
50
  "publishConfig": {
package/src/plugin.ts CHANGED
@@ -62,7 +62,7 @@ export function tamaguiPlugin({
62
62
 
63
63
  const compatPlugins = [
64
64
  {
65
- name: 'tamagui-base',
65
+ name: 'tamagui-base-web-only',
66
66
  enforce: 'pre',
67
67
 
68
68
  async buildEnd() {