@openfeature/web-sdk 0.4.13 → 0.4.15

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.
package/README.md CHANGED
@@ -16,8 +16,8 @@
16
16
  <img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" />
17
17
  </a>
18
18
  <!-- x-release-please-start-version -->
19
- <a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v0.4.13">
20
- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.13&color=blue&style=for-the-badge" />
19
+ <a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v0.4.15">
20
+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.15&color=blue&style=for-the-badge" />
21
21
  </a>
22
22
  <!-- x-release-please-end -->
23
23
  <br/>
@@ -279,7 +279,6 @@ import {
279
279
  Logger,
280
280
  Provider,
281
281
  ProviderEventEmitter,
282
- ProviderStatus,
283
282
  ResolutionDetails
284
283
  } from '@openfeature/web-sdk';
285
284
 
@@ -309,8 +308,6 @@ class MyProvider implements Provider {
309
308
  // reconcile the provider's cached flags, if applicable
310
309
  }
311
310
 
312
- status?: ProviderStatus | undefined;
313
-
314
311
  // implement with "new OpenFeatureEventEmitter()", and use "emit()" to emit events
315
312
  events?: ProviderEventEmitter<AnyProviderEvent> | undefined;
316
313