@commercetools-frontend-extensions/export-resources-modal 1.0.4 → 1.0.5

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.
@@ -421,6 +421,9 @@ var ExportResourcesContextProvider = function ExportResourcesContextProvider(pro
421
421
  var todayFormatted = moment__default["default"]().format('DD-MM-YY_HH-mm');
422
422
 
423
423
  var _useApplicationContex = applicationShellConnectors.useApplicationContext(function (applicationContext) {
424
+ console.log({
425
+ applicationContext: applicationContext
426
+ });
424
427
  return {
425
428
  language: applicationContext.dataLocale
426
429
  };
@@ -417,6 +417,9 @@ var ExportResourcesContextProvider = function ExportResourcesContextProvider(pro
417
417
  var todayFormatted = moment__default["default"]().format('DD-MM-YY_HH-mm');
418
418
 
419
419
  var _useApplicationContex = applicationShellConnectors.useApplicationContext(function (applicationContext) {
420
+ console.log({
421
+ applicationContext: applicationContext
422
+ });
420
423
  return {
421
424
  language: applicationContext.dataLocale
422
425
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend-extensions/export-resources-modal",
3
3
  "description": "Shared export modal for exporting resources",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "license": "BSD-3-Clause",
6
6
  "publishConfig": {
7
7
  "access": "public"