@commercetools-frontend/application-cli 6.1.1 → 6.1.2

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.
@@ -25,8 +25,8 @@ var execa = require('execa');
25
25
  var findRoot = require('@manypkg/find-root');
26
26
  var path = require('path');
27
27
  var _possibleConstructorReturn = require('@babel/runtime-corejs3/helpers/possibleConstructorReturn');
28
- var _get = require('@babel/runtime-corejs3/helpers/get');
29
28
  var _getPrototypeOf = require('@babel/runtime-corejs3/helpers/getPrototypeOf');
29
+ var _get = require('@babel/runtime-corejs3/helpers/get');
30
30
  var _inherits = require('@babel/runtime-corejs3/helpers/inherits');
31
31
  var _classCallCheck = require('@babel/runtime-corejs3/helpers/classCallCheck');
32
32
  var _createClass = require('@babel/runtime-corejs3/helpers/createClass');
@@ -101,6 +101,7 @@ function ownKeys$4(e, r) { var t = _Object$keys__default["default"](e); if (_Obj
101
101
  function _objectSpread$4(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$4(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$4(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
102
102
  function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? _Reflect$construct__default["default"](o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
103
103
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(_Reflect$construct__default["default"](Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function () { return !!t; })(); }
104
+ function _superPropGet(t, o, e, r) { var p = _get(_getPrototypeOf(1 & r ? t.prototype : t), o, e); return 2 & r && "function" == typeof p ? function (t) { return p.apply(e, t); } : p; }
104
105
  var _bucketRegion$1 = /*#__PURE__*/_classPrivateFieldLooseKey("bucketRegion");
105
106
  var _bucketEnvironment$1 = /*#__PURE__*/_classPrivateFieldLooseKey("bucketEnvironment");
106
107
  let StorageProvider = /*#__PURE__*/function () {
@@ -239,32 +240,32 @@ let GoogleStorageProvider = /*#__PURE__*/function (_StorageProvider2) {
239
240
  }, {
240
241
  key: "getPublicBaseUrl",
241
242
  value: function getPublicBaseUrl() {
242
- return _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getPublicBaseUrl", this).call(this, this.getTag());
243
+ return _superPropGet(GoogleStorageProvider, "getPublicBaseUrl", this, 3)([this.getTag()]);
243
244
  }
244
245
  }, {
245
246
  key: "getCdnUrl",
246
247
  value: function getCdnUrl(config) {
247
- return _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getCdnUrl", this).call(this, _objectSpread$4({
248
+ return _superPropGet(GoogleStorageProvider, "getCdnUrl", this, 3)([_objectSpread$4({
248
249
  publicBaseUrl: this.getPublicBaseUrl()
249
- }, config));
250
+ }, config)]);
250
251
  }
251
252
  }, {
252
253
  key: "getAssetsBucketUrl",
253
254
  value: function getAssetsBucketUrl(config) {
254
- return _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getAssetsBucketUrl", this).call(this, _objectSpread$4({
255
+ return _superPropGet(GoogleStorageProvider, "getAssetsBucketUrl", this, 3)([_objectSpread$4({
255
256
  tag: this.getTag(),
256
257
  bucketProtocol: this.getProtocol(),
257
- bucketNamespace: _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getBucketNamespace", this).call(this, config.prNumber)
258
- }, config));
258
+ bucketNamespace: _superPropGet(GoogleStorageProvider, "getBucketNamespace", this, 3)([config.prNumber])
259
+ }, config)]);
259
260
  }
260
261
  }, {
261
262
  key: "getApplicationIndexBucketUrl",
262
263
  value: function getApplicationIndexBucketUrl(config) {
263
- return _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getApplicationIndexBucketUrl", this).call(this, _objectSpread$4({
264
+ return _superPropGet(GoogleStorageProvider, "getApplicationIndexBucketUrl", this, 3)([_objectSpread$4({
264
265
  tag: this.getTag(),
265
266
  bucketProtocol: this.getProtocol(),
266
- bucketNamespace: _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getBucketNamespace", this).call(this, config.prNumber)
267
- }, config));
267
+ bucketNamespace: _superPropGet(GoogleStorageProvider, "getBucketNamespace", this, 3)([config.prNumber])
268
+ }, config)]);
268
269
  }
