@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
|
@@ -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 = '
|
|
393
|
+
var STRAPI_DEFAULT_POPULATE_DEPTH = '6';
|
|
394
394
|
var STRAPI_FALLBACK_LOCALE = 'en';
|
|
395
395
|
|
|
396
396
|
var strapiClient = /*#__PURE__*/axiosCacheInterceptor.setupCache(/*#__PURE__*/axios__default.default.create({
|