@flopflip/launchdarkly-adapter 5.0.32 → 12.3.7

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,7 +1,7 @@
1
1
  /// <reference types="launchdarkly-js-sdk-common" />
2
2
  import { type TAdapterEventHandlers, type TFlagName, type TFlags, type TFlagVariation, type TLaunchDarklyAdapterArgs, type TLaunchDarklyAdapterInterface, type TUpdateFlagsOptions, type TUser, AdapterConfigurationStatus, adapterIdentifiers, AdapterInitializationStatus } from '@flopflip/types';
3
3
  import { type LDClient, type LDUser } from 'launchdarkly-js-client-sdk';
4
- declare type TLaunchDarklyUser = TUser<LDUser>;
4
+ type TLaunchDarklyUser = TUser<LDUser>;
5
5
  declare class LaunchDarklyAdapter implements TLaunchDarklyAdapterInterface {
6
6
  #private;
7
7
  id: typeof adapterIdentifiers.launchdarkly;
@@ -473,7 +473,7 @@ var LaunchDarklyAdapter = /*#__PURE__*/function () {
473
473
  var adapter = new LaunchDarklyAdapter();
474
474
  adapterUtilities.exposeGlobally(adapter);
475
475
 
476
- var version = "5.0.32";
476
+ var version = "12.3.7";
477
477
 
478
478
  exports["default"] = adapter;
479
479
  exports.version = version;
@@ -473,7 +473,7 @@ var LaunchDarklyAdapter = /*#__PURE__*/function () {
473
473
  var adapter = new LaunchDarklyAdapter();
474
474
  adapterUtilities.exposeGlobally(adapter);
475
475
 
476
- var version = "5.0.32";
476
+ var version = "12.3.7";
477
477
 
478
478
  exports["default"] = adapter;
479
479
  exports.version = version;
@@ -460,6 +460,6 @@ var LaunchDarklyAdapter = /*#__PURE__*/function () {
460
460
  var adapter = new LaunchDarklyAdapter();
461
461
  exposeGlobally(adapter);
462
462
 
463
- var version = "5.0.32";
463
+ var version = "12.3.7";
464
464
 
465
465
  export { adapter as default, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flopflip/launchdarkly-adapter",
3
- "version": "5.0.32",
3
+ "version": "12.3.7",
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,15 +26,15 @@
26
26
  "globalthis": "1.0.3"
27
27
  },
28
28
  "dependencies": {
29
- "@babel/runtime": "7.19.4",
30
- "@flopflip/adapter-utilities": "1.0.33",
31
- "@flopflip/types": "4.1.28",
29
+ "@babel/runtime": "7.20.1",
30
+ "@flopflip/adapter-utilities": "12.3.7",
31
+ "@flopflip/types": "12.3.7",
32
32
  "debounce-fn": "4.0.0",
33
- "launchdarkly-js-client-sdk": "2.24.0",
33
+ "launchdarkly-js-client-sdk": "2.24.2",
34
34
  "lodash": "4.17.21",
35
35
  "mitt": "3.0.0",
36
36
  "tiny-warning": "1.0.3",
37
- "ts-deepmerge": "4.0.0"
37
+ "ts-deepmerge": "5.0.0"
38
38
  },
39
39
  "keywords": [
40
40
  "feature-flags",