269
270
  }]);
270
271
  }(StorageProvider);
@@ -311,33 +312,33 @@ let AwsStorageProvider = /*#__PURE__*/function (_StorageProvider3) {
311
312
  }, {
312
313
  key: "getPublicBaseUrl",
313
314
  value: function getPublicBaseUrl() {
314
- return _get(_getPrototypeOf(AwsStorageProvider.prototype), "getPublicBaseUrl", this).call(this, this.getTag());
315
+ return _superPropGet(AwsStorageProvider, "getPublicBaseUrl", this, 3)([this.getTag()]);
315
316
  }
316
317
  }, {
317
318
  key: "getCdnUrl",
318
319
  value: function getCdnUrl(config) {
319
- return _get(_getPrototypeOf(AwsStorageProvider.prototype), "getCdnUrl", this).call(this, _objectSpread$4({
320
+ return _superPropGet(AwsStorageProvider, "getCdnUrl", this, 3)([_objectSpread$4({
320
321
  publicBaseUrl: this.getPublicBaseUrl(),
321
322
  excludeBucketRegion: true
322
- }, config));
323
+ }, config)]);
323
324
  }
324
325
  }, {
325
326
  key: "getAssetsBucketUrl",
326
327
  value: function getAssetsBucketUrl(config) {
327
- return _get(_getPrototypeOf(AwsStorageProvider.prototype), "getAssetsBucketUrl", this).call(this, _objectSpread$4({
328
+ return _superPropGet(AwsStorageProvider, "getAssetsBucketUrl", this, 3)([_objectSpread$4({
328
329
  tag: this.getTag(),
329
330
  bucketProtocol: this.getProtocol(),
330
- bucketNamespace: _get(_getPrototypeOf(AwsStorageProvider.prototype), "getBucketNamespace", this).call(this, config.prNumber)
331
- }, config));
331
+ bucketNamespace: _superPropGet(AwsStorageProvider, "getBucketNamespace", this, 3)([config.prNumber])
332
+ }, config)]);
332
333
  }
333
334
  }, {
334
335
  key: "getApplicationIndexBucketUrl",
335
336
  value: function getApplicationIndexBucketUrl(config) {
336
- return _get(_getPrototypeOf(AwsStorageProvider.prototype), "getApplicationIndexBucketUrl", this).call(this, _objectSpread$4({
337
+ return _superPropGet(AwsStorageProvider, "getApplicationIndexBucketUrl", this, 3)([_objectSpread$4({
337
338
  tag: this.getTag(),
338
339
  bucketProtocol: this.getProtocol(),
339
- bucketNamespace: _get(_getPrototypeOf(AwsStorageProvider.prototype), "getBucketNamespace", this).call(this, config.prNumber)
340
- }, config));
340
+ bucketNamespace: _superPropGet(AwsStorageProvider, "getBucketNamespace", this, 3)([config.prNumber])
341
+ }, config)]);
341
342
  }
342
343
  }]);
343
344
  }(StorageProvider);
