0.0.2 • Published 1 year ago

@servicetitan/application-data v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

@servicetitan/application-data

This package is used for sharing api available in monolith between main-app frontend and micro-frontends. So MFE can fetch any data from monolith.

Each team can add their apis here, use squads directory.

NOTE that there should be no breaking changes here. There is an automatic tests for it.

Publication

To publish your changes just run Application data publish action from GitHub. Currently, we have two flows of publication:

  1. master publication

    • Publish from master branch
    • Increase patch version of the highest version published before
    • Publish with latest tag
  2. canary publication

    • Publish from any branch except master
    • Use 0.0.0-{branchName}.${last-commit-hash} version
    • Publish with canary tag