Skip to content

Commit 23cdb69

Browse files
committed
chore: remove tanstack and react-router internal exports
1 parent d0245bf commit 23cdb69

4 files changed

Lines changed: 0 additions & 37 deletions

File tree

packages/react-router/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
"types": "./dist/api/index.d.ts",
4343
"default": "./dist/api/index.js"
4444
},
45-
"./internal": {
46-
"types": "./dist/internal.d.ts",
47-
"default": "./dist/internal.js"
48-
},
4945
"./errors": {
5046
"types": "./dist/errors.d.ts",
5147
"default": "./dist/errors.js"
@@ -77,9 +73,6 @@
7773
"api.server": [
7874
"dist/api/index.d.ts"
7975
],
80-
"internal": [
81-
"dist/internal.d.ts"
82-
],
8376
"webhooks": [
8477
"dist/webhooks.d.ts"
8578
],

packages/react-router/src/internal.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/tanstack-react-start/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
"types": "./dist/server/index.d.ts",
3636
"default": "./dist/server/index.js"
3737
},
38-
"./internal": {
39-
"types": "./dist/internal.d.ts",
40-
"default": "./dist/internal.js"
41-
},
4238
"./errors": {
4339
"types": "./dist/errors.d.ts",
4440
"default": "./dist/errors.js"

packages/tanstack-react-start/src/internal.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)