@@ -1304,7 +1305,7 @@ async function command(cliFlags) {
1304
1305
 
1305
1306
  var pkgJson = {
1306
1307
  name: "@commercetools-frontend/application-cli",
1307
- version: "6.1.1",
1308
+ version: "6.1.2",
1308
1309
  description: "Internal CLI to manage Merchant Center application deployments across various environments.",
1309
1310
  keywords: [
1310
1311
  "commercetools",
@@ -1329,9 +1330,9 @@ var pkgJson = {
1329
1330
  dependencies: {
1330
1331
  "@babel/core": "^7.22.11",
1331
1332
  "@babel/runtime-corejs3": "^7.21.0",
1332
- "@commercetools-frontend/application-config": "22.39.1",
1333
- "@commercetools-frontend/constants": "22.39.1",
1334
- "@commercetools-frontend/l10n": "22.39.1",
1333
+ "@commercetools-frontend/application-config": "23.0.0",
1334
+ "@commercetools-frontend/constants": "23.0.0",
1335
+ "@commercetools-frontend/l10n": "23.0.0",
1335
1336
  "@manypkg/find-root": "2.2.3",
1336
1337
  cac: "^6.7.14",
1337
1338
  cosmiconfig: "9.0.0",
@@ -1348,7 +1349,7 @@ var pkgJson = {
1348
1349
  "@tsconfig/node20": "20.1.4",
1349
1350
  "@types/lodash": "^4.14.198",
1350
1351
  "@types/micromatch": "4.0.9",
1351
- "@types/node": "22.10.10",
1352
+ "@types/node": "22.13.4",
1352
1353
  typescript: "5.2.2"
1353
1354
  },
1354
1355
  engines: {
@@ -25,8 +25,8 @@ var execa = require('execa');
25
25
  var findRoot = require('@manypkg/find-root');
26
26
  var path = require('path');
27
27
  var _possibleConstructorReturn = require('@babel/runtime-corejs3/helpers/possibleConstructorReturn');
28
- var _get = require('@babel/runtime-corejs3/helpers/get');
29
28
  var _getPrototypeOf = require('@babel/runtime-corejs3/helpers/getPrototypeOf');
29
+ var _get = require('@babel/runtime-corejs3/helpers/get');
30
30
  var _inherits = require('@babel/runtime-corejs3/helpers/inherits');
31
31
  var _classCallCheck = require('@babel/runtime-corejs3/helpers/classCallCheck');
32
32
  var _createClass = require('@babel/runtime-corejs3/helpers/createClass');
@@ -101,6 +101,7 @@ function ownKeys$4(e, r) { var t = _Object$keys__default["default"](e); if (_Obj
101
101
  function _objectSpread$4(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$4(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$4(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
102
102
  function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? _Reflect$construct__default["default"](o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
103
103
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(_Reflect$construct__default["default"](Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function () { return !!t; })(); }
104
+ function _superPropGet(t, o, e, r) { var p = _get(_getPrototypeOf(1 & r ? t.prototype : t), o, e); return 2 & r && "function" == typeof p ? function (t) { return p.apply(e, t); } : p; }
104
105
  var _bucketRegion$1 = /*#__PURE__*/_classPrivateFieldLooseKey("bucketRegion");
105
106
  var _bucketEnvironment$1 = /*#__PURE__*/_classPrivateFieldLooseKey("bucketEnvironment");
106
107
  let StorageProvider = /*#__PURE__*/function () {
@@ -239,32 +240,32 @@ let GoogleStorageProvider = /*#__PURE__*/function (_StorageProvider2) {
239
240
  }, {
240
241
  key: "getPublicBaseUrl",
241
242
  value: function getPublicBaseUrl() {
242
- return _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getPublicBaseUrl", this).call(this, this.getTag());
243
+ return _superPropGet(GoogleStorageProvider, "getPublicBaseUrl", this, 3)([this.getTag()]);
243
244
  }
244
245
  }, {
245
246
  key: "getCdnUrl",
246
247
  value: function getCdnUrl(config) {
247
- return _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getCdnUrl", this).call(this, _objectSpread$4({
248
+ return _superPropGet(GoogleStorageProvider, "getCdnUrl", this, 3)([_objectSpread$4({
248
249
  publicBaseUrl: this.getPublicBaseUrl()
249
- }, config));
250
+ }, config)]);
250
251
  }
251
252
  }, {
252
253
  key: "getAssetsBucketUrl",
253
254
  value: function getAssetsBucketUrl(config) {
254
- return _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getAssetsBucketUrl", this).call(this, _objectSpread$4({
255
+ return _superPropGet(GoogleStorageProvider, "getAssetsBucketUrl", this, 3)([_objectSpread$4({
255
256
  tag: this.getTag(),
256
257
  bucketProtocol: this.getProtocol(),
257
- bucketNamespace: _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getBucketNamespace", this).call(this, config.prNumber)
258
- }, config));
258
+ bucketNamespace: _superPropGet(GoogleStorageProvider, "getBucketNamespace", this, 3)([config.prNumber])
259
+ }, config)]);
259
260
  }
260
261
  }, {
261
262
  key: "getApplicationIndexBucketUrl",
262
263
  value: function getApplicationIndexBucketUrl(config) {
263
- return _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getApplicationIndexBucketUrl", this).call(this, _objectSpread$4({
264
+ return _superPropGet(GoogleStorageProvider, "getApplicationIndexBucketUrl", this, 3)([_objectSpread$4({
264
265
  tag: this.getTag(),
265
266
  bucketProtocol: this.getProtocol(),
266
- bucketNamespace: _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getBucketNamespace", this).call(this, config.prNumber)
267
- }, config));
267
+ bucketNamespace: _superPropGet(GoogleStorageProvider, "getBucketNamespace", this, 3)([config.prNumber])
268
+ }, config)]);
268
269
  }
269
270
  }]);
270
271
  }(StorageProvider);
@@ -311,33 +312,33 @@ let AwsStorageProvider = /*#__PURE__*/function (_StorageProvider3) {
311
312
  }, {
312
313
  key: "getPublicBaseUrl",
313
314
  value: function getPublicBaseUrl() {
314
- return _get(_getPrototypeOf(AwsStorageProvider.prototype), "getPublicBaseUrl", this).call(this, this.getTag());
315
+ return _superPropGet(AwsStorageProvider, "getPublicBaseUrl", this, 3)([this.getTag()]);
315
316
  }
316
317
  }, {
317
318
  key: "getCdnUrl",
318
319
  value: function getCdnUrl(config) {
319
- return _get(_getPrototypeOf(AwsStorageProvider.prototype), "getCdnUrl", this).call(this, _objectSpread$4({
320
+ return _superPropGet(AwsStorageProvider, "getCdnUrl", this, 3)([_objectSpread$4({
320
321
  publicBaseUrl: this.getPublicBaseUrl(),
321
322
  excludeBucketRegion: true
322
- }, config));
323
+ }, config)]);
323
324
  }
324
325
  }, {
325
326
  key: "getAssetsBucketUrl",
326
327
  value: function getAssetsBucketUrl(config) {
327
- return _get(_getPrototypeOf(AwsStorageProvider.prototype), "getAssetsBucketUrl", this).call(this, _objectSpread$4({
328
+ return _superPropGet(AwsStorageProvider, "getAssetsBucketUrl", this, 3)([_objectSpread$4({
328
329
  tag: this.getTag(),
329
330
  bucketProtocol: this.getProtocol(),
330
- bucketNamespace: _get(_getPrototypeOf(AwsStorageProvider.prototype), "getBucketNamespace", this).call(this, config.prNumber)
331
- }, config));
331
+ bucketNamespace: _superPropGet(AwsStorageProvider, "getBucketNamespace", this, 3)([config.prNumber])
332
+ }, config)]);
332
333
  }
333
334
  }, {
334
335
  key: "getApplicationIndexBucketUrl",
335
336
  value: function getApplicationIndexBucketUrl(config) {
336
- return _get(_getPrototypeOf(AwsStorageProvider.prototype), "getApplicationIndexBucketUrl", this).call(this, _objectSpread$4({
337
+ return _superPropGet(AwsStorageProvider, "getApplicationIndexBucketUrl", this, 3)([_objectSpread$4({
337
338
  tag: this.getTag(),
338
339
  bucketProtocol: this.getProtocol(),
339
- bucketNamespace: _get(_getPrototypeOf(AwsStorageProvider.prototype), "getBucketNamespace", this).call(this, config.prNumber)
340
- }, config));
340
+ bucketNamespace: _superPropGet(AwsStorageProvider, "getBucketNamespace", this, 3)([config.prNumber])
341
+ }, config)]);
341
342
  }
342
343
  }]);
