@contentful/app-scripts
Advanced tools
Comparing version 1.24.0 to 1.25.0
@@ -73,6 +73,5 @@ "use strict"; | ||
const parameterTypes = ['Boolean', 'Symbol', 'Number', 'Enum']; | ||
// TODO uncomment when secret app installation parameters are finalized in the API | ||
// if (answers.instanceOrInstallation === 'Installation') { | ||
// parameterTypes.push('Secret'); | ||
// } | ||
if (answers.instanceOrInstallation === 'Installation') { | ||
parameterTypes.push('Secret'); | ||
} | ||
return parameterTypes; | ||
@@ -105,6 +104,5 @@ }, | ||
message: 'Default value (leave blank if none):', | ||
// TODO uncomment when secret app installation parameters are finalized in the API | ||
// when(answers) { | ||
// return answers.type !== 'Secret'; | ||
// }, | ||
when(answers) { | ||
return answers.type !== 'Secret'; | ||
}, | ||
validate(input, answers) { | ||
@@ -111,0 +109,0 @@ return validateDefault(input, answers.type, answers.options); |
{ | ||
"name": "@contentful/app-scripts", | ||
"version": "1.24.0", | ||
"version": "1.25.0", | ||
"description": "A collection of scripts for building Contentful Apps", | ||
@@ -55,3 +55,3 @@ "author": "Contentful GmbH", | ||
"commander": "12.1.0", | ||
"contentful-management": "11.27.1", | ||
"contentful-management": "11.27.4", | ||
"dotenv": "16.4.5", | ||
@@ -64,3 +64,3 @@ "ignore": "5.3.1", | ||
}, | ||
"gitHead": "7441f7531b4d9165d7936372acafbb82a180dccd", | ||
"gitHead": "12181d922876d806add6afa7e478829182ad1f6d", | ||
"devDependencies": { | ||
@@ -73,7 +73,7 @@ "@tsconfig/node18": "18.2.4", | ||
"@types/lodash": "4.17.5", | ||
"@types/mocha": "10.0.6", | ||
"@types/mocha": "10.0.7", | ||
"@types/proxyquire": "1.3.31", | ||
"@types/sinon": "17.0.3", | ||
"chai": "5.1.1", | ||
"mocha": "10.4.0", | ||
"mocha": "10.5.2", | ||
"proxyquire": "2.1.3", | ||
@@ -80,0 +80,0 @@ "sinon": "18.0.0", |
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
4
97504
1993
+ Addedcontentful-management@11.27.4(transitive)
+ Addedgopd@1.1.0(transitive)
- Removedcontentful-management@11.27.1(transitive)
- Removedgopd@1.0.1(transitive)