@treely/strapi-slices 7.6.0 → 7.6.1

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.
@@ -1,4 +1,4 @@
1
1
  export declare const STRAPI_URI: string;
2
2
  export declare const STRAPI_DEFAULT_PAGE_SIZE = "100";
3
- export declare const STRAPI_DEFAULT_POPULATE_DEPTH = "4";
3
+ export declare const STRAPI_DEFAULT_POPULATE_DEPTH = "5";
4
4
  export declare const STRAPI_FALLBACK_LOCALE = "en";
@@ -390,7 +390,7 @@ function _taggedTemplateLiteralLoose(e, t) {
390
390
 
391
391
  var STRAPI_URI = process.env.NEXT_PUBLIC_STRAPI_URI || 'http://127.0.0.1:1337';
392
392
  var STRAPI_DEFAULT_PAGE_SIZE = '100';
393
- var STRAPI_DEFAULT_POPULATE_DEPTH = '4';
393
+ var STRAPI_DEFAULT_POPULATE_DEPTH = '5';
394
394
  var STRAPI_FALLBACK_LOCALE = 'en';
395
395
 
396
396
  var strapiClient = /*#__PURE__*/axiosCacheInterceptor.setupCache(/*#__PURE__*/axios__default.default.create({