directus-extension-flow-manager 1.5.1 → 1.5.2
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
|
@@ -110,6 +110,8 @@ Changelogs:
|
|
|
110
110
|
- 1.5.0 (25 February 2026)
|
|
111
111
|
* Feature Request to allow push to cloud as an update instead of a new creation [#27](https://github.com/baguse/directus-extension-flow-manager/issues/27)
|
|
112
112
|
* Add dashboard feature: You can get the success or failed detail on each flow and also you can inspect the logs
|
|
113
|
+
- 1.5.2 (26 February 2026)
|
|
114
|
+
* Fix failed push to cloud because there is `user_created` field
|
|
113
115
|
|
|
114
116
|
Contributing:
|
|
115
117
|
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
|