@flopflip/launchdarkly-adapter 12.5.5 → 12.5.6

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.
@@ -1,5 +1,5 @@
1
1
  /// <reference types="launchdarkly-js-sdk-common" />
2
- import { type TAdapterEventHandlers, type TFlagName, type TFlags, type TFlagVariation, type TLaunchDarklyAdapterArgs, type TLaunchDarklyAdapterInterface, type TUpdateFlagsOptions, type TUser, AdapterConfigurationStatus, adapterIdentifiers, AdapterInitializationStatus } from '@flopflip/types';
2
+ import { AdapterConfigurationStatus, adapterIdentifiers, AdapterInitializationStatus, type TAdapterEventHandlers, type TFlagName, type TFlags, type TFlagVariation, type TLaunchDarklyAdapterArgs, type TLaunchDarklyAdapterInterface, type TUpdateFlagsOptions, type TUser } from '@flopflip/types';
3
3
  import { type LDClient, type LDUser } from 'launchdarkly-js-client-sdk';
4
4
  type TLaunchDarklyUser = TUser<LDUser>;
5
5
  declare class LaunchDarklyAdapter implements TLaunchDarklyAdapterInterface {
@@ -459,7 +459,7 @@ var LaunchDarklyAdapter = /*#__PURE__*/function () {
459
459
  var adapter = new LaunchDarklyAdapter();
460
460
  adapterUtilities.exposeGlobally(adapter);
461
461
 
462
- var version = "12.5.5";
462
+ var version = "12.5.6";
463
463
 
464
464
  exports["default"] = adapter;
465
465
  exports.version = version;
@@ -459,7 +459,7 @@ var LaunchDarklyAdapter = /*#__PURE__*/function () {
459
459
  var adapter = new LaunchDarklyAdapter();
460
460
  adapterUtilities.exposeGlobally(adapter);
461
461
 
462
- var version = "12.5.5";
462
+ var version = "12.5.6";
463
463
 
464
464
  exports["default"] = adapter;
465
465
  exports.version = version;
@@ -446,6 +446,6 @@ var LaunchDarklyAdapter = /*#__PURE__*/function () {
446
446
  var adapter = new LaunchDarklyAdapter();
447
447
  exposeGlobally(adapter);
448
448
 
449
- var version = "12.5.5";
449
+ var version = "12.5.6";
450
450
 
451
451
  export { adapter as default, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flopflip/launchdarkly-adapter",
3
- "version": "12.5.5",
3
+ "version": "12.5.6",
4
4
  "description": "A adapter around the LaunchDarkly client for flipflop",
5
5
  "main": "dist/flopflip-launchdarkly-adapter.cjs.js",
6
6
  "module": "dist/flopflip-launchdarkly-adapter.esm.js",
@@ -26,11 +26,11 @@
26
26
  "globalthis": "1.0.3"
27
27
  },
28
28
  "dependencies": {
29
- "@babel/runtime": "7.20.7",
30
- "@flopflip/adapter-utilities": "12.5.5",
31
- "@flopflip/types": "12.5.5",
29
+ "@babel/runtime": "7.20.13",
30
+ "@flopflip/adapter-utilities": "12.5.6",
31
+ "@flopflip/types": "12.5.6",
32
32
  "debounce-fn": "4.0.0",
33
- "launchdarkly-js-client-sdk": "2.24.2",
33
+ "launchdarkly-js-client-sdk": "3.1.1",
34
34
  "lodash": "4.17.21",
35
35
  "mitt": "3.0.0",
36
36
  "tiny-warning": "1.0.3",