@tamagui/types 1.109.0 → 1.109.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.ts +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/types",
3
- "version": "1.109.0",
3
+ "version": "1.109.1",
4
4
  "types": "./types.ts",
5
5
  "files": [
6
6
  "types.ts"
package/types.ts CHANGED
@@ -120,6 +120,12 @@ export interface TamaguiBuildOptions {
120
120
  */
121
121
  disableMinifyCSS?: boolean
122
122
 
123
+ /**
124
+ * This can speed up dev builds by only optimizing the client side generated code,
125
+ * but can cause hydration mis-matches
126
+ */
127
+ disableServerOptimization?: boolean
128
+
123
129
  /**
124
130
  * If you have a tamagui.build.ts file that describes your compiler setup, you can set it here
125
131
  */