@flowerforce/flowerbase 1.6.3-beta.7 → 1.7.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 +16 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## 1.7.0 (2026-02-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🚀 Features
|
|
5
|
+
|
|
6
|
+
- setup monit page ([7638e37](https://github.com/flowerforce/flowerbase/commit/7638e37))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### 🩹 Fixes
|
|
10
|
+
|
|
11
|
+
- monit separate css js html ([e62feea](https://github.com/flowerforce/flowerbase/commit/e62feea))
|
|
12
|
+
|
|
13
|
+
- error monit ([68b4a56](https://github.com/flowerforce/flowerbase/commit/68b4a56))
|
|
14
|
+
|
|
15
|
+
- monit edit code function ([e25ef2b](https://github.com/flowerforce/flowerbase/commit/e25ef2b))
|
|
16
|
+
|
|
1
17
|
## 1.6.2 (2026-01-30)
|
|
2
18
|
|
|
3
19
|
|
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ Monitor Key capabilities:
|
|
|
15
15
|
- Functions panel: list functions, view code (if allowed), invoke functions with custom args, and review recent invocation history.
|
|
16
16
|
- Endpoints panel: list HTTP endpoints and invoke them with custom method, headers, query, and payload.
|
|
17
17
|
- Users panel: search auth/custom users, create users, reset passwords, and enable/disable accounts.
|
|
18
|
-
- Collections panel: list collections, inspect rules snapshot for a given user/system context, and run
|
|
18
|
+
- Collections panel: list collections, inspect rules snapshot for a given user/system context, and run queries/aggregations with pagination + history.
|
|
19
19
|
|
|
20
20
|
#### 🧠 Features Summary
|
|
21
21
|
| Feature | Status |
|