@friday-night/core
v0.4.6
Published
Provider, session, config, and chat orchestration core for Friday.
Maintainers
Readme
@friday-night/core
Provider, session, config, and chat orchestration core for Friday.
Install
npm install @friday-night/coreDevelopment
npm install
npm run build
npm testRelease check
Run the full pre-release gate before changing versions or publishing:
npm run release:checkThis runs the test suite and verifies the npm package artifact with npm pack --dry-run.
Publishing
This package is published as a public scoped npm package.
Release flow:
- Update
CHANGELOG.md. - Bump the semver version in
package.jsonandpackage-lock.json. - Run
npm run release:check. - Publish:
npm publish --access public - Create and push an annotated release tag matching the package version:
git tag -a vX.Y.Z -m "@friday-night/core vX.Y.Z" git push origin vX.Y.Z
prepublishOnly runs the test suite and prepack rebuilds dist, so the published artifact is produced from the current source. The already-published 0.1.0 release is tagged as v0.1.0.
