0.0.2 • Published 3 years ago

@saxorg/temporal_json v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

temporal-json-node

npm-ci

NodeJS bindings to the Temporal API Gateway JSON Encoder

Commands

Build

cd crates/temporal-node-json
yarn install
yarn build
yarn test

Publish

npm version patch
git tag -a <version> -m "<version>"
git push --follow-tags

Notes

  • Publish will only occur if the commit message is just the version number ex. 1.0.0
  • Changes to some files like *.md won't trigger the CI pipeline.