@commercetools-frontend/deployment-cli 0.0.0 → 0.0.1
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/README.md +0 -3
- package/cli/dist/commercetools-frontend-deployment-cli-cli.cjs.dev.js +0 -3
- package/cli/dist/commercetools-frontend-deployment-cli-cli.cjs.prod.js +0 -3
- package/cli/dist/commercetools-frontend-deployment-cli-cli.esm.js +0 -3
- package/dist/declarations/src/helpers.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,9 +90,6 @@ function throwIfConfigurationLacksRequiredValues(parsedConfiguration) {
|
|
|
90
90
|
if (!parsedConfiguration.CircleCI.projectName) {
|
|
91
91
|
throw new Error("Missing 'projectName' in 'CircleCI' on configuration. Make sure it exists!");
|
|
92
92
|
}
|
|
93
|
-
if (!parsedConfiguration.MerchantCenter.mcUrl) {
|
|
94
|
-
throw new Error("Missing 'mcUrl' in 'MerchantCenter' on configuration. Make sure it exists!");
|
|
95
|
-
}
|
|
96
93
|
}
|
|
97
94
|
function throwIfRequiredEnvironmentVariableIsUnset(requiredEnvironmentVariables) {
|
|
98
95
|
_forEachInstanceProperty__default["default"](requiredEnvironmentVariables).call(requiredEnvironmentVariables, function (nameOfRequiredEnvironmentVariable) {
|
|
@@ -90,9 +90,6 @@ function throwIfConfigurationLacksRequiredValues(parsedConfiguration) {
|
|
|
90
90
|
if (!parsedConfiguration.CircleCI.projectName) {
|
|
91
91
|
throw new Error("Missing 'projectName' in 'CircleCI' on configuration. Make sure it exists!");
|
|
92
92
|
}
|
|
93
|
-
if (!parsedConfiguration.MerchantCenter.mcUrl) {
|
|
94
|
-
throw new Error("Missing 'mcUrl' in 'MerchantCenter' on configuration. Make sure it exists!");
|
|
95
|
-
}
|
|
96
93
|
}
|
|
97
94
|
function throwIfRequiredEnvironmentVariableIsUnset(requiredEnvironmentVariables) {
|
|
98
95
|
_forEachInstanceProperty__default["default"](requiredEnvironmentVariables).call(requiredEnvironmentVariables, function (nameOfRequiredEnvironmentVariable) {
|
|
@@ -66,9 +66,6 @@ function throwIfConfigurationLacksRequiredValues(parsedConfiguration) {
|
|
|
66
66
|
if (!parsedConfiguration.CircleCI.projectName) {
|
|
67
67
|
throw new Error("Missing 'projectName' in 'CircleCI' on configuration. Make sure it exists!");
|
|
68
68
|
}
|
|
69
|
-
if (!parsedConfiguration.MerchantCenter.mcUrl) {
|
|
70
|
-
throw new Error("Missing 'mcUrl' in 'MerchantCenter' on configuration. Make sure it exists!");
|
|
71
|
-
}
|
|
72
69
|
}
|
|
73
70
|
function throwIfRequiredEnvironmentVariableIsUnset(requiredEnvironmentVariables) {
|
|
74
71
|
_forEachInstanceProperty(requiredEnvironmentVariables).call(requiredEnvironmentVariables, function (nameOfRequiredEnvironmentVariable) {
|
package/package.json
CHANGED