Skip to content

refactor(deps): ai-kit comes from npm — @bitbaum/ai-kit ^0.6.2 - #39

Merged
github-actions[bot] merged 1 commit into
mainfrom
refactor/ai-kit-from-npm
Sep 3, 2026
Merged

refactor(deps): ai-kit comes from npm — @bitbaum/ai-kit ^0.6.2#39
github-actions[bot] merged 1 commit into
mainfrom
refactor/ai-kit-from-npm

Conversation

@catomean

@catomean catomean commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Wave 7 Phase A: swap the git-pinned ai-kit dependency to the published npm package.

  • package.json: "ai-kit": "github:bitbaum/ai-kit#v0.6.2""@bitbaum/ai-kit": "^0.6.2"
  • All from 'ai-kit' imports → from '@bitbaum/ai-kit'
  • npm install re-resolved from the registry; node_modules/@bitbaum/ai-kit is 0.6.2 and no ai-kit git dep remains in the lockfile

The npm tarball is content-identical to the v0.6.2 git tag except the package name (npm's typosquat guard blocked unscoped ai-kit). This removes the git dependency whose lockfile entry recorded the writer's ssh transport + pnpm major instead of the dependency itself.

Verified locally: lint (0 errors), typecheck clean, full test suite green.

🤖 Generated with Claude Code

https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn

@github-actions
github-actions Bot merged commit 615b28f into main Sep 3, 2026
1 check passed
@github-actions
github-actions Bot deleted the refactor/ai-kit-from-npm branch September 3, 2026 15:31
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