Skip to content

fix: depend on published metadata-connect instead of a local file path - #12

Merged
chrisle merged 1 commit into
chrisle:mainfrom
Kyuko:fix/metadata-connect-registry-dep
Sep 8, 2026
Merged

chrisle merged 1 commit into
chrisle:mainfrom
Kyuko:fix/metadata-connect-registry-dep

Conversation

@Kyuko

@Kyuko Kyuko commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Switches the metadata-connect dependency from file:../metadata-connect to the published ^1.2.0 on npm. The local-path reference broke npm install / npm ci for anyone without a sibling metadata-connect checkout. Build and full test suite pass from a clean npm ci.

…cal path

package.json pointed metadata-connect at file:../metadata-connect, so a
clean install only worked on a machine that happened to have that sibling
checkout. metadata-connect 1.2.0 is on npm now, so depend on ^1.2.0 and
record the registry resolution in the lockfile.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@chrisle
chrisle merged commit 2b91cd3 into chrisle:main Sep 8, 2026
@chrisle

chrisle commented Sep 8, 2026

Copy link
Copy Markdown
Owner

@Kyuko Thank you for catching that!

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.

2 participants