refactor: scope the js package as @interfaze-ai/langchain - #3
Merged
Conversation
@interfaze-ai/interfaze is already published on jsr, so publishing the langchain package under @Interfaze would split the org across two scopes for no gain. The python distribution stays interfaze-langchain — pypi has no scoping and the sdk there is plain `interfaze`, so there is nothing to match.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Publishes the js package as
@interfaze-ai/langchainon both npm and JSR, instead of@interfaze/langchain.@interfaze-ai/interfazeis already live on JSR, so the langchain package now sits in the scope we already own rather than splitting the org across two. The npminterfaze-aiorg exists, so the same name works there.The python distribution is unchanged at
interfaze-langchain— PyPI has no scoping and the SDK there is plaininterfaze, so there is nothing to match.All five version strings stay at 1.0.0;
verifyenforces that against the release tag.@interfaze-ai/langchain@interfaze-ai/langchaininterfaze-langchainThe lockfile diff is the two name fields only, so every optional platform entry is preserved and
npm cistays reproducible on linux.🤖 Generated with Claude Code