@flopflip/graphql-adapter 13.1.5 → 13.1.7
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 GraphQlAdapter {
|
|
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__'
|
|
@@ -277,7 +278,7 @@ class GraphQlAdapter {
|
|
|
277
278
|
const adapter = new GraphQlAdapter();
|
|
278
279
|
adapterUtilities.exposeGlobally(adapter);
|
|
279
280
|
|
|
280
|
-
const version = "13.1.
|
|
281
|
+
const version = "13.1.7";
|
|
281
282
|
|
|
282
283
|
exports["default"] = adapter;
|
|
283
284
|
exports.version = version;
|
|
@@ -57,6 +57,7 @@ var _subscribeToFlagsChanges = /*#__PURE__*/_classPrivateFieldLooseKey("subscrib
|
|
|
57
57
|
class GraphQlAdapter {
|
|
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__'
|
|
@@ -277,7 +278,7 @@ class GraphQlAdapter {
|
|
|
277
278
|
const adapter = new GraphQlAdapter();
|
|
278
279
|
adapterUtilities.exposeGlobally(adapter);
|
|
279
280
|
|
|
280
|
-
const version = "13.1.
|
|
281
|
+
const version = "13.1.7";
|
|
281
282
|
|
|
282
283
|
exports["default"] = adapter;
|
|
283
284
|
exports.version = version;
|
|
@@ -29,6 +29,7 @@ var _subscribeToFlagsChanges = /*#__PURE__*/_classPrivateFieldLooseKey("subscrib
|
|
|
29
29
|
class GraphQlAdapter {
|
|
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__'
|
|
@@ -249,6 +250,6 @@ class GraphQlAdapter {
|
|
|
249
250
|
const adapter = new GraphQlAdapter();
|
|
250
251
|
exposeGlobally(adapter);
|
|
251
252
|
|
|
252
|
-
const version = "13.1.
|
|
253
|
+
const version = "13.1.7";
|
|
253
254
|
|
|
254
255
|
export { adapter as default, version };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flopflip/graphql-adapter",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.7",
|
|
4
4
|
"description": "An GraphQL adapter for flipflop",
|
|
5
5
|
"main": "dist/flopflip-graphql-adapter.cjs.js",
|
|
6
6
|
"module": "dist/flopflip-graphql-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.
|
|
34
|
-
"@flopflip/localstorage-cache": "13.1.
|
|
35
|
-
"@flopflip/sessionstorage-cache": "13.1.
|
|
36
|
-
"@flopflip/types": "13.1.
|
|
33
|
+
"@flopflip/adapter-utilities": "13.1.7",
|
|
34
|
+
"@flopflip/localstorage-cache": "13.1.7",
|
|
35
|
+
"@flopflip/sessionstorage-cache": "13.1.7",
|
|
36
|
+
"@flopflip/types": "13.1.7",
|
|
37
37
|
"lodash": "4.17.21",
|
|
38
38
|
"mitt": "3.0.1",
|
|
39
39
|
"tiny-warning": "1.0.3"
|