|
1 | 1 | { |
2 | 2 | "name": "@react-zero-ui/core", |
3 | | - "version": "0.3.1-beta.1", |
| 3 | + "version": "0.3.1-beta.2", |
4 | 4 | "description": "Zero re-render, global UI state management for React", |
5 | 5 | "private": false, |
6 | 6 | "type": "module", |
|
40 | 40 | "import": "./dist/experimental/index.js" |
41 | 41 | }, |
42 | 42 | "./experimental/runtime": { |
| 43 | + "types": "./dist/experimental/runtime.d.ts", |
43 | 44 | "import": "./dist/experimental/runtime.js" |
44 | | - }, |
45 | | - "./experimental/init": { |
46 | | - "types": "./dist/experimental/InitZeroUI.d.ts", |
47 | | - "import": "./dist/experimental/InitZeroUI.js" |
48 | | - } |
49 | | - }, |
50 | | - "typesVersions": { |
51 | | - "*": { |
52 | | - "experimental/init": [ |
53 | | - "dist/experimental/InitZeroUI.d.ts" |
54 | | - ], |
55 | | - "experimental/runtime": [ |
56 | | - "dist/experimental/runtime.d.ts" |
57 | | - ], |
58 | | - "experimental": [ |
59 | | - "dist/experimental/index.d.ts" |
60 | | - ] |
61 | 45 | } |
62 | 46 | }, |
63 | 47 | "scripts": { |
64 | 48 | "prepack": "pnpm run build", |
65 | 49 | "smoke": "node scripts/smoke-test.js", |
66 | | - "build": "tsc -p tsconfig.build.json", |
| 50 | + "build": "rm -rf dist && tsc -p tsconfig.build.json", |
67 | 51 | "dev": "tsc -p tsconfig.json --watch", |
68 | 52 | "test:next": "playwright test -c __tests__/config/playwright.next.config.js", |
69 | 53 | "test:vite": "playwright test -c __tests__/config/playwright.vite.config.js", |
|
0 commit comments