|
8 | 8 | "sideEffects": false, |
9 | 9 | "exports": { |
10 | 10 | ".": { |
11 | | - "types": "./dist/index.d.mts", |
12 | | - "import": "./dist/index.mjs" |
| 11 | + "types": "./dist/index.d.ts", |
| 12 | + "import": "./dist/index.js" |
13 | 13 | }, |
14 | 14 | "./codegen": { |
15 | | - "types": "./dist/codegen.d.mts", |
16 | | - "import": "./dist/codegen.mjs" |
| 15 | + "types": "./dist/codegen.d.ts", |
| 16 | + "import": "./dist/codegen.js" |
17 | 17 | }, |
18 | 18 | "./watcher": { |
19 | | - "types": "./dist/watcher.d.mts", |
20 | | - "import": "./dist/watcher.mjs" |
| 19 | + "types": "./dist/watcher.d.ts", |
| 20 | + "import": "./dist/watcher.js" |
21 | 21 | }, |
22 | 22 | "./client-watcher": { |
23 | | - "types": "./dist/client-watcher.d.mts", |
24 | | - "import": "./dist/client-watcher.mjs" |
| 23 | + "types": "./dist/client-watcher.d.ts", |
| 24 | + "import": "./dist/client-watcher.js" |
25 | 25 | }, |
26 | 26 | "./context": { |
27 | | - "types": "./dist/context.d.mts", |
28 | | - "import": "./dist/context.mjs" |
| 27 | + "types": "./dist/context.d.ts", |
| 28 | + "import": "./dist/context.js" |
29 | 29 | }, |
30 | 30 | "./utils": { |
31 | | - "types": "./dist/utils/index.d.mts", |
32 | | - "import": "./dist/utils/index.mjs" |
| 31 | + "types": "./dist/utils/index.d.ts", |
| 32 | + "import": "./dist/utils/index.js" |
33 | 33 | }, |
34 | 34 | "./types": { |
35 | | - "types": "./dist/types.d.mts", |
36 | | - "import": "./dist/types.mjs" |
| 35 | + "types": "./dist/types.d.ts", |
| 36 | + "import": "./dist/types.js" |
37 | 37 | }, |
38 | 38 | "./internal": { |
39 | | - "types": "./dist/internal/index.d.mts", |
40 | | - "import": "./dist/internal/index.mjs" |
| 39 | + "types": "./dist/internal/index.d.ts", |
| 40 | + "import": "./dist/internal/index.js" |
41 | 41 | } |
42 | 42 | }, |
43 | | - "main": "./dist/index.mjs", |
44 | | - "module": "./dist/index.mjs", |
45 | | - "types": "./dist/index.d.mts", |
| 43 | + "main": "./dist/index.js", |
| 44 | + "module": "./dist/index.js", |
| 45 | + "types": "./dist/index.d.ts", |
46 | 46 | "files": [ |
47 | 47 | "dist" |
48 | 48 | ], |
49 | 49 | "scripts": { |
50 | 50 | "prepack": "pnpm build", |
51 | 51 | "build": "tsdown", |
52 | 52 | "dev": "tsdown --watch", |
53 | | - "bumpp": "bumpp package.mjson", |
| 53 | + "bumpp": "bumpp package.json", |
54 | 54 | "release": "pnpm build && pnpm bumpp && pnpm publish --no-git-checks --access public", |
55 | 55 | "playground": "cd playground && pnpm install && pnpm dev", |
56 | 56 | "lint": "eslint .", |
|
0 commit comments