@flopflip/launchdarkly-adapter 5.0.19 → 5.0.20
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.
|
@@ -555,7 +555,7 @@ var LaunchDarklyAdapter = /*#__PURE__*/function () {
|
|
|
555
555
|
var adapter = new LaunchDarklyAdapter();
|
|
556
556
|
adapterUtilities.exposeGlobally(adapter);
|
|
557
557
|
|
|
558
|
-
var version =
|
|
558
|
+
var version = "5.0.20";
|
|
559
559
|
|
|
560
560
|
exports["default"] = adapter;
|
|
561
561
|
exports.version = version;
|
|
@@ -555,7 +555,7 @@ var LaunchDarklyAdapter = /*#__PURE__*/function () {
|
|
|
555
555
|
var adapter = new LaunchDarklyAdapter();
|
|
556
556
|
adapterUtilities.exposeGlobally(adapter);
|
|
557
557
|
|
|
558
|
-
var version =
|
|
558
|
+
var version = "5.0.20";
|
|
559
559
|
|
|
560
560
|
exports["default"] = adapter;
|
|
561
561
|
exports.version = version;
|
package/package.json
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flopflip/launchdarkly-adapter",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.20",
|
|
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",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"prepare": "./../../bin/version.js amend"
|
|
9
|
-
},
|
|
10
7
|
"files": [
|
|
11
8
|
"readme.md",
|
|
12
9
|
"dist/**"
|
|
@@ -16,7 +13,8 @@
|
|
|
16
13
|
},
|
|
17
14
|
"repository": {
|
|
18
15
|
"type": "git",
|
|
19
|
-
"url": "
|
|
16
|
+
"url": "https://github.com/tdeekens/flopflip.git",
|
|
17
|
+
"directory": "packages/launchdarkly-adapter"
|
|
20
18
|
},
|
|
21
19
|
"author": "Tobias Deekens <nerd@tdeekens.name>",
|
|
22
20
|
"license": "MIT",
|
|
@@ -28,12 +26,12 @@
|
|
|
28
26
|
"globalthis": "1.0.2"
|
|
29
27
|
},
|
|
30
28
|
"dependencies": {
|
|
31
|
-
"@babel/runtime": "7.
|
|
32
|
-
"@flopflip/adapter-utilities": "1.0.
|
|
33
|
-
"@flopflip/types": "4.1.
|
|
29
|
+
"@babel/runtime": "7.16.3",
|
|
30
|
+
"@flopflip/adapter-utilities": "1.0.22",
|
|
31
|
+
"@flopflip/types": "4.1.19",
|
|
34
32
|
"debounce-fn": "4.0.0",
|
|
35
33
|
"deepmerge": "4.2.2",
|
|
36
|
-
"launchdarkly-js-client-sdk": "2.
|
|
34
|
+
"launchdarkly-js-client-sdk": "2.20.0",
|
|
37
35
|
"lodash": "4.17.21",
|
|
38
36
|
"mitt": "3.0.0",
|
|
39
37
|
"tiny-warning": "1.0.3"
|