@tamagui/types 1.93.3 → 1.94.0

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@tamagui/types",
3
- "version": "1.93.3",
4
- "types": "./types.d.ts",
3
+ "version": "1.94.0",
4
+ "types": "./types.ts",
5
5
  "files": [
6
- "types.d.ts"
6
+ "types.ts"
7
7
  ],
8
8
  "exports": {
9
9
  ".": {
10
- "types": "./types.d.ts"
10
+ "types": "./types.ts"
11
11
  }
12
12
  },
13
13
  "scripts": {
@@ -168,7 +168,7 @@ export type CLIResolvedOptions = {
168
168
  port?: number
169
169
  host?: string
170
170
  mode: 'development' | 'production'
171
- debug?: UserOptions['debug']
171
+ debug?: CLIUserOptions['debug']
172
172
  tsconfigPath: string
173
173
  tamaguiOptions: TamaguiOptions
174
174
  pkgJson: {