@treely/strapi-slices 7.6.1 → 7.6.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.
@@ -372,7 +372,7 @@ function _taggedTemplateLiteralLoose(e, t) {
372
372
 
373
373
  var STRAPI_URI = process.env.NEXT_PUBLIC_STRAPI_URI || 'http://127.0.0.1:1337';
374
374
  var STRAPI_DEFAULT_PAGE_SIZE = '100';
375
- var STRAPI_DEFAULT_POPULATE_DEPTH = '5';
375
+ var STRAPI_DEFAULT_POPULATE_DEPTH = '6';
376
376
  var STRAPI_FALLBACK_LOCALE = 'en';
377
377
 
378
378
  var strapiClient = /*#__PURE__*/setupCache(/*#__PURE__*/axios.create({