@flowerforce/flowerbase 1.3.1-beta.6 → 1.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 1.4.0 (2026-01-15)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - add method count mongodb ([6348568](https://github.com/flowerforce/flowerbase/commit/6348568))
7
+
8
+ - add $sort ([f468213](https://github.com/flowerforce/flowerbase/commit/f468213))
9
+
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - load triggers ([fe9062e](https://github.com/flowerforce/flowerbase/commit/fe9062e))
14
+
15
+ - http in functions ([1c8cc6d](https://github.com/flowerforce/flowerbase/commit/1c8cc6d))
16
+
17
+ - update fields roles ([289466a](https://github.com/flowerforce/flowerbase/commit/289466a))
18
+
19
+ - clean empty fields ([7decc8b](https://github.com/flowerforce/flowerbase/commit/7decc8b))
20
+
1
21
  ## 1.3.0 (2026-01-14)
2
22
 
3
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowerforce/flowerbase",
3
- "version": "1.3.1-beta.6",
3
+ "version": "1.4.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",