@flopflip/launchdarkly-adapter 13.0.3 → 13.0.4

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.
@@ -318,7 +318,7 @@ class LaunchDarklyAdapter {
318
318
  const adapter = new LaunchDarklyAdapter();
319
319
  adapterUtilities.exposeGlobally(adapter);
320
320
 
321
- const version = "13.0.3";
321
+ const version = "13.0.4";
322
322
 
323
323
  exports["default"] = adapter;
324
324
  exports.version = version;
@@ -318,7 +318,7 @@ class LaunchDarklyAdapter {
318
318
  const adapter = new LaunchDarklyAdapter();
319
319
  adapterUtilities.exposeGlobally(adapter);
320
320
 
321
- const version = "13.0.3";
321
+ const version = "13.0.4";
322
322
 
323
323
  exports["default"] = adapter;
324
324
  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.0.3";
309
+ const version = "13.0.4";
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.0.3",
3
+ "version": "13.0.4",
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.22.10",
30
- "@flopflip/adapter-utilities": "13.0.3",
31
- "@flopflip/types": "13.0.3",
30
+ "@flopflip/adapter-utilities": "13.0.4",
31
+ "@flopflip/types": "13.0.4",
32
32
  "debounce-fn": "4.0.0",
33
33
  "launchdarkly-js-client-sdk": "3.1.3",
34
34
  "lodash": "4.17.21",