File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @apollo/graphql-testing-library " : patch
3+ ---
4+
5+ Fix bundling issue caused by an unneeded files field in package.json, and adjust relative file paths.
Original file line number Diff line number Diff line change 1414 "publishConfig" : {
1515 "access" : " public"
1616 },
17- "files" : [
18- " dist"
19- ],
2017 "type" : " module" ,
21- "main" : " ./dist/ index.cjs" ,
22- "module" : " ./dist/ index.js" ,
18+ "main" : " ./index.cjs" ,
19+ "module" : " ./index.js" ,
2320 "exports" : {
2421 "require" : {
25- "types" : " ./dist/ index.d.cts" ,
26- "default" : " ./dist/ index.cjs"
22+ "types" : " ./index.d.cts" ,
23+ "default" : " ./index.cjs"
2724 },
2825 "default" : {
29- "types" : " ./dist/ index.d.ts" ,
30- "default" : " ./dist/ index.js"
26+ "types" : " ./index.d.ts" ,
27+ "default" : " ./index.js"
3128 }
3229 },
3330 "types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments