directus-extension-flow-manager 1.5.2 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/api.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,6 +112,8 @@ Changelogs:
|
|
|
112
112
|
* Add dashboard feature: You can get the success or failed detail on each flow and also you can inspect the logs
|
|
113
113
|
- 1.5.2 (26 February 2026)
|
|
114
114
|
* Fix failed push to cloud because there is `user_created` field
|
|
115
|
+
- 1.5.3 (09 June 2026)
|
|
116
|
+
* Add is admin checking on the endpoint extension
|
|
115
117
|
|
|
116
118
|
Contributing:
|
|
117
119
|
If you want to contribute kindly to create a PR and if you want to request a feature or report of a bug kindly create the Issue
|