File tree Expand file tree Collapse file tree
packages/solid-query-devtools Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7676 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
7777 - name : Comment on PRs about release
7878 if : steps.changesets.outputs.published == 'true'
79- uses : ./ .github/comment-on-release
79+ uses : tanstack/config/ .github/comment-on-release@main
8080 with :
8181 published-packages : ${{ steps.changesets.outputs.publishedPackages }}
Original file line number Diff line number Diff line change 1010 " @types/react" ,
1111 " @types/react-dom" ,
1212 " react" ,
13- " react-dom" ,
14- " markdown-link-extractor"
13+ " react-dom"
1514 ],
1615 "ignoreWorkspaces" : [" examples/**" , " integrations/**" ],
1716 "workspaces" : {
1817 "packages/angular-query-experimental" : {
19- "entry" : [" src/index.ts" , " src/inject-queries-experimental/index.ts" ]
18+ "entry" : [
19+ " src/devtools/production/index.ts" ,
20+ " src/devtools-panel/production/index.ts"
21+ ]
2022 },
2123 "packages/query-codemods" : {
2224 "entry" : [" src/v4/**/*.cjs" , " src/v5/**/*.cjs" ],
2527 "packages/vue-query" : {
2628 "ignore" : [" **/__mocks__/**" ],
2729 "ignoreDependencies" : [" vue2" , " vue2.7" ]
28- },
29- "packages/angular-query-experimental" : {
30- "entry" : [
31- " src/devtools/production/index.ts" ,
32- " src/devtools-panel/production/index.ts"
33- ]
3430 }
3531 }
3632}
Original file line number Diff line number Diff line change 3939 "types" : " ./build/index.d.ts" ,
4040 "browser" : {},
4141 "exports" : {
42- "@tanstack/custom-condition" : " ./src/index.ts " ,
42+ "@tanstack/custom-condition" : " ./src/index.tsx " ,
4343 "solid" : {
4444 "development" : " ./build/dev.jsx" ,
4545 "import" : " ./build/index.jsx"
You can’t perform that action at this time.
0 commit comments