Skip to content

Commit 4a64062

Browse files
committed
fix: relocate custom condition
1 parent 57d159c commit 4a64062

File tree

15 files changed

+17
-23
lines changed

15 files changed

+17
-23
lines changed

packages/eslint-plugin-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"module": "dist/esm/index.js",
4040
"exports": {
4141
".": {
42+
"@tanstack/custom-condition": "./src/index.ts",
4243
"import": {
43-
"@tanstack/custom-condition": "./src/index.ts",
4444
"types": "./dist/esm/index.d.ts",
4545
"default": "./dist/esm/index.js"
4646
},

packages/query-async-storage-persister/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"react-native": "src/index.ts",
4141
"exports": {
4242
".": {
43+
"@tanstack/custom-condition": "./src/index.ts",
4344
"import": {
44-
"@tanstack/custom-condition": "./src/index.ts",
4545
"types": "./build/modern/index.d.ts",
4646
"default": "./build/modern/index.js"
4747
},

packages/query-broadcast-client-experimental/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"module": "build/legacy/index.js",
3838
"exports": {
3939
".": {
40+
"@tanstack/custom-condition": "./src/index.ts",
4041
"import": {
41-
"@tanstack/custom-condition": "./src/index.ts",
4242
"types": "./build/modern/index.d.ts",
4343
"default": "./build/modern/index.js"
4444
},

packages/query-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"react-native": "src/index.ts",
4141
"exports": {
4242
".": {
43+
"@tanstack/custom-condition": "./src/index.ts",
4344
"import": {
44-
"@tanstack/custom-condition": "./src/index.ts",
4545
"types": "./build/modern/index.d.ts",
4646
"default": "./build/modern/index.js"
4747
},

packages/query-devtools/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,19 @@
4040
"types": "./build/index.d.ts",
4141
"browser": {},
4242
"exports": {
43+
"@tanstack/custom-condition": "./src/index.ts",
4344
"solid": {
44-
"@tanstack/custom-condition": "./src/index.ts",
4545
"development": "./build/index.js",
4646
"import": "./build/index.js"
4747
},
4848
"development": {
4949
"import": {
50-
"@tanstack/custom-condition": "./src/index.ts",
5150
"types": "./build/index.d.ts",
5251
"default": "./build/dev.js"
5352
},
5453
"require": "./build/dev.cjs"
5554
},
5655
"import": {
57-
"@tanstack/custom-condition": "./src/index.ts",
5856
"types": "./build/index.d.ts",
5957
"default": "./build/index.js"
6058
},

packages/query-persist-client-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"react-native": "src/index.ts",
4141
"exports": {
4242
".": {
43+
"@tanstack/custom-condition": "./src/index.ts",
4344
"import": {
44-
"@tanstack/custom-condition": "./src/index.ts",
4545
"types": "./build/modern/index.d.ts",
4646
"default": "./build/modern/index.js"
4747
},

packages/query-sync-storage-persister/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"react-native": "src/index.ts",
4141
"exports": {
4242
".": {
43+
"@tanstack/custom-condition": "./src/index.ts",
4344
"import": {
44-
"@tanstack/custom-condition": "./src/index.ts",
4545
"types": "./build/modern/index.d.ts",
4646
"default": "./build/modern/index.js"
4747
},

packages/react-query-devtools/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"module": "build/legacy/index.js",
4141
"exports": {
4242
".": {
43+
"@tanstack/custom-condition": "./src/index.ts",
4344
"import": {
44-
"@tanstack/custom-condition": "./src/index.ts",
4545
"types": "./build/modern/index.d.ts",
4646
"default": "./build/modern/index.js"
4747
},
@@ -51,8 +51,8 @@
5151
}
5252
},
5353
"./production": {
54+
"@tanstack/custom-condition": "./src/production.ts",
5455
"import": {
55-
"@tanstack/custom-condition": "./src/production.ts",
5656
"types": "./build/modern/production.d.ts",
5757
"default": "./build/modern/production.js"
5858
},
@@ -62,8 +62,8 @@
6262
}
6363
},
6464
"./build/modern/production.js": {
65+
"@tanstack/custom-condition": "./src/production.ts",
6566
"import": {
66-
"@tanstack/custom-condition": "./src/production.ts",
6767
"types": "./build/modern/production.d.ts",
6868
"default": "./build/modern/production.js"
6969
},

packages/react-query-next-experimental/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"module": "build/legacy/index.js",
3838
"exports": {
3939
".": {
40+
"@tanstack/custom-condition": "./src/index.ts",
4041
"import": {
41-
"@tanstack/custom-condition": "./src/index.ts",
4242
"types": "./build/modern/index.d.ts",
4343
"default": "./build/modern/index.js"
4444
},

packages/react-query-persist-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"react-native": "src/index.ts",
4141
"exports": {
4242
".": {
43+
"@tanstack/custom-condition": "./src/index.ts",
4344
"import": {
44-
"@tanstack/custom-condition": "./src/index.ts",
4545
"types": "./build/modern/index.d.ts",
4646
"default": "./build/modern/index.js"
4747
},

packages/react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"react-native": "src/index.ts",
4343
"exports": {
4444
".": {
45+
"@tanstack/custom-condition": "./src/index.ts",
4546
"import": {
46-
"@tanstack/custom-condition": "./src/index.ts",
4747
"types": "./build/modern/index.d.ts",
4848
"default": "./build/modern/index.js"
4949
},

packages/solid-query-devtools/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,19 @@
3737
"types": "./build/index.d.ts",
3838
"browser": {},
3939
"exports": {
40+
"@tanstack/custom-condition": "./src/index.tsx",
4041
"solid": {
41-
"@tanstack/custom-condition": "./src/index.tsx",
4242
"development": "./build/dev.jsx",
4343
"import": "./build/index.jsx"
4444
},
4545
"development": {
4646
"import": {
47-
"@tanstack/custom-condition": "./src/index.tsx",
4847
"types": "./build/index.d.ts",
4948
"default": "./build/dev.js"
5049
},
5150
"require": "./build/dev.cjs"
5251
},
5352
"import": {
54-
"@tanstack/custom-condition": "./src/index.tsx",
5553
"types": "./build/index.d.ts",
5654
"default": "./build/index.js"
5755
},

packages/solid-query-persist-client/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"main": "./build/index.cjs",
3838
"module": "./build/index.js",
3939
"exports": {
40+
"@tanstack/custom-condition": "./src/index.ts",
4041
"development": {
4142
"import": {
42-
"@tanstack/custom-condition": "./src/index.ts",
4343
"types": "./build/index.d.ts",
4444
"default": "./build/dev.js"
4545
},
@@ -49,7 +49,6 @@
4949
}
5050
},
5151
"import": {
52-
"@tanstack/custom-condition": "./src/index.ts",
5352
"types": "./build/index.d.ts",
5453
"default": "./build/index.js"
5554
},

packages/solid-query/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"types": "./build/index.d.ts",
4141
"browser": {},
4242
"exports": {
43+
"@tanstack/custom-condition": "./src/index.ts",
4344
"development": {
4445
"import": {
45-
"@tanstack/custom-condition": "./src/index.ts",
4646
"types": "./build/index.d.ts",
4747
"default": "./build/dev.js"
4848
},
@@ -52,7 +52,6 @@
5252
}
5353
},
5454
"import": {
55-
"@tanstack/custom-condition": "./src/index.ts",
5655
"types": "./build/index.d.ts",
5756
"default": "./build/index.js"
5857
},

packages/vue-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"module": "build/legacy/index.js",
4343
"exports": {
4444
".": {
45+
"@tanstack/custom-condition": "./src/index.ts",
4546
"import": {
46-
"@tanstack/custom-condition": "./src/index.ts",
4747
"types": "./build/modern/index.d.ts",
4848
"default": "./build/modern/index.js"
4949
},

0 commit comments

Comments
 (0)