@flopflip/launchdarkly-adapter 13.2.0 → 13.2.1

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.
@@ -317,7 +317,7 @@ class LaunchDarklyAdapter {
317
317
  const adapter = new LaunchDarklyAdapter();
318
318
  adapterUtilities.exposeGlobally(adapter);
319
319
 
320
- const version = "13.2.0";
320
+ const version = "13.2.1";
321
321
 
322
322
  exports["default"] = adapter;
323
323
  exports.version = version;
@@ -317,7 +317,7 @@ class LaunchDarklyAdapter {
317
317
  const adapter = new LaunchDarklyAdapter();
318
318
  adapterUtilities.exposeGlobally(adapter);
319
319
 
320
- const version = "13.2.0";
320
+ const version = "13.2.1";
321
321
 
322
322
  exports["default"] = adapter;
323
323
  exports.version = version;
@@ -306,6 +306,6 @@ class LaunchDarklyAdapter {
306
306
  const adapter = new LaunchDarklyAdapter();
307
307
  exposeGlobally(adapter);
308
308
 
309
- const version = "13.2.0";
309
+ const version = "13.2.1";
310
310
 
311
311
  export { adapter as default, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flopflip/launchdarkly-adapter",
3
- "version": "13.2.0",
3
+ "version": "13.2.1",
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,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/runtime": "7.23.9",
30
- "@flopflip/adapter-utilities": "13.2.0",
31
- "@flopflip/types": "13.2.0",
30
+ "@flopflip/adapter-utilities": "13.2.1",
31
+ "@flopflip/types": "13.2.1",
32
32
  "debounce-fn": "4.0.0",
33
33
  "launchdarkly-js-client-sdk": "3.1.4",
34
34
  "lodash": "4.17.21",