@commercetools/frontend-sdk
Advanced tools
Comparing version 1.13.1 to 1.13.2
## Version 1.13.2 (2024-08-29) | ||
* Changed internal locale handling to use string instead of Intl.Locale | ||
## Version 1.13.1 (2024-06-20) | ||
@@ -3,0 +8,0 @@ |
@@ -783,3 +783,3 @@ "use strict"; | ||
set locale(locale) { | ||
this.#locale = new Intl.Locale(locale); | ||
this.#locale = locale; | ||
} | ||
@@ -790,3 +790,3 @@ /** | ||
get locale() { | ||
return this.#locale.baseName; | ||
return this.#locale; | ||
} | ||
@@ -793,0 +793,0 @@ /** |
@@ -563,3 +563,3 @@ "use strict"; | ||
set locale(locale) { | ||
this.#locale = new Intl.Locale(locale); | ||
this.#locale = locale; | ||
} | ||
@@ -570,3 +570,3 @@ /** | ||
get locale() { | ||
return this.#locale.baseName; | ||
return this.#locale; | ||
} | ||
@@ -573,0 +573,0 @@ /** |
{ | ||
"name": "@commercetools/frontend-sdk", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"license": "UNLICENSED", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
491152