v0.9.2 —npm package publish
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
NOTICEin the published package - tightened package keywords for better npm/package discovery
- re-verified tarball contents and global CLI install behavior
Packaging fixes
- changed
bin.orgscriptfrom./bin/orgscript.jstobin/orgscript.js - normalized
repository.urltogit+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 testnpm run check:allnpm pack --jsonnpm publish --dry-run- local global install test from
orgscript-0.9.2.tgz orgscript --versionorgscript 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.