dobo 2.2.1 → 2.2.2

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/package.json +2 -2
  2. package/wiki/CHANGES.md +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dobo",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "DBMS for Bajo Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@tryghost/nql": "^0.12.7",
36
36
  "joi": "^18.0.2",
37
- "mingo": "^7.1.0",
37
+ "mingo": "^6.5.1",
38
38
  "ulid": "^3.0.2",
39
39
  "uuid": "^13.0.0"
40
40
  },
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-01-18
4
+
5
+ - [2.2.2] Revert back to ```mingo@6.5.1``` because of bugs in ```skip``` operation
6
+
3
7
  ## 2026-01-16
4
8
 
5
9
  - [2.2.1] Bug fix on model references