@tamagui/static 1.32.3 → 1.32.4

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.
@@ -80,7 +80,7 @@ function tamaguiRequire(path) {
80
80
  } else {
81
81
  hasWarnedForModules.add(path);
82
82
  console.log(
83
- ` Tamagui Warning 001: Skipping loading ${path} due to error bundling. See https://tamagui.dev/docs/intro/erorrs#warning-001`
83
+ ` Tamagui Warning 001: Skipping loading ${path} due to error bundling. See https://tamagui.dev/docs/intro/errors#warning-001`
84
84
  );
85
85
  }
86
86
  } else {
@@ -56,7 +56,7 @@ function tamaguiRequire(path) {
56
56
  } else {
57
57
  hasWarnedForModules.add(path);
58
58
  console.log(
59
- ` Tamagui Warning 001: Skipping loading ${path} due to error bundling. See https://tamagui.dev/docs/intro/erorrs#warning-001`
59
+ ` Tamagui Warning 001: Skipping loading ${path} due to error bundling. See https://tamagui.dev/docs/intro/errors#warning-001`
60
60
  );
61
61
  }
62
62
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/static",
3
- "version": "1.32.3",
3
+ "version": "1.32.4",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "dist/cjs/index.js",
@@ -35,16 +35,16 @@
35
35
  "@babel/runtime": "^7.21.5",
36
36
  "@babel/traverse": "^7.21.5",
37
37
  "@babel/types": "^7.21.5",
38
- "@tamagui/build": "1.32.3",
39
- "@tamagui/cli-color": "1.32.3",
40
- "@tamagui/config-default-node": "1.32.3",
41
- "@tamagui/core-node": "1.32.3",
42
- "@tamagui/fake-react-native": "1.32.3",
43
- "@tamagui/helpers": "1.32.3",
44
- "@tamagui/helpers-node": "1.32.3",
45
- "@tamagui/proxy-worm": "1.32.3",
46
- "@tamagui/shorthands": "1.32.3",
47
- "@tamagui/types": "1.32.3",
38
+ "@tamagui/build": "1.32.4",
39
+ "@tamagui/cli-color": "1.32.4",
40
+ "@tamagui/config-default-node": "1.32.4",
41
+ "@tamagui/core-node": "1.32.4",
42
+ "@tamagui/fake-react-native": "1.32.4",
43
+ "@tamagui/helpers": "1.32.4",
44
+ "@tamagui/helpers-node": "1.32.4",
45
+ "@tamagui/proxy-worm": "1.32.4",
46
+ "@tamagui/shorthands": "1.32.4",
47
+ "@tamagui/types": "1.32.4",
48
48
  "babel-literal-to-ast": "^2.1.0",
49
49
  "esbuild": "^0.17.17",
50
50
  "esbuild-register": "^3.4.2",
@@ -54,13 +54,13 @@
54
54
  "invariant": "^2.2.4",
55
55
  "lodash": "^4.17.21",
56
56
  "react-native-web": "^0.19.4",
57
- "react-native-web-internals": "1.32.3",
58
- "react-native-web-lite": "1.32.3"
57
+ "react-native-web-internals": "1.32.4",
58
+ "react-native-web-lite": "1.32.4"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@babel/plugin-syntax-typescript": "^7.21.4",
62
62
  "@expo/match-media": "^0.4.0",
63
- "@tamagui/test-design-system": "1.32.3",
63
+ "@tamagui/test-design-system": "1.32.4",
64
64
  "@testing-library/react": "^13.4.0",
65
65
  "@types/babel__generator": "^7.6.4",
66
66
  "@types/babel__traverse": "^7.18.2",
package/src/require.ts CHANGED
@@ -110,7 +110,7 @@ function tamaguiRequire(this: any, path: string) {
110
110
  hasWarnedForModules.add(path)
111
111
  // rome-ignore lint/nursery/noConsoleLog: <explanation>
112
112
  console.log(
113
- ` Tamagui Warning 001: Skipping loading ${path} due to error bundling. See https://tamagui.dev/docs/intro/erorrs#warning-001`
113
+ ` Tamagui Warning 001: Skipping loading ${path} due to error bundling. See https://tamagui.dev/docs/intro/errors#warning-001`
114
114
  )
115
115
  }
116
116
  } else {