@flopflip/http-adapter 13.1.5 → 13.1.6

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.
@@ -57,6 +57,7 @@ var _subscribeToFlagsChanges = /*#__PURE__*/_classPrivateFieldLooseKey("subscrib
57
57
  class HttpAdapter {
58
58
  constructor() {
59
59
  this.id = void 0;
60
+ // eslint-disable-next-line @typescript-eslint/prefer-readonly
60
61
  Object.defineProperty(this, _internalConfiguredStatusChange__, {
61
62
  writable: true,
62
63
  value: '__internalConfiguredStatusChange__'
@@ -264,7 +265,7 @@ class HttpAdapter {
264
265
  const adapter = new HttpAdapter();
265
266
  adapterUtilities.exposeGlobally(adapter);
266
267
 
267
- const version = "13.1.5";
268
+ const version = "13.1.6";
268
269
 
269
270
  exports["default"] = adapter;
270
271
  exports.version = version;
@@ -57,6 +57,7 @@ var _subscribeToFlagsChanges = /*#__PURE__*/_classPrivateFieldLooseKey("subscrib
57
57
  class HttpAdapter {
58
58
  constructor() {
59
59
  this.id = void 0;
60
+ // eslint-disable-next-line @typescript-eslint/prefer-readonly
60
61
  Object.defineProperty(this, _internalConfiguredStatusChange__, {
61
62
  writable: true,
62
63
  value: '__internalConfiguredStatusChange__'
@@ -264,7 +265,7 @@ class HttpAdapter {
264
265
  const adapter = new HttpAdapter();
265
266
  adapterUtilities.exposeGlobally(adapter);
266
267
 
267
- const version = "13.1.5";
268
+ const version = "13.1.6";
268
269
 
269
270
  exports["default"] = adapter;
270
271
  exports.version = version;
@@ -29,6 +29,7 @@ var _subscribeToFlagsChanges = /*#__PURE__*/_classPrivateFieldLooseKey("subscrib
29
29
  class HttpAdapter {
30
30
  constructor() {
31
31
  this.id = void 0;
32
+ // eslint-disable-next-line @typescript-eslint/prefer-readonly
32
33
  Object.defineProperty(this, _internalConfiguredStatusChange__, {
33
34
  writable: true,
34
35
  value: '__internalConfiguredStatusChange__'
@@ -236,6 +237,6 @@ class HttpAdapter {
236
237
  const adapter = new HttpAdapter();
237
238
  exposeGlobally(adapter);
238
239
 
239
- const version = "13.1.5";
240
+ const version = "13.1.6";
240
241
 
241
242
  export { adapter as default, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flopflip/http-adapter",
3
- "version": "13.1.5",
3
+ "version": "13.1.6",
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",
@@ -30,10 +30,10 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@babel/runtime": "7.23.2",
33
- "@flopflip/adapter-utilities": "13.1.5",
34
- "@flopflip/localstorage-cache": "13.1.5",
35
- "@flopflip/sessionstorage-cache": "13.1.5",
36
- "@flopflip/types": "13.1.5",
33
+ "@flopflip/adapter-utilities": "13.1.6",
34
+ "@flopflip/localstorage-cache": "13.1.6",
35
+ "@flopflip/sessionstorage-cache": "13.1.6",
36
+ "@flopflip/types": "13.1.6",
37
37
  "lodash": "4.17.21",
38
38
  "mitt": "3.0.1",
39
39
  "tiny-warning": "1.0.3"