Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
Expand All @@ -30,5 +30,11 @@
"tsdown": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"publishConfig": {
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
}
}
}
8 changes: 7 additions & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
Expand All @@ -30,5 +30,11 @@
"tsdown": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"publishConfig": {
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
}
}
}
8 changes: 7 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
Expand Down Expand Up @@ -52,5 +52,11 @@
"@faker-js/faker": {
"optional": true
}
},
"publishConfig": {
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
}
}
}
8 changes: 7 additions & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
Expand All @@ -31,5 +31,11 @@
"tsdown": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"publishConfig": {
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
}
}
}
8 changes: 7 additions & 1 deletion packages/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
Expand Down Expand Up @@ -35,5 +35,11 @@
"tsdown": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"publishConfig": {
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
}
}
}
8 changes: 7 additions & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
Expand All @@ -32,5 +32,11 @@
"tsdown": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"publishConfig": {
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
}
}
}
8 changes: 7 additions & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
Expand All @@ -31,5 +31,11 @@
"tsdown": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"publishConfig": {
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
}
}
}
11 changes: 9 additions & 2 deletions packages/orval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"bin": "./dist/bin/orval.mjs",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
"./bin/orval": "./dist/bin/orval.mjs",
".": "./src/index.ts",
"./bin/orval": "./src/bin/orval.ts",
"./package.json": "./package.json"
},
"engines": {
Expand Down Expand Up @@ -107,5 +107,12 @@
"prettier": {
"optional": true
}
},
"publishConfig": {
"exports": {
".": "./dist/index.mjs",
"./bin/orval": "./dist/bin/orval.mjs",
"./package.json": "./package.json"
}
}
}
8 changes: 7 additions & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
Expand All @@ -32,5 +32,11 @@
"rimraf": "catalog:",
"tsdown": "catalog:",
"vitest": "catalog:"
},
"publishConfig": {
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
}
}
}
8 changes: 7 additions & 1 deletion packages/solid-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
Expand All @@ -30,5 +30,11 @@
"tsdown": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"publishConfig": {
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
}
}
}
8 changes: 7 additions & 1 deletion packages/swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
Expand All @@ -30,5 +30,11 @@
"rimraf": "catalog:",
"tsdown": "catalog:",
"vitest": "catalog:"
},
"publishConfig": {
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
}
}
}
2 changes: 1 addition & 1 deletion packages/tsdown.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export const baseConfig: UserConfig = {
dts: {
sourcemap: true,
},
exports: true,
exports: { devExports: true },
};
8 changes: 7 additions & 1 deletion packages/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
Expand All @@ -30,5 +30,11 @@
"rimraf": "catalog:",
"tsdown": "catalog:",
"vitest": "catalog:"
},
"publishConfig": {
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
}
}
}
Loading