@flowerforce/flowerbase-client 0.1.1-beta.9 → 0.3.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 +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -0,0 +1,19 @@
1
+ ## 0.3.0 (2026-03-20)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - add MongoDB Client-Side Field Level Encryption support ([#35](https://github.com/flowerforce/flowerbase/pull/35))
7
+
8
+ - **monitoring:** Add collapsable editor ([#34](https://github.com/flowerforce/flowerbase/pull/34))
9
+
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - watch operationType delete ([afcbec2](https://github.com/flowerforce/flowerbase/commit/afcbec2))
14
+
15
+ - propagate runAsSystem ([#41](https://github.com/flowerforce/flowerbase/pull/41))
16
+
17
+ - add setHeader ([#44](https://github.com/flowerforce/flowerbase/pull/44))
18
+
19
+ - 401 login ([fd13ff0](https://github.com/flowerforce/flowerbase/commit/fd13ff0))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowerforce/flowerbase-client",
3
- "version": "0.1.1-beta.9",
3
+ "version": "0.3.0",
4
4
  "description": "Client for Flowerbase",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",