343
344
  }(StorageProvider);
@@ -1304,7 +1305,7 @@ async function command(cliFlags) {
1304
1305
 
1305
1306
  var pkgJson = {
1306
1307
  name: "@commercetools-frontend/application-cli",
1307
- version: "6.1.1",
1308
+ version: "6.1.2",
1308
1309
  description: "Internal CLI to manage Merchant Center application deployments across various environments.",
1309
1310
  keywords: [
1310
1311
  "commercetools",
@@ -1329,9 +1330,9 @@ var pkgJson = {
1329
1330
  dependencies: {
1330
1331
  "@babel/core": "^7.22.11",
1331
1332
  "@babel/runtime-corejs3": "^7.21.0",
1332
- "@commercetools-frontend/application-config": "22.39.1",
1333
- "@commercetools-frontend/constants": "22.39.1",
1334
- "@commercetools-frontend/l10n": "22.39.1",
1333
+ "@commercetools-frontend/application-config": "23.0.0",
1334
+ "@commercetools-frontend/constants": "23.0.0",
1335
+ "@commercetools-frontend/l10n": "23.0.0",
1335
1336
  "@manypkg/find-root": "2.2.3",
1336
1337
  cac: "^6.7.14",
1337
1338
  cosmiconfig: "9.0.0",
@@ -1348,7 +1349,7 @@ var pkgJson = {
1348
1349
  "@tsconfig/node20": "20.1.4",
1349
1350
  "@types/lodash": "^4.14.198",
1350
1351
  "@types/micromatch": "4.0.9",
1351
- "@types/node": "22.10.10",
1352
+ "@types/node": "22.13.4",
1352
1353
  typescript: "5.2.2"
1353
1354
  },
1354
1355
  engines: {
@@ -21,8 +21,8 @@ import execa, { command as command$5 } from 'execa';
21
21
  import { findRootSync } from '@manypkg/find-root';
22
22
  import path from 'path';
23
23
  import _possibleConstructorReturn from '@babel/runtime-corejs3/helpers/esm/possibleConstructorReturn';
24
- import _get from '@babel/runtime-corejs3/helpers/esm/get';
25
24
  import _getPrototypeOf from '@babel/runtime-corejs3/helpers/esm/getPrototypeOf';
25
+ import _get from '@babel/runtime-corejs3/helpers/esm/get';
26
26
  import _inherits from '@babel/runtime-corejs3/helpers/esm/inherits';
27
27
  import _classCallCheck from '@babel/runtime-corejs3/helpers/esm/classCallCheck';
28
28
  import _createClass from '@babel/runtime-corejs3/helpers/esm/createClass';
@@ -65,6 +65,7 @@ function ownKeys$4(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySy
65
65
  function _objectSpread$4(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context3 = ownKeys$4(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context4 = ownKeys$4(Object(t))).call(_context4, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
66
66
  function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? _Reflect$construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
67
67
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(_Reflect$construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function () { return !!t; })(); }
68
+ function _superPropGet(t, o, e, r) { var p = _get(_getPrototypeOf(1 & r ? t.prototype : t), o, e); return 2 & r && "function" == typeof p ? function (t) { return p.apply(e, t); } : p; }
68
69
  var _bucketRegion$1 = /*#__PURE__*/_classPrivateFieldLooseKey("bucketRegion");
69
70
  var _bucketEnvironment$1 = /*#__PURE__*/_classPrivateFieldLooseKey("bucketEnvironment");
70
71
  let StorageProvider = /*#__PURE__*/function () {
@@ -203,32 +204,32 @@ let GoogleStorageProvider = /*#__PURE__*/function (_StorageProvider2) {
203
204
  }, {
204
205
  key: "getPublicBaseUrl",
205
206
  value: function getPublicBaseUrl() {
206
- return _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getPublicBaseUrl", this).call(this, this.getTag());
207
+ return _superPropGet(GoogleStorageProvider, "getPublicBaseUrl", this, 3)([this.getTag()]);
207
208
  }
208
209
  }, {
209
210
  key: "getCdnUrl",
210
211
  value: function getCdnUrl(config) {
211
- return _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getCdnUrl", this).call(this, _objectSpread$4({
212
+ return _superPropGet(GoogleStorageProvider, "getCdnUrl", this, 3)([_objectSpread$4({
212
213
  publicBaseUrl: this.getPublicBaseUrl()
213
- }, config));
214
+ }, config)]);
214
215
  }
215
216
  }, {
216
217
  key: "getAssetsBucketUrl",
217
218
  value: function getAssetsBucketUrl(config) {
218
- return _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getAssetsBucketUrl", this).call(this, _objectSpread$4({
219
+ return _superPropGet(GoogleStorageProvider, "getAssetsBucketUrl", this, 3)([_objectSpread$4({
219
220
  tag: this.getTag(),
220
221
  bucketProtocol: this.getProtocol(),
221
- bucketNamespace: _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getBucketNamespace", this).call(this, config.prNumber)
222
- }, config));
222
+ bucketNamespace: _superPropGet(GoogleStorageProvider, "getBucketNamespace", this, 3)([config.prNumber])
223
+ }, config)]);
223
224
  }
224
225
  }, {
225
226
  key: "getApplicationIndexBucketUrl",
226
227
  value: function getApplicationIndexBucketUrl(config) {
227
- return _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getApplicationIndexBucketUrl", this).call(this, _objectSpread$4({
228
+ return _superPropGet(GoogleStorageProvider, "getApplicationIndexBucketUrl", this, 3)([_objectSpread$4({
228
229
  tag: this.getTag(),
229
230
  bucketProtocol: this.getProtocol(),
230
- bucketNamespace: _get(_getPrototypeOf(GoogleStorageProvider.prototype), "getBucketNamespace", this).call(this, config.prNumber)
231
- }, config));
231
+ bucketNamespace: _superPropGet(GoogleStorageProvider, "getBucketNamespace", this, 3)([config.prNumber])
232
+ }, config)]);
232
233
  }
233
234
  }]);
