@trust0/ridb-mongodb 0.0.3 → 0.0.5

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 CHANGED
@@ -1,3 +1,26 @@
1
+ ## 0.0.5 (2025-09-06)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated @trust0/ridb-core to 1.7.33
6
+ - Updated @trust0/ridb to 1.5.38
7
+
8
+ ## 0.0.4 (2025-09-06)
9
+
10
+ ### 🩹 Fixes
11
+
12
+ - editor configuration auto save [skip ci] ([7cb2249](https://github.com/trust0-project/RIDB/commit/7cb2249))
13
+
14
+ ### 🧱 Updated Dependencies
15
+
16
+ - Updated @trust0/ridb-build to 0.0.21
17
+ - Updated @trust0/ridb-core to 1.7.32
18
+ - Updated @trust0/ridb to 1.5.37
19
+
20
+ ### ❤️ Thank You
21
+
22
+ - Javier Ribó
23
+
1
24
  ## 0.0.3 (2025-07-22)
2
25
 
3
26
  ### 🩹 Fixes
package/build/index.d.ts CHANGED
@@ -22,6 +22,7 @@ import { BaseStorageOptions, SchemaTypeRecord, BaseStorage } from '@trust0/ridb-
22
22
  *
23
23
  * # SDK Rerefence
24
24
  */
25
+ /** biome-ignore-all lint/suspicious/noExplicitAny: Not needed here */
25
26
 
26
27
  interface MongoDBConfig {
27
28
  /** MongoDB connection URL */