File tree Expand file tree Collapse file tree 8 files changed +13
-19
lines changed
query-async-storage-persister
query-broadcast-client-experimental
query-sync-storage-persister
react-query-persist-client Expand file tree Collapse file tree 8 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 1010 "type" : " github" ,
1111 "url" : " https://github.com/sponsors/tannerlinsley"
1212 },
13+ "types" : " build/lib/index.d.ts" ,
1314 "module" : " build/lib/index.mjs" ,
1415 "main" : " build/lib/index.js" ,
15- "browser" : " build/umd/index.production.js" ,
16- "types" : " build/lib/index.d.ts" ,
1716 "exports" : {
1817 "." : {
1918 "types" : " ./build/lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1010 "type" : " github" ,
1111 "url" : " https://github.com/sponsors/tannerlinsley"
1212 },
13+ "types" : " build/lib/index.d.ts" ,
1314 "module" : " build/lib/index.mjs" ,
1415 "main" : " build/lib/index.js" ,
15- "browser" : " build/umd/index.production.js" ,
16- "types" : " build/lib/index.d.ts" ,
1716 "exports" : {
1817 "." : {
1918 "types" : " ./build/lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1010 "type" : " github" ,
1111 "url" : " https://github.com/sponsors/tannerlinsley"
1212 },
13+ "types" : " build/lib/index.d.ts" ,
1314 "module" : " build/lib/index.mjs" ,
1415 "main" : " build/lib/index.js" ,
15- "browser" : " build/umd/index.production.js" ,
16- "types" : " build/lib/index.d.ts" ,
1716 "exports" : {
1817 "." : {
1918 "types" : " ./build/lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1010 "type" : " github" ,
1111 "url" : " https://github.com/sponsors/tannerlinsley"
1212 },
13+ "types" : " build/lib/index.d.ts" ,
1314 "module" : " build/lib/index.mjs" ,
1415 "main" : " build/lib/index.js" ,
15- "browser" : " build/umd/index.production.js" ,
16- "types" : " build/lib/index.d.ts" ,
1716 "exports" : {
1817 "." : {
1918 "types" : " ./build/lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1010 "type" : " github" ,
1111 "url" : " https://github.com/sponsors/tannerlinsley"
1212 },
13+ "types" : " build/lib/index.d.ts" ,
1314 "module" : " build/lib/index.mjs" ,
1415 "main" : " build/lib/index.js" ,
15- "browser" : " build/lib/index.js" ,
16- "types" : " build/lib/index.d.ts" ,
17- "files" : [
18- " build/lib/*" ,
19- " build/umd/*" ,
20- " src"
21- ],
2216 "exports" : {
2317 "." : {
2418 "development" : {
3933 },
4034 "./package.json" : " ./package.json"
4135 },
36+ "files" : [
37+ " build/lib/*" ,
38+ " build/umd/*" ,
39+ " src"
40+ ],
4241 "scripts" : {
4342 "clean" : " rm -rf ./build" ,
4443 "test:eslint" : " ../../node_modules/.bin/eslint --ext .ts,.tsx ./src"
Original file line number Diff line number Diff line change 1010 "type" : " github" ,
1111 "url" : " https://github.com/sponsors/tannerlinsley"
1212 },
13+ "types" : " build/lib/index.d.ts" ,
1314 "module" : " build/lib/index.mjs" ,
1415 "main" : " build/lib/index.js" ,
15- "browser" : " build/umd/index.production.js" ,
16- "types" : " build/lib/index.d.ts" ,
1716 "exports" : {
1817 "." : {
1918 "types" : " ./build/lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1010 "type" : " github" ,
1111 "url" : " https://github.com/sponsors/tannerlinsley"
1212 },
13+ "types" : " build/lib/index.d.ts" ,
1314 "module" : " build/lib/index.mjs" ,
1415 "main" : " build/lib/index.js" ,
15- "browser" : " build/umd/index.production.js" ,
16- "types" : " build/lib/index.d.ts" ,
1716 "exports" : {
1817 "." : {
1918 "types" : " ./build/lib/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ export default function rollup(options: RollupOptions): RollupOptions[] {
8181 entryFile : 'src/index.ts' ,
8282 globals : {
8383 react : 'React' ,
84+ 'react-dom' : 'ReactDOM' ,
8485 '@tanstack/query-core' : 'QueryCore' ,
8586 } ,
8687 } ) ,
You can’t perform that action at this time.
0 commit comments