@flopflip/launchdarkly-adapter 13.5.2 → 13.6.0
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.
|
|
438
|
+
const version = "13.6.0";
|
|
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.
|
|
438
|
+
const version = "13.6.0";
|
|
439
439
|
|
|
440
440
|
exports["default"] = adapter;
|
|
441
441
|
exports.getCachedFlags = getCachedFlags;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flopflip/launchdarkly-adapter",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.6.0",
|
|
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.
|
|
31
|
-
"@flopflip/localstorage-cache": "13.
|
|
32
|
-
"@flopflip/sessionstorage-cache": "13.
|
|
33
|
-
"@flopflip/types": "13.
|
|
30
|
+
"@flopflip/adapter-utilities": "13.6.0",
|
|
31
|
+
"@flopflip/localstorage-cache": "13.6.0",
|
|
32
|
+
"@flopflip/sessionstorage-cache": "13.6.0",
|
|
33
|
+
"@flopflip/types": "13.6.0",
|
|
34
34
|
"debounce-fn": "4.0.0",
|
|
35
35
|
"launchdarkly-js-client-sdk": "3.2.0",
|
|
36
36
|
"lodash": "4.17.21",
|