234
235
  }(StorageProvider);
@@ -275,33 +276,33 @@ let AwsStorageProvider = /*#__PURE__*/function (_StorageProvider3) {
275
276
  }, {
276
277
  key: "getPublicBaseUrl",
277
278
  value: function getPublicBaseUrl() {
278
- return _get(_getPrototypeOf(AwsStorageProvider.prototype), "getPublicBaseUrl", this).call(this, this.getTag());
279
+ return _superPropGet(AwsStorageProvider, "getPublicBaseUrl", this, 3)([this.getTag()]);
279
280
  }
280
281
  }, {
281
282
  key: "getCdnUrl",
282
283
  value: function getCdnUrl(config) {
283
- return _get(_getPrototypeOf(AwsStorageProvider.prototype), "getCdnUrl", this).call(this, _objectSpread$4({
284
+ return _superPropGet(AwsStorageProvider, "getCdnUrl", this, 3)([_objectSpread$4({
284
285
  publicBaseUrl: this.getPublicBaseUrl(),
285
286
  excludeBucketRegion: true
286
- }, config));
287
+ }, config)]);
287
288
  }
288
289
  }, {
289
290
  key: "getAssetsBucketUrl",
290
291
  value: function getAssetsBucketUrl(config) {
291
- return _get(_getPrototypeOf(AwsStorageProvider.prototype), "getAssetsBucketUrl", this).call(this, _objectSpread$4({
292
+ return _superPropGet(AwsStorageProvider, "getAssetsBucketUrl", this, 3)([_objectSpread$4({
292
293
  tag: this.getTag(),
293
294
  bucketProtocol: this.getProtocol(),
294
- bucketNamespace: _get(_getPrototypeOf(AwsStorageProvider.prototype), "getBucketNamespace", this).call(this, config.prNumber)
295
- }, config));
295
+ bucketNamespace: _superPropGet(AwsStorageProvider, "getBucketNamespace", this, 3)([config.prNumber])
296
+ }, config)]);
296
297
  }
297
298
  }, {
298
299
  key: "getApplicationIndexBucketUrl",
299
300
  value: function getApplicationIndexBucketUrl(config) {
300
- return _get(_getPrototypeOf(AwsStorageProvider.prototype), "getApplicationIndexBucketUrl", this).call(this, _objectSpread$4({
301
+ return _superPropGet(AwsStorageProvider, "getApplicationIndexBucketUrl", this, 3)([_objectSpread$4({
301
302
  tag: this.getTag(),
302
303
  bucketProtocol: this.getProtocol(),
303
- bucketNamespace: _get(_getPrototypeOf(AwsStorageProvider.prototype), "getBucketNamespace", this).call(this, config.prNumber)
304
- }, config));
304
+ bucketNamespace: _superPropGet(AwsStorageProvider, "getBucketNamespace", this, 3)([config.prNumber])
305
+ }, config)]);
305
306
  }
306
307
  }]);
