@flowerforce/flowerbase 1.4.2-beta.7 → 1.5.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 +24 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## 1.5.0 (2026-01-26)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - add trigger auth LOGOUT ([970f2c7](https://github.com/flowerforce/flowerbase/commit/970f2c7))
7
+
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - response error in functions ([557941e](https://github.com/flowerforce/flowerbase/commit/557941e))
12
+
13
+ - add error AccountNameInUse ([e0162c1](https://github.com/flowerforce/flowerbase/commit/e0162c1))
14
+
15
+ - update aws lib ([6fa5144](https://github.com/flowerforce/flowerbase/commit/6fa5144))
16
+
17
+ - add unique email auth and schema email password ([d650d0b](https://github.com/flowerforce/flowerbase/commit/d650d0b))
18
+
19
+ - add options mongod methods ([1f4bbcd](https://github.com/flowerforce/flowerbase/commit/1f4bbcd))
20
+
21
+ - change status code FunctionExecutionError ([6ae17c8](https://github.com/flowerforce/flowerbase/commit/6ae17c8))
22
+
23
+ - add delete auth user method ([353c030](https://github.com/flowerforce/flowerbase/commit/353c030))
24
+
1
25
  ## 1.4.1 (2026-01-16)
2
26
 
3
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowerforce/flowerbase",
3
- "version": "1.4.2-beta.7",
3
+ "version": "1.5.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",