@trust0/ridb-mongodb 0.0.7 → 0.0.10
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 +30 -0
- package/build/index.js +934 -941
- package/build/index.mjs +934 -941
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
## 0.0.10 (2026-03-21)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated @trust0/ridb-core to 1.7.38
|
|
6
|
+
- Updated @trust0/ridb to 1.5.43
|
|
7
|
+
|
|
8
|
+
## 0.0.9 (2026-03-21)
|
|
9
|
+
|
|
10
|
+
### 🩹 Fixes
|
|
11
|
+
|
|
12
|
+
- loading database from wasmInternal not directy import ([b3eb7fd](https://github.com/trust0-project/RIDB/commit/b3eb7fd))
|
|
13
|
+
|
|
14
|
+
### 🧱 Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated @trust0/ridb-build to 0.0.22
|
|
17
|
+
- Updated @trust0/ridb-core to 1.7.37
|
|
18
|
+
- Updated @trust0/ridb to 1.5.42
|
|
19
|
+
|
|
20
|
+
### ❤️ Thank You
|
|
21
|
+
|
|
22
|
+
- Javier Ribó
|
|
23
|
+
|
|
24
|
+
## 0.0.8 (2025-09-06)
|
|
25
|
+
|
|
26
|
+
### 🧱 Updated Dependencies
|
|
27
|
+
|
|
28
|
+
- Updated @trust0/ridb-core to 1.7.36
|
|
29
|
+
- Updated @trust0/ridb to 1.5.41
|
|
30
|
+
|
|
1
31
|
## 0.0.7 (2025-09-06)
|
|
2
32
|
|
|
3
33
|
### 🧱 Updated Dependencies
|