@flopflip/http-adapter 12.3.7 → 12.4.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.
|
@@ -64,6 +64,7 @@ var HttpAdapter = /*#__PURE__*/function () {
|
|
|
64
64
|
function HttpAdapter() {
|
|
65
65
|
var _this = this;
|
|
66
66
|
_classCallCheck(this, HttpAdapter);
|
|
67
|
+
this.id = void 0;
|
|
67
68
|
Object.defineProperty(this, _internalConfiguredStatusChange__, {
|
|
68
69
|
writable: true,
|
|
69
70
|
value: '__internalConfiguredStatusChange__'
|
|
@@ -76,7 +77,6 @@ var HttpAdapter = /*#__PURE__*/function () {
|
|
|
76
77
|
writable: true,
|
|
77
78
|
value: 1000 * 60
|
|
78
79
|
});
|
|
79
|
-
this.id = void 0;
|
|
80
80
|
Object.defineProperty(this, _getIsAdapterUnsubscribed, {
|
|
81
81
|
writable: true,
|
|
82
82
|
value: function value() {
|
|
@@ -448,7 +448,7 @@ var HttpAdapter = /*#__PURE__*/function () {
|
|
|
448
448
|
var adapter = new HttpAdapter();
|
|
449
449
|
adapterUtilities.exposeGlobally(adapter);
|
|
450
450
|
|
|
451
|
-
var version = "12.
|
|
451
|
+
var version = "12.4.0";
|
|
452
452
|
|
|
453
453
|
exports["default"] = adapter;
|
|
454
454
|
exports.version = version;
|
|
@@ -64,6 +64,7 @@ var HttpAdapter = /*#__PURE__*/function () {
|
|
|
64
64
|
function HttpAdapter() {
|
|
65
65
|
var _this = this;
|
|
66
66
|
_classCallCheck(this, HttpAdapter);
|
|
67
|
+
this.id = void 0;
|
|
67
68
|
Object.defineProperty(this, _internalConfiguredStatusChange__, {
|
|
68
69
|
writable: true,
|
|
69
70
|
value: '__internalConfiguredStatusChange__'
|
|
@@ -76,7 +77,6 @@ var HttpAdapter = /*#__PURE__*/function () {
|
|
|
76
77
|
writable: true,
|
|
77
78
|
value: 1000 * 60
|
|
78
79
|
});
|
|
79
|
-
this.id = void 0;
|
|
80
80
|
Object.defineProperty(this, _getIsAdapterUnsubscribed, {
|
|
81
81
|
writable: true,
|
|
82
82
|
value: function value() {
|
|
@@ -448,7 +448,7 @@ var HttpAdapter = /*#__PURE__*/function () {
|
|
|
448
448
|
var adapter = new HttpAdapter();
|
|
449
449
|
adapterUtilities.exposeGlobally(adapter);
|
|
450
450
|
|
|
451
|
-
var version = "12.
|
|
451
|
+
var version = "12.4.0";
|
|
452
452
|
|
|
453
453
|
exports["default"] = adapter;
|
|
454
454
|
exports.version = version;
|
|
@@ -35,6 +35,7 @@ var HttpAdapter = /*#__PURE__*/function () {
|
|
|
35
35
|
function HttpAdapter() {
|
|
36
36
|
var _this = this;
|
|
37
37
|
_classCallCheck(this, HttpAdapter);
|
|
38
|
+
this.id = void 0;
|
|
38
39
|
Object.defineProperty(this, _internalConfiguredStatusChange__, {
|
|
39
40
|
writable: true,
|
|
40
41
|
value: '__internalConfiguredStatusChange__'
|
|
@@ -47,7 +48,6 @@ var HttpAdapter = /*#__PURE__*/function () {
|
|
|
47
48
|
writable: true,
|
|
48
49
|
value: 1000 * 60
|
|
49
50
|
});
|
|
50
|
-
this.id = void 0;
|
|
51
51
|
Object.defineProperty(this, _getIsAdapterUnsubscribed, {
|
|
52
52
|
writable: true,
|
|
53
53
|
value: function value() {
|
|
@@ -419,6 +419,6 @@ var HttpAdapter = /*#__PURE__*/function () {
|
|
|
419
419
|
var adapter = new HttpAdapter();
|
|
420
420
|
exposeGlobally(adapter);
|
|
421
421
|
|
|
422
|
-
var version = "12.
|
|
422
|
+
var version = "12.4.0";
|
|
423
423
|
|
|
424
424
|
export { adapter as default, version };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flopflip/http-adapter",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.4.0",
|
|
4
4
|
"description": "An HTTP adapter for flipflop",
|
|
5
5
|
"main": "dist/flopflip-http-adapter.cjs.js",
|
|
6
6
|
"module": "dist/flopflip-http-adapter.esm.js",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"client"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@babel/runtime": "7.20.
|
|
33
|
-
"@flopflip/adapter-utilities": "12.
|
|
34
|
-
"@flopflip/localstorage-cache": "12.
|
|
35
|
-
"@flopflip/sessionstorage-cache": "12.
|
|
36
|
-
"@flopflip/types": "12.
|
|
32
|
+
"@babel/runtime": "7.20.6",
|
|
33
|
+
"@flopflip/adapter-utilities": "12.4.0",
|
|
34
|
+
"@flopflip/localstorage-cache": "12.4.0",
|
|
35
|
+
"@flopflip/sessionstorage-cache": "12.4.0",
|
|
36
|
+
"@flopflip/types": "12.4.0",
|
|
37
37
|
"lodash": "4.17.21",
|
|
38
38
|
"mitt": "3.0.0",
|
|
39
39
|
"tiny-warning": "1.0.3"
|