|
2 | 2 | "name": "quansync", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.2.11", |
5 | | - "packageManager": "pnpm@10.22.0", |
| 5 | + "packageManager": "pnpm@10.24.0", |
6 | 6 | "description": "Create sync/async APIs with usable logic", |
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com>", |
8 | 8 | "contributors": [ |
|
46 | 46 | "./types": { |
47 | 47 | "import": "./dist/types.mjs", |
48 | 48 | "require": "./dist/types.cjs" |
49 | | - } |
| 49 | + }, |
| 50 | + "./package.json": "./package.json" |
50 | 51 | }, |
51 | | - "main": "./dist/index.mjs", |
| 52 | + "main": "./dist/index.cjs", |
52 | 53 | "module": "./dist/index.mjs", |
53 | | - "types": "./dist/index.d.mts", |
| 54 | + "types": "./dist/index.d.cts", |
54 | 55 | "typesVersions": { |
55 | 56 | "*": { |
56 | 57 | "*": [ |
57 | | - "./dist/*", |
| 58 | + "./dist/*.d.mts", |
58 | 59 | "./*" |
59 | 60 | ] |
60 | 61 | } |
|
63 | 64 | "dist" |
64 | 65 | ], |
65 | 66 | "scripts": { |
66 | | - "build": "unbuild", |
67 | | - "dev": "unbuild --stub", |
| 67 | + "build": "tsdown", |
| 68 | + "dev": "tsdown -w", |
68 | 69 | "lint": "eslint .", |
69 | 70 | "prepublishOnly": "pnpm run build", |
70 | 71 | "release": "bumpp", |
71 | | - "start": "tsx src/index.ts", |
72 | 72 | "benchmark": "node scripts/benchmark.js", |
73 | 73 | "test": "vitest", |
74 | | - "typecheck": "tsc --noEmit", |
| 74 | + "typecheck": "tsgo --noEmit", |
75 | 75 | "prepare": "simple-git-hooks" |
76 | 76 | }, |
77 | 77 | "devDependencies": { |
78 | 78 | "@antfu/eslint-config": "^6.2.0", |
79 | 79 | "@types/node": "^24.10.1", |
80 | | - "bumpp": "^10.3.1", |
| 80 | + "@typescript/native-preview": "7.0.0-dev.20251202.1", |
| 81 | + "bumpp": "^10.3.2", |
81 | 82 | "eslint": "^9.39.1", |
82 | 83 | "gensync": "1.0.0-beta.2", |
83 | | - "lint-staged": "^16.2.6", |
| 84 | + "lint-staged": "^16.2.7", |
84 | 85 | "mitata": "^1.0.34", |
85 | 86 | "simple-git-hooks": "^2.13.1", |
86 | | - "tsx": "^4.20.6", |
| 87 | + "tsdown": "^0.17.0-beta.5", |
87 | 88 | "typescript": "^5.9.3", |
88 | | - "unbuild": "^3.6.1", |
89 | | - "vite": "^7.2.2", |
90 | | - "vitest": "^4.0.8" |
| 89 | + "vite": "^7.2.6", |
| 90 | + "vitest": "^4.0.15" |
91 | 91 | }, |
92 | 92 | "simple-git-hooks": { |
93 | 93 | "pre-commit": "pnpm lint-staged" |
|
0 commit comments