File tree Expand file tree Collapse file tree 1 file changed +26
-11
lines changed
Expand file tree Collapse file tree 1 file changed +26
-11
lines changed Original file line number Diff line number Diff line change 1414 "main" : " ./lib/index.cjs" ,
1515 "module" : " ./lib/index.js" ,
1616 "exports" : {
17- "import" : {
18- "types" : " ./lib/index.d.ts" ,
19- "default" : " ./lib/index.js"
17+ "." : {
18+ "import" : {
19+ "types" : " ./lib/index.d.ts" ,
20+ "default" : " ./lib/index.js"
21+ },
22+ "module-sync" : {
23+ "types" : " ./lib/index.d.ts" ,
24+ "default" : " ./lib/index.js"
25+ },
26+ "require" : {
27+ "types" : " ./index.d.cts" ,
28+ "default" : " ./lib/index.cjs"
29+ }
2030 },
21- "module-sync" : {
22- "types" : " ./lib/index.d.ts" ,
23- "default" : " ./lib/index.js"
24- },
25- "require" : {
26- "types" : " ./index.d.cts" ,
27- "default" : " ./lib/index.cjs"
28- }
31+ "./package.json" : " ./package.json"
2932 },
3033 "types" : " ./lib/index.d.ts" ,
3134 "files" : [
3235 " index.d.cts" ,
3336 " lib"
3437 ],
38+ "keywords" : [
39+ " @changesets/cli" ,
40+ " ci" ,
41+ " changeset" ,
42+ " changesets" ,
43+ " gitlab" ,
44+ " changelog" ,
45+ " auto-release" ,
46+ " release" ,
47+ " release-automation" ,
48+ " release-plz"
49+ ],
3550 "scripts" : {
3651 "build" : " run-p 'build:*'" ,
3752 "build:r" : " r -f cjs" ,
You can’t perform that action at this time.
0 commit comments