@shopware-ag/acceptance-test-suite 12.0.0 → 12.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -3015,7 +3015,7 @@ const baseNamespaces = {
3015
3015
  };
3016
3016
 
3017
3017
  const LOCALE_MAPPINGS = {
3018
- "en-US": { countryCode: "US", currencyCode: "USD", currencySymbol: "$", languageCode: "en-US" },
3018
+ "en-US": { countryCode: "US", currencyCode: "USD", currencySymbol: "$", languageCode: "en-GB" },
3019
3019
  "en-GB": { countryCode: "GB", currencyCode: "GBP", currencySymbol: "\xA3", languageCode: "en-GB" },
3020
3020
  "en-DE": { countryCode: "DE", currencyCode: "EUR", currencySymbol: "\u20AC", languageCode: "en-GB" },
3021
3021
  "de-DE": { countryCode: "DE", currencyCode: "EUR", currencySymbol: "\u20AC", languageCode: "de-DE" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "12.0.0",
3
+ "version": "12.0.1",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",