@flopflip/http-adapter 15.0.0 → 15.0.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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +9 -9
package/dist/index.cjs
CHANGED
|
@@ -86,7 +86,7 @@ var HttpAdapter = class {
|
|
|
86
86
|
}
|
|
87
87
|
return !_isEqual2.default.call(void 0, nextFlags, previousFlags);
|
|
88
88
|
});
|
|
89
|
-
__privateAdd(this, _fetchFlags, (adapterArgs) => __async(
|
|
89
|
+
__privateAdd(this, _fetchFlags, (adapterArgs) => __async(null, null, function* () {
|
|
90
90
|
const flags = yield adapterArgs.execute(adapterArgs);
|
|
91
91
|
return flags;
|
|
92
92
|
}));
|
package/dist/index.js
CHANGED
|
@@ -86,7 +86,7 @@ var HttpAdapter = class {
|
|
|
86
86
|
}
|
|
87
87
|
return !isEqual(nextFlags, previousFlags);
|
|
88
88
|
});
|
|
89
|
-
__privateAdd(this, _fetchFlags, (adapterArgs) => __async(
|
|
89
|
+
__privateAdd(this, _fetchFlags, (adapterArgs) => __async(null, null, function* () {
|
|
90
90
|
const flags = yield adapterArgs.execute(adapterArgs);
|
|
91
91
|
return flags;
|
|
92
92
|
}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flopflip/http-adapter",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.1",
|
|
4
4
|
"description": "An HTTP adapter for flipflop",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -44,20 +44,20 @@
|
|
|
44
44
|
"client"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@babel/runtime": "7.
|
|
47
|
+
"@babel/runtime": "7.27.4",
|
|
48
48
|
"lodash": "4.17.21",
|
|
49
49
|
"mitt": "3.0.1",
|
|
50
50
|
"tiny-warning": "1.0.3",
|
|
51
|
-
"@flopflip/adapter-utilities": "15.0.
|
|
52
|
-
"@flopflip/cache": "15.0.
|
|
53
|
-
"@flopflip/localstorage-cache": "15.0.
|
|
54
|
-
"@flopflip/sessionstorage-cache": "15.0.
|
|
55
|
-
"@flopflip/types": "15.0.
|
|
51
|
+
"@flopflip/adapter-utilities": "15.0.1",
|
|
52
|
+
"@flopflip/cache": "15.0.1",
|
|
53
|
+
"@flopflip/localstorage-cache": "15.0.1",
|
|
54
|
+
"@flopflip/sessionstorage-cache": "15.0.1",
|
|
55
|
+
"@flopflip/types": "15.0.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"globalthis": "1.0.4",
|
|
59
|
-
"tsup": "8.
|
|
60
|
-
"@flopflip/tsconfig": "15.0.
|
|
59
|
+
"tsup": "8.5.0",
|
|
60
|
+
"@flopflip/tsconfig": "15.0.1"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"build": "rimraf dist && tsup",
|