@flopflip/graphql-adapter 3.0.19 → 3.0.22
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.
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { AdapterConfigurationStatus, adapterIdentifiers, AdapterInitializationStatus } from '@flopflip/types';
|
|
1
|
+
import { type TAdapterEventHandlers, type TFlagName, type TFlagsUpdateFunction, type TFlagVariation, type TGraphQlAdapterArgs, type TGraphQlAdapterInterface, type TUser, AdapterConfigurationStatus, adapterIdentifiers, AdapterInitializationStatus } from '@flopflip/types';
|
|
3
2
|
declare class GraphQlAdapter implements TGraphQlAdapterInterface {
|
|
4
3
|
#private;
|
|
5
4
|
id: typeof adapterIdentifiers.graphql;
|
|
@@ -563,7 +563,7 @@ var GraphQlAdapter = /*#__PURE__*/function () {
|
|
|
563
563
|
var adapter = new GraphQlAdapter();
|
|
564
564
|
adapterUtilities.exposeGlobally(adapter);
|
|
565
565
|
|
|
566
|
-
var version = "3.0.
|
|
566
|
+
var version = "3.0.22";
|
|
567
567
|
|
|
568
568
|
exports["default"] = adapter;
|
|
569
569
|
exports.version = version;
|
|
@@ -563,7 +563,7 @@ var GraphQlAdapter = /*#__PURE__*/function () {
|
|
|
563
563
|
var adapter = new GraphQlAdapter();
|
|
564
564
|
adapterUtilities.exposeGlobally(adapter);
|
|
565
565
|
|
|
566
|
-
var version = "3.0.
|
|
566
|
+
var version = "3.0.22";
|
|
567
567
|
|
|
568
568
|
exports["default"] = adapter;
|
|
569
569
|
exports.version = version;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flopflip/graphql-adapter",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.22",
|
|
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",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"client"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@babel/runtime": "7.
|
|
33
|
-
"@flopflip/adapter-utilities": "1.0.
|
|
34
|
-
"@flopflip/localstorage-cache": "1.0.
|
|
35
|
-
"@flopflip/sessionstorage-cache": "1.0.
|
|
36
|
-
"@flopflip/types": "4.1.
|
|
32
|
+
"@babel/runtime": "7.17.8",
|
|
33
|
+
"@flopflip/adapter-utilities": "1.0.25",
|
|
34
|
+
"@flopflip/localstorage-cache": "1.0.25",
|
|
35
|
+
"@flopflip/sessionstorage-cache": "1.0.25",
|
|
36
|
+
"@flopflip/types": "4.1.21",
|
|
37
37
|
"lodash": "4.17.21",
|
|
38
38
|
"mitt": "3.0.0",
|
|
39
39
|
"tiny-warning": "1.0.3"
|