@bfwk/utils
Advanced tools
Comparing version 0.6.40 to 0.6.42
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.6.40](https://github.com/salesforce/builder-framework/compare/v0.6.39...v0.6.40) (2021-07-07) | ||
## [0.6.42](https://github.com/salesforce/builder-framework/compare/v0.6.40...v0.6.42) (2021-07-09) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @bfwk/utils |
@@ -289,3 +289,3 @@ import { ValueChangedEvent } from '@lwc/wire-service'; | ||
} | ||
if (!window.URLSearchParams) { | ||
if (typeof window !== 'undefined' && !window.URLSearchParams) { | ||
window.URLSearchParams = CustomURLSearchParams; | ||
@@ -292,0 +292,0 @@ } |
@@ -288,3 +288,3 @@ import { ValueChangedEvent } from '@lwc/wire-service'; | ||
} | ||
if (!window.URLSearchParams) { | ||
if (typeof window !== 'undefined' && !window.URLSearchParams) { | ||
window.URLSearchParams = CustomURLSearchParams; | ||
@@ -291,0 +291,0 @@ } |
{ | ||
"name": "@bfwk/utils", | ||
"version": "0.6.40", | ||
"version": "0.6.42", | ||
"description": "LBF Pub Sub", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
148745