@launchdarkly/js-server-sdk-common
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,9 @@ # Changelog | ||
## [2.0.1](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v2.0.0...js-server-sdk-common-v2.0.1) (2023-10-16) | ||
### Bug Fixes | ||
* Export migration APIs. ([#302](https://github.com/launchdarkly/js-core/issues/302)) ([1aaaec7](https://github.com/launchdarkly/js-core/commit/1aaaec772f6e2f01156241ba2dbad1fd578511d5)) | ||
## [2.0.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v1.2.3...js-server-sdk-common-v2.0.0) (2023-10-16) | ||
@@ -7,0 +14,0 @@ |
@@ -50,3 +50,3 @@ import { LDEvaluationReason } from '@launchdarkly/js-sdk-common'; | ||
* Generally this event should not be created directly and instead an | ||
* {@link MigrationOpTracker} should be used to generate it. | ||
* LDMigrationOpTracker should be used to generate it. | ||
*/ | ||
@@ -53,0 +53,0 @@ export interface LDMigrationOpEvent { |
export * from './data'; | ||
export * from './options'; | ||
export * from './LDClient'; | ||
export * from './LDMigration'; | ||
export * from './interfaces/DataKind'; | ||
@@ -5,0 +6,0 @@ export * from './subsystems/LDFeatureStore'; |
@@ -21,2 +21,3 @@ "use strict"; | ||
__exportStar(require("./LDClient"), exports); | ||
__exportStar(require("./LDMigration"), exports); | ||
__exportStar(require("./interfaces/DataKind"), exports); | ||
@@ -23,0 +24,0 @@ __exportStar(require("./subsystems/LDFeatureStore"), exports); |
{ | ||
"name": "@launchdarkly/js-server-sdk-common", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
581458
8244