@fourlights/strapi-plugin-deep-populate 1.11.0-rc.1 → 1.11.0

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.
@@ -18518,7 +18518,7 @@ const register = async ({ strapi: strapi2 }) => {
18518
18518
  return result;
18519
18519
  });
18520
18520
  };
18521
- const version = "1.11.0-rc.1";
18521
+ const version = "1.11.0";
18522
18522
  const sanitizeObject = (obj) => {
18523
18523
  if (obj === null || typeof obj !== "object") return obj;
18524
18524
  const dangerousProps = ["__proto__", "constructor", "prototype"];
@@ -18490,7 +18490,7 @@ const register = async ({ strapi: strapi2 }) => {
18490
18490
  return result;
18491
18491
  });
18492
18492
  };
18493
- const version = "1.11.0-rc.1";
18493
+ const version = "1.11.0";
18494
18494
  const sanitizeObject = (obj) => {
18495
18495
  if (obj === null || typeof obj !== "object") return obj;
18496
18496
  const dangerousProps = ["__proto__", "constructor", "prototype"];
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.11.0-rc.1",
2
+ "version": "1.11.0",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "strapi-plugin",