Skip to content

Commit 8e0c6b7

Browse files
tylersayshiTkDodo
andauthoredApr 4, 2025··
chore(paths): use customConditions to define internal imports (#8935)
* fix(paths): use customConditions to define internal imports * the rest of the changes * publint and vitest fixes * order matters! thanks https://colinhacks.com/essays/live-types-typescript-monorepo * upgrade publint to get customCondition support added here: publint/publint@b34ea94 * remove dynamicAliases * remove getViteAliases * try without references? * Revert "try without references?" This reverts commit b18bc94. --------- Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
1 parent 1bf2df6 commit 8e0c6b7

File tree

67 files changed

+82
-245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+82
-245
lines changed
 

Diff for: ‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"premove": "^4.0.0",
5959
"prettier": "^3.4.2",
6060
"prettier-plugin-svelte": "^3.3.2",
61-
"publint": "^0.2.12",
61+
"publint": "^0.3.10",
6262
"react": "^19.0.0",
6363
"react-dom": "^19.0.0",
6464
"sherif": "^1.0.0",
@@ -73,7 +73,6 @@
7373
"typescript56": "npm:typescript@5.6",
7474
"typescript57": "npm:typescript@5.7",
7575
"vite": "^6.2.4",
76-
"vite-tsconfig-paths": "^5.1.4",
7776
"vitest": "^3.1.1"
7877
},
7978
"pnpm": {

Diff for: ‎packages/angular-query-devtools-experimental/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"module": "build/index.mjs",
3737
"exports": {
3838
".": {
39+
"@tanstack/custom-condition": "./src/index.ts",
3940
"types": "./build/index.d.ts",
4041
"default": "./build/index.mjs"
4142
},

0 commit comments

Comments
 (0)
Please sign in to comment.