@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.
- package/dist/constants/strapi.d.ts +1 -1
- package/dist/strapi-slices.cjs.development.js +1 -1
- package/dist/strapi-slices.cjs.development.js.map +1 -1
- package/dist/strapi-slices.cjs.production.min.js +1 -1
- package/dist/strapi-slices.cjs.production.min.js.map +1 -1
- package/dist/strapi-slices.esm.js +1 -1
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/constants/strapi.ts +1 -1
|
@@ -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 = '
|
|
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({
|