Skip to content

v0.9.2 —npm package publish

Choose a tag to compare

@DKFuH DKFuH released this 30 Mar 07:40
· 30 commits to main since this release

OrgScript v0.9.2

OrgScript v0.9.2 is a packaging and publish-readiness follow-up release.

It does not add new language surface. Instead, it closes the last gap between a locally healthy CLI package and a clean npm publish flow.

Highlights

  • normalized npm publish metadata in package.json
  • removed npm auto-correction warnings during publish dry-run
  • retained NOTICE in the published package
  • tightened package keywords for better npm/package discovery
  • re-verified tarball contents and global CLI install behavior

Packaging fixes

  • changed bin.orgscript from ./bin/orgscript.js to bin/orgscript.js
  • normalized repository.url to git+https://github.com/DKFuH/OrgScript.git
  • kept the package file list focused on runtime and reference essentials only

Verification

Confirmed on the release preparation state:

  • npm test
  • npm run check:all
  • npm pack --json
  • npm publish --dry-run
  • local global install test from orgscript-0.9.2.tgz
  • orgscript --version
  • orgscript check ./examples/craft-business-lead-to-order.orgs

Project status

OrgScript remains a human-readable, AI-friendly description language for business logic and operational systems.

v0.9.2 is the release that makes the npm package path clean and predictable.