@strapi/utils 4.0.0-beta.19 → 4.0.0-beta.22

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * Converts the standard Strapi REST query params to a more usable format for querying
5
- * You can read more here: https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/content-api.html#filters
5
+ * You can read more here: https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/rest-api.html#filters
6
6
  */
7
7
  const { has } = require('lodash/fp');
8
8
  const _ = require('lodash');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/utils",
3
- "version": "4.0.0-beta.19",
3
+ "version": "4.0.0-beta.22",
4
4
  "description": "Shared utilities for the Strapi packages",
5
5
  "keywords": [
6
6
  "strapi",
@@ -42,5 +42,5 @@
42
42
  "node": ">=12.x.x <=16.x.x",
43
43
  "npm": ">=6.0.0"
44
44
  },
45
- "gitHead": "6e0f2052136c7d337d72b944cd0564d4559896d0"
45
+ "gitHead": "de7e2ebb52aef0bc71631a0a1e0ebea166b85b29"
46
46
  }