21bb35b127
* feat: init management api hook middleware function * refactor: fix type issues * feat(core): implement auto triggered management api hooks implement auto triggered managment api hooks * refactor(console,core,schemas): rename the managementHook to dataHook rename the managementHooke to dataHook and redefine the types * feat(core): add dev feature guard add dev feature guard * chore: update changeset update changeset * refactor(core,console,schemas,shared): update the webhook logics update the webhook logics. Address some PR review comments * fix(test): fix integration tests fix integration tests * fix(test): remove legacy code remove legacy code * refactor(core,schemas): refactor the hook library code refactor the webhooks library code. address some comments * fix(core): address rebase issue update console log using getConsoleLogFromContext * fix(core): fix ut fix ut * fix(core): refactor data webhook code refactor data webhook codes * refactor(core): clean up some management api webhook code clean up some management api webhook code --------- Co-authored-by: simeng-li <simeng@silverhand.io> |
||
---|---|---|
.. | ||
afraid-stingrays-perform.md | ||
chilled-pugs-notice.md | ||
config.json | ||
cuddly-buses-obey.md | ||
dull-frogs-perform.md | ||
fluffy-steaks-flow.md | ||
forty-grapes-relax.md | ||
four-goats-rush.md | ||
funny-books-sell.md | ||
green-phones-visit.md | ||
grumpy-cougars-perform.md | ||
healthy-knives-draw.md | ||
metal-lions-swim.md | ||
nasty-dots-lie.md | ||
nine-turtles-learn.md | ||
popular-chicken-share.md | ||
rare-lamps-worry.md | ||
README.md | ||
real-camels-cheat.md | ||
smart-melons-shop.md | ||
soft-stingrays-beam.md | ||
ten-steaks-melt.md | ||
thick-carrots-tickle.md |
Changesets
Hello and welcome! This folder has been automatically generated by @changesets/cli
, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it in our repository
We have a quick list of common questions to get you started engaging with this project in our documentation
Logto publish flow
For now, Changesets only supports tagging packages separately, instead of tagging a "release group". There is an open issue that is still hanging in the air.
So, we are using our own "grouping" release strategy in this monorepo:
Core
The release group that includes the Logto core service and its schemas and cli, which consists of the following packages:
- @logto/core (main)
- @logto/schemas
- @logto/cli
- @logto/create
Their versions will be always in sync, and forms our main release.
Others
For simplicity, we will tag other public packages separately and publish them to NPM. But in most cases, no GitHub release will present for these packages.