@strapi/database 4.12.0-beta.1 → 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.1",
3
+ "version": "4.12.0-beta.4",
4
4
  "description": "Strapi's database layer",
5
5
  "homepage": "https://strapi.io",
6
6
  "bugs": {
@@ -33,18 +33,18 @@
33
33
  "lint": "run -T eslint ."
34
34
  },
35
35
  "dependencies": {
36
- "@strapi/utils": "4.12.0-beta.1",
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",
40
40
  "knex": "2.5.0",
41
41
  "lodash": "4.17.21",
42
- "semver": "7.5.1",
42
+ "semver": "7.5.2",
43
43
  "umzug": "3.2.1"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=14.19.1 <=18.x.x",
47
47
  "npm": ">=6.0.0"
48
48
  },
49
- "gitHead": "27ed22ba71f95d728726d39712c3f576536b7f21"
49
+ "gitHead": "edcf86b496a7bee5189cdbfeb16f5a5c0abccc81"
50
50
  }