@flopflip/launchdarkly-adapter 13.5.0 → 13.5.2

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.
@@ -435,7 +435,7 @@ class LaunchDarklyAdapter {
435
435
  const adapter = new LaunchDarklyAdapter();
436
436
  adapterUtilities.exposeGlobally(adapter);
437
437
 
438
- const version = "13.5.0";
438
+ const version = "13.5.2";
439
439
 
440
440
  exports["default"] = adapter;
441
441
  exports.getCachedFlags = getCachedFlags;
@@ -435,7 +435,7 @@ class LaunchDarklyAdapter {
435
435
  const adapter = new LaunchDarklyAdapter();
436
436
  adapterUtilities.exposeGlobally(adapter);
437
437
 
438
- const version = "13.5.0";
438
+ const version = "13.5.2";
439
439
 
440
440
  exports["default"] = adapter;
441
441
  exports.getCachedFlags = getCachedFlags;
@@ -406,6 +406,6 @@ class LaunchDarklyAdapter {
406
406
  const adapter = new LaunchDarklyAdapter();
407
407
  exposeGlobally(adapter);
408
408
 
409
- const version = "13.5.0";
409
+ const version = "13.5.2";
410
410
 
411
411
  export { adapter as default, getCachedFlags, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flopflip/launchdarkly-adapter",
3
- "version": "13.5.0",
3
+ "version": "13.5.2",
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",
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/runtime": "7.24.4",
30
- "@flopflip/adapter-utilities": "13.5.0",
31
- "@flopflip/localstorage-cache": "13.5.0",
32
- "@flopflip/sessionstorage-cache": "13.5.0",
33
- "@flopflip/types": "13.5.0",
30
+ "@flopflip/adapter-utilities": "13.5.2",
31
+ "@flopflip/localstorage-cache": "13.5.2",
32
+ "@flopflip/sessionstorage-cache": "13.5.2",
33
+ "@flopflip/types": "13.5.2",
34
34
  "debounce-fn": "4.0.0",
35
35
  "launchdarkly-js-client-sdk": "3.2.0",
36
36
  "lodash": "4.17.21",