Skip to content

chore: re-scope npm package to @postkitstack/postkit - #51

Open
nipunappri[bot] wants to merge 2 commits into
developmentfrom
chore/rescope-npm-postkitstack
Open

chore: re-scope npm package to @postkitstack/postkit#51
nipunappri[bot] wants to merge 2 commits into
developmentfrom
chore/rescope-npm-postkitstack

Conversation

@nipunappri

@nipunapprinipunappriBot commented Aug 28, 2026

Copy link
Copy Markdown

Branch:chore/rescope-npm-postkitstackdevelopment

Summary

Changes

Bin name (postkit) and version (1.3.2) are unchanged. No cli/src code changes — index.ts reads only version from package.json, not name.

Type of Change

  • chore: Build, tooling, or CI changes

Test Plan

  • Unit tests pass (npm run test)
  • E2E tests pass (npm run test:e2e) (if applicable)
  • Build succeeds (npm run build)
  • Manually verified: no @appritech / appritechnologies references remain (git grep); package-lock.json regenerated and consistent; npm pkg get name@postkitstack/postkit

Breaking Changes

  • This introduces a breaking change

The published package name changes. Existing users must reinstall from the new name:

npm uninstall -g @appritech/postkit
npm install -g @postkitstack/postkit

The postkit command itself is unchanged.

Release follow-ups (not in this PR)

  • NPM_TOKEN GitHub Actions secret must have publish rights to the @postkitstack npm org (release.yml already publishes with --access public --provenance).
  • After the first release under the new name, deprecate the old package: npm deprecate @appritech/postkit "Moved to @postkitstack/postkit".
  • Product/company naming left untouched by design: author: "Appri Team", "Appri stack" / "Appri Function Runtime" copy, title: Appri Technologies in authors.yml.

@nipunappri
nipunappriBotforce-pushed the chore/rescope-npm-postkitstack branch from 52b7a3c to 97c3722CompareAugust 28, 2026 20:13
Rename the published package from @appritech/postkit to
@postkitstack/postkit to match the new postkitstack npm org.
- cli/package.json + package-lock.json: package name
- README.md, cli/README.md: install commands, badges, npm links
- docs (installation, intro, blog posts): install commands
- docs/blog/authors.yml: GitHub org URL (missed by #50)
Bin name (postkit) and version (1.3.2) unchanged.
@nipunappri
nipunappriBotforce-pushed the chore/rescope-npm-postkitstack branch from 97c3722 to da725d7CompareAugust 28, 2026 20:24
Sign up for freeto 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

@Yasirunet