contentful-migration 4.31.0 → 4.31.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.
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- # [4.31.0](https://github.com/contentful/contentful-migration/compare/v4.30.0...v4.31.0) (2025-08-18)
1
+ ## [4.31.1](https://github.com/contentful/contentful-migration/compare/v4.31.0...v4.31.1) (2025-08-27)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * allow specifying certain entryIds for transformation to transformEntriesToType ([#1538](https://github.com/contentful/contentful-migration/issues/1538)) ([cbde71f](https://github.com/contentful/contentful-migration/commit/cbde71fea0735c0c5d418c160c31148d8fffb566))
6
+ * add resource editor types to builtin editor type definition ([0d5e085](https://github.com/contentful/contentful-migration/commit/0d5e085bfe8cad7d6e940cbe42c9824fa036c8e6))
7
7
 
8
8
  # Change Log
9
9
 
package/index.d.ts CHANGED
@@ -57,6 +57,8 @@ type BuiltinEditor =
57
57
  | 'dropdown'
58
58
  | 'radio'
59
59
  | 'richTextEditor'
60
+ | 'resourceLinkEditor'
61
+ | 'resourceLinksEditor'
60
62
 
61
63
  type FieldType =
62
64
  | 'Symbol'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentful-migration",
3
- "version": "4.31.0",
3
+ "version": "4.31.1",
4
4
  "description": "Migration tooling for contentful",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",