@dfds-contentful/migration
Advanced tools
Comparing version 3.0.18-alpha-81.230a076.0 to 3.0.18
@@ -68,5 +68,5 @@ "use strict"; | ||
let { fieldId, widgetNamespace, widgetId } = fieldContentWithId; | ||
return `\n ${typeId}.changeFieldControl('${fieldId}', '${widgetNamespace}, '${widgetId}');`; | ||
return `\n ${typeId}.changeFieldControl('${fieldId}', '${widgetNamespace}', '${widgetId}');`; | ||
} | ||
} | ||
exports.ContentfulCommandGenerator = ContentfulCommandGenerator; |
@@ -6,2 +6,10 @@ # Change Log | ||
## 3.0.18 (2021-01-29) | ||
**Note:** Version bump only for package @dfds-contentful/migration | ||
## 3.0.17 (2021-01-28) | ||
@@ -8,0 +16,0 @@ |
@@ -119,4 +119,4 @@ import { Control } from 'contentful-management/types'; | ||
let { fieldId, widgetNamespace, widgetId } = fieldContentWithId; | ||
return `\n ${typeId}.changeFieldControl('${fieldId}', '${widgetNamespace}, '${widgetId}');`; | ||
return `\n ${typeId}.changeFieldControl('${fieldId}', '${widgetNamespace}', '${widgetId}');`; | ||
} | ||
} |
{ | ||
"name": "@dfds-contentful/migration", | ||
"version": "3.0.18-alpha-81.230a076.0+230a076", | ||
"version": "3.0.18", | ||
"private": false, | ||
@@ -61,3 +61,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "230a076b4eb9b0f2914221cc256ed316504b95f0" | ||
"gitHead": "b6de5bc2b0edd821d7e9b26eb6cfb62a1a73ee37" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
211745
1
0