Skip to content

chore: v3.0.0 release prep (exports fix + release.sh hardening)#3

Merged
acebytes merged 3 commits into
mainfrom
chore/v3-release-prep
Jul 24, 2026
Merged

chore: v3.0.0 release prep (exports fix + release.sh hardening)#3
acebytes merged 3 commits into
mainfrom
chore/v3-release-prep

Conversation

@acebytes

Copy link
Copy Markdown
Contributor

Pre-publish fixes for the SDK 3.0.0 npm release: adds the default export condition to plugin-utils + view-builders (fixes ERR_PACKAGE_PATH_NOT_EXPORTED for CJS/tsx consumers — the bug breaking 4/7 ytdlp test files), and makes release.sh's version bump idempotent (--allow-same-version) since plugin-types is already at 3.0.0. Build + tests green; pack dry-runs verified. After merge: npm login then ./release.sh 3.0.0 publishes all three packages.

…ersion bump

plugin-utils/view-builders exports gain a 'default' condition (fixes
ERR_PACKAGE_PATH_NOT_EXPORTED under CJS/tsx consumers); release.sh
npm-version gains --allow-same-version so the already-bumped
plugin-types@3.0.0 doesn't abort the release.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d01166a047

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/plugin-utils/package.json
- Declare engines floor (^20.19.0 || ^22.12.0 || >=23.0.0) on plugin-utils + view-builders instead of shipping a dual CJS build; README documents the ESM-only position

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2d04ae90a5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/plugin-utils/package.json Outdated
- Remove engines gate from both published packages (install-time field can't express a CJS-path-only floor); README documents the require(esm) limitation as docs-only
@acebytes
acebytes merged commit 9a01f97 into main Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant