Commit 888610a
authored
fix: resolve publishing and entry point issues (#10)
* feat: add custom styling and release automation
- Implement custom CSS injection and URL rewriting to allow users to style PDFs and fix cross-environment links.
- Add release-please GitHub Action to automate the release process and enable secure NPM publishing.
* improvement: Remove npm auth from yarn configuration
- Remove npmAlwaysAuth and npmAuthToken from .yarnrc.yml to improve security by avoiding explicit token references in configuration.
- Update yarn.lock and install state to ensure the dependency tree is consistent with the new configuration.
* revert: automated release-please workflow
- Reverts the commit that implemented release-please-action to simplify the release process.
- Removes the automated release-please workflow and replaces it with a manual version-check publish script.
- Restores manual version management in package.json to provide more direct control over the release cycle.
* fix: resolve publishing and entry point issues
- Switch npm registry to the official server to ensure stable publishing and dependency resolution.
- Update main entry point and files field in package.json to correctly export the built distribution.1 parent 9af5bc3 commit 888610a
3 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
0 commit comments