@commercetools-frontend/application-cli 1.7.3 → 1.7.4
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.
|
@@ -89,7 +89,7 @@ function createApplicationAssetsUploadScript(_ref) {
|
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
function ownKeys$3(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
92
|
-
function _objectSpread$3(e) { for (var r = 1; r < arguments.length; r++) { var
|
|
92
|
+
function _objectSpread$3(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$3(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$3(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
93
93
|
function loadDotenvFiles(_ref) {
|
|
94
94
|
let dotenvPath = _ref.dotenvPath,
|
|
95
95
|
cloudEnvironment = _ref.cloudEnvironment;
|
|
@@ -121,7 +121,8 @@ function loadDotenvFiles(_ref) {
|
|
|
121
121
|
throw new Error(_concatInstanceProperty__default["default"](_context = "Failed loading '".concat(cloudDotenvFile, "' in '")).call(_context, dotenvPath, "'. Make sure it exists."));
|
|
122
122
|
}
|
|
123
123
|
if (sharedProductionEnvironment.error) {
|
|
124
|
-
|
|
124
|
+
var _context2;
|
|
125
|
+
throw new Error(_concatInstanceProperty__default["default"](_context2 = "Failed loading '".concat(sharedDotenvFile, "' in '")).call(_context2, dotenvPath, "'. Make sure it exists."));
|
|
125
126
|
}
|
|
126
127
|
return _objectSpread$3(_objectSpread$3({}, sharedProductionEnvironment.parsed), cloudSpecificProductionEnvironment.parsed);
|
|
127
128
|
}
|
|
@@ -620,7 +621,7 @@ async function command(cliFlags) {
|
|
|
620
621
|
|
|
621
622
|
var pkgJson = {
|
|
622
623
|
name: "@commercetools-frontend/application-cli",
|
|
623
|
-
version: "1.7.
|
|
624
|
+
version: "1.7.4",
|
|
624
625
|
description: "Internal CLI to manage Merchant Center application deployments across various environments.",
|
|
625
626
|
keywords: [
|
|
626
627
|
"commercetools",
|
|
@@ -645,9 +646,9 @@ var pkgJson = {
|
|
|
645
646
|
"@babel/core": "^7.22.11",
|
|
646
647
|
"@babel/runtime": "^7.21.0",
|
|
647
648
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
648
|
-
"@commercetools-frontend/application-config": "22.
|
|
649
|
-
"@commercetools-frontend/constants": "22.
|
|
650
|
-
"@commercetools-frontend/l10n": "22.
|
|
649
|
+
"@commercetools-frontend/application-config": "22.9.1",
|
|
650
|
+
"@commercetools-frontend/constants": "22.9.1",
|
|
651
|
+
"@commercetools-frontend/l10n": "22.9.1",
|
|
651
652
|
"@manypkg/find-root": "2.2.1",
|
|
652
653
|
cac: "^6.7.14",
|
|
653
654
|
cosmiconfig: "8.3.6",
|
|
@@ -89,7 +89,7 @@ function createApplicationAssetsUploadScript(_ref) {
|
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
function ownKeys$3(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
92
|
-
function _objectSpread$3(e) { for (var r = 1; r < arguments.length; r++) { var
|
|
92
|
+
function _objectSpread$3(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$3(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$3(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
93
93
|
function loadDotenvFiles(_ref) {
|
|
94
94
|
let dotenvPath = _ref.dotenvPath,
|
|
95
95
|
cloudEnvironment = _ref.cloudEnvironment;
|
|
@@ -121,7 +121,8 @@ function loadDotenvFiles(_ref) {
|
|
|
121
121
|
throw new Error(_concatInstanceProperty__default["default"](_context = "Failed loading '".concat(cloudDotenvFile, "' in '")).call(_context, dotenvPath, "'. Make sure it exists."));
|
|
122
122
|
}
|
|
123
123
|
if (sharedProductionEnvironment.error) {
|
|
124
|
-
|
|
124
|
+
var _context2;
|
|
125
|
+
throw new Error(_concatInstanceProperty__default["default"](_context2 = "Failed loading '".concat(sharedDotenvFile, "' in '")).call(_context2, dotenvPath, "'. Make sure it exists."));
|
|
125
126
|
}
|
|
126
127
|
return _objectSpread$3(_objectSpread$3({}, sharedProductionEnvironment.parsed), cloudSpecificProductionEnvironment.parsed);
|
|
127
128
|
}
|
|
@@ -620,7 +621,7 @@ async function command(cliFlags) {
|
|
|
620
621
|
|
|
621
622
|
var pkgJson = {
|
|
622
623
|
name: "@commercetools-frontend/application-cli",
|
|
623
|
-
version: "1.7.
|
|
624
|
+
version: "1.7.4",
|
|
624
625
|
description: "Internal CLI to manage Merchant Center application deployments across various environments.",
|
|
625
626
|
keywords: [
|
|
626
627
|
"commercetools",
|
|
@@ -645,9 +646,9 @@ var pkgJson = {
|
|
|
645
646
|
"@babel/core": "^7.22.11",
|
|
646
647
|
"@babel/runtime": "^7.21.0",
|
|
647
648
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
648
|
-
"@commercetools-frontend/application-config": "22.
|
|
649
|
-
"@commercetools-frontend/constants": "22.
|
|
650
|
-
"@commercetools-frontend/l10n": "22.
|
|
649
|
+
"@commercetools-frontend/application-config": "22.9.1",
|
|
650
|
+
"@commercetools-frontend/constants": "22.9.1",
|
|
651
|
+
"@commercetools-frontend/l10n": "22.9.1",
|
|
651
652
|
"@manypkg/find-root": "2.2.1",
|
|
652
653
|
cac: "^6.7.14",
|
|
653
654
|
cosmiconfig: "8.3.6",
|
|
@@ -63,7 +63,7 @@ function createApplicationAssetsUploadScript(_ref) {
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
function ownKeys$3(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
66
|
-
function _objectSpread$3(e) { for (var r = 1; r < arguments.length; r++) { var
|
|
66
|
+
function _objectSpread$3(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context3 = ownKeys$3(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context4 = ownKeys$3(Object(t))).call(_context4, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
67
67
|
function loadDotenvFiles(_ref) {
|
|
68
68
|
let dotenvPath = _ref.dotenvPath,
|
|
69
69
|
cloudEnvironment = _ref.cloudEnvironment;
|
|
@@ -95,7 +95,8 @@ function loadDotenvFiles(_ref) {
|
|
|
95
95
|
throw new Error(_concatInstanceProperty(_context = "Failed loading '".concat(cloudDotenvFile, "' in '")).call(_context, dotenvPath, "'. Make sure it exists."));
|
|
96
96
|
}
|
|
97
97
|
if (sharedProductionEnvironment.error) {
|
|
98
|
-
|
|
98
|
+
var _context2;
|
|
99
|
+
throw new Error(_concatInstanceProperty(_context2 = "Failed loading '".concat(sharedDotenvFile, "' in '")).call(_context2, dotenvPath, "'. Make sure it exists."));
|
|
99
100
|
}
|
|
100
101
|
return _objectSpread$3(_objectSpread$3({}, sharedProductionEnvironment.parsed), cloudSpecificProductionEnvironment.parsed);
|
|
101
102
|
}
|
|
@@ -594,7 +595,7 @@ async function command(cliFlags) {
|
|
|
594
595
|
|
|
595
596
|
var pkgJson = {
|
|
596
597
|
name: "@commercetools-frontend/application-cli",
|
|
597
|
-
version: "1.7.
|
|
598
|
+
version: "1.7.4",
|
|
598
599
|
description: "Internal CLI to manage Merchant Center application deployments across various environments.",
|
|
599
600
|
keywords: [
|
|
600
601
|
"commercetools",
|
|
@@ -619,9 +620,9 @@ var pkgJson = {
|
|
|
619
620
|
"@babel/core": "^7.22.11",
|
|
620
621
|
"@babel/runtime": "^7.21.0",
|
|
621
622
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
622
|
-
"@commercetools-frontend/application-config": "22.
|
|
623
|
-
"@commercetools-frontend/constants": "22.
|
|
624
|
-
"@commercetools-frontend/l10n": "22.
|
|
623
|
+
"@commercetools-frontend/application-config": "22.9.1",
|
|
624
|
+
"@commercetools-frontend/constants": "22.9.1",
|
|
625
|
+
"@commercetools-frontend/l10n": "22.9.1",
|
|
625
626
|
"@manypkg/find-root": "2.2.1",
|
|
626
627
|
cac: "^6.7.14",
|
|
627
628
|
cosmiconfig: "8.3.6",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-cli",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.4",
|
|
4
4
|
"description": "Internal CLI to manage Merchant Center application deployments across various environments.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"commercetools",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"@babel/core": "^7.22.11",
|
|
23
23
|
"@babel/runtime": "^7.21.0",
|
|
24
24
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
25
|
-
"@commercetools-frontend/application-config": "22.
|
|
26
|
-
"@commercetools-frontend/constants": "22.
|
|
27
|
-
"@commercetools-frontend/l10n": "22.
|
|
25
|
+
"@commercetools-frontend/application-config": "22.9.1",
|
|
26
|
+
"@commercetools-frontend/constants": "22.9.1",
|
|
27
|
+
"@commercetools-frontend/l10n": "22.9.1",
|
|
28
28
|
"@manypkg/find-root": "2.2.1",
|
|
29
29
|
"cac": "^6.7.14",
|
|
30
30
|
"cosmiconfig": "8.3.6",
|