@flowerforce/flowerbase 1.7.2-beta.1 → 1.7.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/CHANGELOG.md +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## 1.7.2 (2026-02-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- monit endpoint event ([e696efc](https://github.com/flowerforce/flowerbase/commit/e696efc))
|
|
7
|
+
|
|
8
|
+
- name trigger for monit ([f428fc2](https://github.com/flowerforce/flowerbase/commit/f428fc2))
|
|
9
|
+
|
|
10
|
+
- add mongo method countDocuments ([7a7d872](https://github.com/flowerforce/flowerbase/commit/7a7d872))
|
|
11
|
+
|
|
12
|
+
- add operator $size ([adbc749](https://github.com/flowerforce/flowerbase/commit/adbc749))
|
|
13
|
+
|
|
14
|
+
- add EJSON to context function ([2332c3c](https://github.com/flowerforce/flowerbase/commit/2332c3c))
|
|
15
|
+
|
|
1
16
|
## 1.7.1 (2026-02-04)
|
|
2
17
|
|
|
3
18
|
|