307
308
  }(StorageProvider);
@@ -1268,7 +1269,7 @@ async function command(cliFlags) {
1268
1269
 
1269
1270
  var pkgJson = {
1270
1271
  name: "@commercetools-frontend/application-cli",
1271
- version: "6.1.1",
1272
+ version: "6.1.2",
1272
1273
  description: "Internal CLI to manage Merchant Center application deployments across various environments.",
1273
1274
  keywords: [
1274
1275
  "commercetools",
@@ -1293,9 +1294,9 @@ var pkgJson = {
1293
1294
  dependencies: {
1294
1295
  "@babel/core": "^7.22.11",
1295
1296
  "@babel/runtime-corejs3": "^7.21.0",
1296
- "@commercetools-frontend/application-config": "22.39.1",
1297
- "@commercetools-frontend/constants": "22.39.1",
1298
- "@commercetools-frontend/l10n": "22.39.1",
1297
+ "@commercetools-frontend/application-config": "23.0.0",
1298
+ "@commercetools-frontend/constants": "23.0.0",
1299
+ "@commercetools-frontend/l10n": "23.0.0",
1299
1300
  "@manypkg/find-root": "2.2.3",
1300
1301
  cac: "^6.7.14",
1301
1302
  cosmiconfig: "9.0.0",
@@ -1312,7 +1313,7 @@ var pkgJson = {
1312
1313
  "@tsconfig/node20": "20.1.4",
1313
1314
  "@types/lodash": "^4.14.198",
1314
1315
  "@types/micromatch": "4.0.9",
1315
- "@types/node": "22.10.10",
1316
+ "@types/node": "22.13.4",
1316
1317
  typescript: "5.2.2"
1317
1318
  },
1318
1319
  engines: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-cli",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
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
  "dependencies": {
23
23
  "@babel/core": "^7.22.11",
24
24
  "@babel/runtime-corejs3": "^7.21.0",
25
- "@commercetools-frontend/application-config": "22.39.1",
26
- "@commercetools-frontend/constants": "22.39.1",
27
- "@commercetools-frontend/l10n": "22.39.1",
25
+ "@commercetools-frontend/application-config": "23.0.0",
26
+ "@commercetools-frontend/constants": "23.0.0",
27
+ "@commercetools-frontend/l10n": "23.0.0",
28
28
  "@manypkg/find-root": "2.2.3",
29
29
  "cac": "^6.7.14",
30
30
  "cosmiconfig": "9.0.0",
@@ -41,7 +41,7 @@
41
41
  "@tsconfig/node20": "20.1.4",
42
42
  "@types/lodash": "^4.14.198",
43
43
  "@types/micromatch": "4.0.9",
44
- "@types/node": "22.10.10",
44
+ "@types/node": "22.13.4",
45
45
  "typescript": "5.2.2"
46
46
  },
47
47
  "engines": {