contentful-migration 4.28.0 → 4.28.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/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- # [4.28.0](https://github.com/contentful/contentful-migration/compare/v4.27.0...v4.28.0) (2025-02-21)
1
+ ## [4.28.2](https://github.com/contentful/contentful-migration/compare/v4.28.1...v4.28.2) (2025-03-20)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * add support for locale based publishing [TOL-2810] ([#1465](https://github.com/contentful/contentful-migration/issues/1465)) ([652913f](https://github.com/contentful/contentful-migration/commit/652913f37650840396581bb059edce798eb50616))
6
+ * bump axios and contentful-management to fix vuln [ZEND-6126] ([a02c08a](https://github.com/contentful/contentful-migration/commit/a02c08a7ce79df78a75dd46a624d098053a02b5b))
7
7
 
8
8
  # Change Log
9
9
 
package/index.d.ts CHANGED
@@ -306,7 +306,7 @@ export interface ContentType {
306
306
  fieldId: string,
307
307
  widgetNamespace: 'builtin',
308
308
  widgetId: BuiltinEditor,
309
- settings: IEditorInterfaceOptions
309
+ settings?: IEditorInterfaceOptions
310
310
  ): void
311
311
  changeFieldControl(
312
312
  fieldId: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentful-migration",
3
- "version": "4.28.0",
3
+ "version": "4.28.2",
4
4
  "description": "Migration tooling for contentful",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -51,12 +51,12 @@
51
51
  ],
52
52
  "dependencies": {
53
53
  "@hapi/hoek": "^11.0.4",
54
- "axios": "^1.7.9",
54
+ "axios": "^1.8.4",
55
55
  "bluebird": "^3.7.2",
56
56
  "callsites": "^3.1.0",
57
57
  "cardinal": "^2.1.1",
58
58
  "chalk": "^4.0.0",
59
- "contentful-management": "^11.47.1",
59
+ "contentful-management": "^11.48.1",
60
60
  "didyoumean2": "^5.0.0",
61
61
  "https-proxy-agent": "^5.0.0",
62
62
  "inquirer": "^8.1.2",