@flopflip/launchdarkly-adapter 13.1.0 → 13.1.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.
|
@@ -318,7 +318,7 @@ class LaunchDarklyAdapter {
|
|
|
318
318
|
const adapter = new LaunchDarklyAdapter();
|
|
319
319
|
adapterUtilities.exposeGlobally(adapter);
|
|
320
320
|
|
|
321
|
-
const version = "13.1.
|
|
321
|
+
const version = "13.1.2";
|
|
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.1.
|
|
321
|
+
const version = "13.1.2";
|
|
322
322
|
|
|
323
323
|
exports["default"] = adapter;
|
|
324
324
|
exports.version = version;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flopflip/launchdarkly-adapter",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.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,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@babel/runtime": "7.22.10",
|
|
30
|
-
"@flopflip/adapter-utilities": "13.1.
|
|
31
|
-
"@flopflip/types": "13.1.
|
|
30
|
+
"@flopflip/adapter-utilities": "13.1.2",
|
|
31
|
+
"@flopflip/types": "13.1.2",
|
|
32
32
|
"debounce-fn": "4.0.0",
|
|
33
33
|
"launchdarkly-js-client-sdk": "3.1.3",
|
|
34
34
|
"lodash": "4.17.21",
|