contentful-migration 4.26.2 → 4.26.3
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 +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
## [4.26.
|
|
1
|
+
## [4.26.3](https://github.com/contentful/contentful-migration/compare/v4.26.2...v4.26.3) (2025-01-02)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* explicitly upgrade
|
|
6
|
+
* explicitly upgrade contentful-management to ^11.40.3 [ZEND-5779] ([#1452](https://github.com/contentful/contentful-migration/issues/1452)) ([9730637](https://github.com/contentful/contentful-migration/commit/9730637b7aed67c74857d32f2d93c29c5bacfee0))
|
|
7
7
|
|
|
8
8
|
# Change Log
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contentful-migration",
|
|
3
|
-
"version": "4.26.
|
|
3
|
+
"version": "4.26.3",
|
|
4
4
|
"description": "Migration tooling for contentful",
|
|
5
5
|
"author": "Contentful GmbH",
|
|
6
6
|
"license": "MIT",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"callsites": "^3.1.0",
|
|
57
57
|
"cardinal": "^2.1.1",
|
|
58
58
|
"chalk": "^4.0.0",
|
|
59
|
-
"contentful-management": "^11.
|
|
59
|
+
"contentful-management": "^11.40.3",
|
|
60
60
|
"didyoumean2": "^5.0.0",
|
|
61
61
|
"https-proxy-agent": "^5.0.0",
|
|
62
62
|
"inquirer": "^8.1.2",
|