@launchdarkly/js-sdk-common
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,2 +5,9 @@ # Changelog | ||
## [1.0.2](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v1.0.1...js-sdk-common-v1.0.2) (2023-06-13) | ||
### Bug Fixes | ||
* Correctly handle excluded big segments. ([#160](https://github.com/launchdarkly/js-core/issues/160)) ([e9cb45a](https://github.com/launchdarkly/js-core/commit/e9cb45a14ed6d3f931680dab0feb4b5cef350592)) | ||
## [1.0.1](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v1.0.0...js-sdk-common-v1.0.1) (2023-04-27) | ||
@@ -7,0 +14,0 @@ |
@@ -67,3 +67,3 @@ "use strict"; | ||
if (this.destination) { | ||
this.tryWrite(this.tryFormat(prefix, ...args)); | ||
this.tryWrite(`${prefix} ${this.tryFormat(...args)}`); | ||
} | ||
@@ -70,0 +70,0 @@ else { |
{ | ||
"name": "@launchdarkly/js-sdk-common", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"type": "commonjs", | ||
@@ -22,2 +22,3 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"doc": "../../../scripts/build-doc.sh .", | ||
"test": "npx jest --ci", | ||
@@ -24,0 +25,0 @@ "build": "npx tsc", |
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
200323
4