Skip to content

Commit 7f76c10

Browse files
committed
fix: let nx generate correct package.json
1 parent e48e8dd commit 7f76c10

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

.changeset/wise-owls-hunt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ts-rest/react-query': patch
3+
---
4+
5+
Fix missing typings due to new declaration file path

libs/ts-rest/react-query/package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,5 @@
3232
"react": "16.x.x || 17.x.x || 18.x.x",
3333
"zod": "3.x.x",
3434
"@tanstack/react-query": "4.x.x"
35-
},
36-
"exports": {
37-
".": {
38-
"import": "./index.js",
39-
"require": "./index.cjs"
40-
},
41-
"./package.json": "./package.json"
42-
},
43-
"main": "index.cjs",
44-
"module": "index.js",
45-
"types": "index.d.ts",
46-
"typings": "index.d.ts"
35+
}
4736
}

0 commit comments

Comments
 (0)