contentful-migration
Advanced tools
Comparing version 4.9.2 to 4.9.3
@@ -27,3 +27,3 @@ "use strict"; | ||
const _ = __importStar(require("lodash")); | ||
const hoek_1 = require("hoek"); | ||
const hoek_1 = require("@hapi/hoek"); | ||
const kind_of_1 = __importDefault(require("kind-of")); | ||
@@ -62,4 +62,4 @@ const errors_1 = __importDefault(require("../errors")); | ||
const tabsIds = groupControls | ||
.filter(control => control.widgetNamespace === 'builtin' && control.widgetId === 'topLevelTab') | ||
.map(control => control.groupId); | ||
.filter((control) => control.widgetNamespace === 'builtin' && control.widgetId === 'topLevelTab') | ||
.map((control) => control.groupId); | ||
const validateResult = (0, editor_layout_schema_1.createEditorLayoutSchema)(tabsIds).validate(editorInterface.getEditorLayout(), { | ||
@@ -66,0 +66,0 @@ abortEarly: false |
@@ -1,2 +0,2 @@ | ||
## [4.9.2](https://github.com/contentful/contentful-migration/compare/v4.9.1...v4.9.2) (2022-06-22) | ||
## [4.9.3](https://github.com/contentful/contentful-migration/compare/v4.9.2...v4.9.3) (2022-07-27) | ||
@@ -3,0 +3,0 @@ # Change Log |
{ | ||
"name": "contentful-migration", | ||
"version": "4.9.2", | ||
"version": "4.9.3", | ||
"description": "Migration tooling for contentful", | ||
@@ -53,2 +53,3 @@ "author": "Contentful GmbH", | ||
"dependencies": { | ||
"@hapi/hoek": "^9.2.0", | ||
"axios": "^0.21.0", | ||
@@ -61,3 +62,2 @@ "bluebird": "^3.7.2", | ||
"didyoumean2": "^5.0.0", | ||
"hoek": "^6.1.3", | ||
"https-proxy-agent": "^5.0.0", | ||
@@ -64,0 +64,0 @@ "inquirer": "^8.1.2", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
857024
+ Added@hapi/hoek@^9.2.0
- Removedhoek@^6.1.3
- Removedhoek@6.1.3(transitive)