Skip to content

Commit 6f779e0

Browse files
committed
chore: make openapi-fetch and openapi-typescript-helpers dev deps and enable dts resolve
1 parent 8c58441 commit 6f779e0

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

bunup.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export default defineConfig({
55
entry: ['src/index.ts'],
66
minify: true,
77
format: ['esm', 'cjs'],
8-
dts: true,
8+
dts: {
9+
resolve: true,
10+
},
911
splitting: false,
1012
});

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@
3131
"@types/debug": "^4.1.12",
3232
"@typescript-eslint/eslint-plugin": "^7.18.0",
3333
"bumpp": "^10.1.0",
34-
"bunup": "^0.3.15",
34+
"bunup": "^0.3.55",
3535
"chalk": "^5.4.1",
3636
"debug": "^4.4.0",
3737
"eslint": "^8.57.1",
3838
"husky": "^9.1.7",
39+
"openapi-fetch": "^0.13.5",
3940
"openapi-typescript": "^7.6.1",
41+
"openapi-typescript-helpers": "^0.0.15",
4042
"ora": "^8.2.0",
4143
"path": "^0.12.7",
4244
"prettier": "^3.5.3",
@@ -56,8 +58,6 @@
5658
"access": "public"
5759
},
5860
"dependencies": {
59-
"eventsource-parser": "^3.0.1",
60-
"openapi-fetch": "^0.13.5",
61-
"openapi-typescript-helpers": "^0.0.15"
61+
"eventsource-parser": "^3.0.1"
6262
}
6363
}

pnpm-lock.yaml

Lines changed: 15 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)