@strapi/database 4.12.0-beta.3 → 4.12.0-beta.4
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.
|
@@ -276,6 +276,7 @@ const applyOperator = (qb, column, operator, value) => {
|
|
|
276
276
|
break;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
+
// Experimental, only for internal use
|
|
279
280
|
// Only on MySQL, PostgreSQL and CockroachDB.
|
|
280
281
|
// https://knexjs.org/guide/query-builder.html#wherejsonsupersetof
|
|
281
282
|
case '$jsonSupersetOf': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/database",
|
|
3
|
-
"version": "4.12.0-beta.
|
|
3
|
+
"version": "4.12.0-beta.4",
|
|
4
4
|
"description": "Strapi's database layer",
|
|
5
5
|
"homepage": "https://strapi.io",
|
|
6
6
|
"bugs": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"lint": "run -T eslint ."
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@strapi/utils": "4.12.0-beta.
|
|
36
|
+
"@strapi/utils": "4.12.0-beta.4",
|
|
37
37
|
"date-fns": "2.30.0",
|
|
38
38
|
"debug": "4.3.4",
|
|
39
39
|
"fs-extra": "10.0.0",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"node": ">=14.19.1 <=18.x.x",
|
|
47
47
|
"npm": ">=6.0.0"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "edcf86b496a7bee5189cdbfeb16f5a5c0abccc81"
|
|
50
50
|
}
|