@exulu/backend 1.9.0 → 1.10.0

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/CHANGELOG.md CHANGED
@@ -1,9 +1,10 @@
1
- # [1.9.0](https://github.com/Qventu/exulu-backend/compare/v1.8.1...v1.9.0) (2025-08-13)
1
+ # [1.10.0](https://github.com/Qventu/exulu-backend/compare/v1.9.0...v1.10.0) (2025-08-14)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * improve scroll behaviour in chat and add apiKeyProvider to agents ([505155b](https://github.com/Qventu/exulu-backend/commit/505155b853707cefb1a5205f78064845391473d9))
6
+ * add workflows schema, endpoints and automate conversion of objects to json when inserting ([bff31bd](https://github.com/Qventu/exulu-backend/commit/bff31bdac8906bdd2a71bb7c293d5d44bd6c1b7b))
7
+ * added new role based access logic ([e098a03](https://github.com/Qventu/exulu-backend/commit/e098a0369b169e0dbcf3c6f1bc7480a8e343f082))
7
8
 
8
9
  # [1.1.0](https://github.com/Qventu/exulu-backend/compare/v1.0.1...v1.1.0) (2025-07-30)
9
10