Skip to content

Commit

Permalink
chore: set access to public in package.json (#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Jul 16, 2023
1 parent e0005b8 commit 3e1f7cd
Show file tree
Hide file tree
Showing 97 changed files with 97 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/a11y-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"throttle-debounce": "^3.0.1"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/a11y-status.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/create-context-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
}
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/create-context-state.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/jest-prosemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
}
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/jest-prosemirror.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/jest-remirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
}
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/jest-remirror.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/multishift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
}
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/multishift.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/prosemirror-paste-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"peerDependenciesMeta": {},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/prosemirror-paste-rules.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/prosemirror-resizable-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"prosemirror-view": "^1.31.3"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/prosemirror-resizable-view.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/prosemirror-suggest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
},
"peerDependenciesMeta": {},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/prosemirror-suggest.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/prosemirror-trailing-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"peerDependenciesMeta": {},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/prosemirror-trailing-node.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
}
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__cli/src/utils/build-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function buildPackageJson(
packageDir,
packageJsonDir,
entryPoints,
{ exports: packageJson.exports },
{ exports: packageJson.exports, access: 'public' },
true,
)
: undefined;
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__core-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@babel/runtime": "^7.22.3"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-core-constants.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__core-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"throttle-debounce": "^3.0.1"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-core-helpers.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__core-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-core-types.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
}
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-core-utils.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-core.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
}
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-dev.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-dom.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-annotation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-annotation.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-bidi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-bidi.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-blockquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-blockquote.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-bold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-bold.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-callout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-callout.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-code-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
}
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-code-block.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-code.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-codemirror5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"codemirror": "^5.65.13"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-codemirror5.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-codemirror6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-codemirror6.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-collaboration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-collaboration.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-columns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-columns.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-count/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-count.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-diff.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-doc.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-drop-cursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-drop-cursor.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-embed.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-emoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-emoji.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-entity-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-entity-reference.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-epic-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-epic-mode.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-events.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
}
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-file.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-find/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-find.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-font-family/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-font-family.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-font-size/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-font-size.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-gap-cursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-gap-cursor.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-hard-break/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-hard-break.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-heading.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-history.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-horizontal-rule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-horizontal-rule.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-image.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/remirror__extension-italic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@remirror/pm": "^2.0.5"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/remirror-extension-italic.d.ts",
Expand Down

1 comment on commit 3e1f7cd

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://remirror.io as production
🚀 Deployed on https://64b370dc10ab6c76b85551de--remirror.netlify.app

Please sign in to comment.