contentful-migration 4.28.3 → 4.28.4
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/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
## [4.28.
|
|
1
|
+
## [4.28.4](https://github.com/contentful/contentful-migration/compare/v4.28.3...v4.28.4) (2025-03-31)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* increase content type max fields to 100[ZEND-6191] ([8044abb](https://github.com/contentful/contentful-migration/commit/8044abb8884c37233c7aed84313433e6cce69008))
|
|
7
7
|
|
|
8
8
|
# Change Log
|
|
9
9
|
|
|
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.contentTypeSchema = exports.MAX_FIELDS = void 0;
|
|
27
27
|
const Joi = __importStar(require("joi"));
|
|
28
|
-
const MAX_FIELDS =
|
|
28
|
+
const MAX_FIELDS = 100;
|
|
29
29
|
exports.MAX_FIELDS = MAX_FIELDS;
|
|
30
30
|
const contentTypeSchema = Joi.object().keys({
|
|
31
31
|
name: Joi.string().required(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content-type-schema.js","sourceRoot":"","sources":["../../../../../src/lib/offline-api/validator/schema/content-type-schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA0B;AAE1B,MAAM,UAAU,GAAG,
|
|
1
|
+
{"version":3,"file":"content-type-schema.js","sourceRoot":"","sources":["../../../../../src/lib/offline-api/validator/schema/content-type-schema.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA0B;AAE1B,MAAM,UAAU,GAAG,GAAG,CAAA;AASb,gCAAU;AARnB,MAAM,iBAAiB,GAAG,GAAG,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC;IAC1C,IAAI,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC;IACnC,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE;IAC1B,MAAM,EAAE,GAAG,CAAC,KAAK,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAA;AAGmB,8CAAiB;AADtC,kBAAe,iBAAiB,CAAA"}
|