@webiny/app-graphql-playground 5.37.2 → 5.37.3-beta.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.
package/index.js CHANGED
@@ -31,4 +31,6 @@ var GraphQLPlaygroundExtension = function GraphQLPlaygroundExtension(_ref) {
31
31
  }))));
32
32
  };
33
33
  var GraphQLPlayground = /*#__PURE__*/(0, _react.memo)(GraphQLPlaygroundExtension);
34
- exports.GraphQLPlayground = GraphQLPlayground;
34
+ exports.GraphQLPlayground = GraphQLPlayground;
35
+
36
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-graphql-playground",
3
- "version": "5.37.2",
3
+ "version": "5.37.3-beta.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,12 +11,12 @@
11
11
  "dependencies": {
12
12
  "@emotion/react": "11.10.8",
13
13
  "@emotion/styled": "11.10.6",
14
- "@webiny/app": "5.37.2",
15
- "@webiny/app-admin": "5.37.2",
16
- "@webiny/app-i18n": "5.37.2",
17
- "@webiny/app-security": "5.37.2",
18
- "@webiny/plugins": "5.37.2",
19
- "@webiny/ui": "5.37.2",
14
+ "@webiny/app": "5.37.3-beta.0",
15
+ "@webiny/app-admin": "5.37.3-beta.0",
16
+ "@webiny/app-i18n": "5.37.3-beta.0",
17
+ "@webiny/app-security": "5.37.3-beta.0",
18
+ "@webiny/plugins": "5.37.3-beta.0",
19
+ "@webiny/ui": "5.37.3-beta.0",
20
20
  "apollo-cache": "1.3.5",
21
21
  "apollo-client": "2.6.10",
22
22
  "apollo-link": "1.2.14",
@@ -35,8 +35,8 @@
35
35
  "@babel/preset-env": "7.22.7",
36
36
  "@babel/preset-react": "7.22.5",
37
37
  "@babel/preset-typescript": "7.22.5",
38
- "@webiny/cli": "5.37.2",
39
- "@webiny/project-utils": "5.37.2",
38
+ "@webiny/cli": "5.37.3-beta.0",
39
+ "@webiny/project-utils": "5.37.3-beta.0",
40
40
  "babel-plugin-emotion": "9.2.11",
41
41
  "rimraf": "3.0.2",
42
42
  "typescript": "4.7.4"
@@ -59,5 +59,5 @@
59
59
  ]
60
60
  }
61
61
  },
62
- "gitHead": "e69288bf5e710060b14497aae8317034c6cb4bcc"
62
+ "gitHead": "5dbaca4f2294bd7a6718ece14752f5f554d0d842"
63
63
  }
@@ -116,4 +116,6 @@ var Playground = function Playground(_ref2) {
116
116
  }));
117
117
  };
118
118
  var _default = Playground;
119
- exports.default = _default;
119
+ exports.default = _default;
120
+
121
+ //# sourceMappingURL=Playground.js.map
@@ -49,4 +49,6 @@ exports.PlaygroundContainer = PlaygroundContainer;
49
49
  var playgroundDialog = {
50
50
  ".ReactModalPortal": sharedStyles
51
51
  };
52
- exports.playgroundDialog = playgroundDialog;
52
+ exports.playgroundDialog = playgroundDialog;
53
+
54
+ //# sourceMappingURL=Playground.styles.js.map
package/plugins/index.js CHANGED
@@ -22,4 +22,6 @@ var plugin = {
22
22
  }
23
23
  };
24
24
  var _default = [plugin];
25
- exports.default = _default;
25
+ exports.default = _default;
26
+
27
+ //# sourceMappingURL=index.js.map
@@ -22,4 +22,6 @@ var settings = {
22
22
  "tracing.hideTracingResponse": true,
23
23
  "queryPlan.hideQueryPlanResponse": true
24
24
  };
25
- exports.settings = settings;
25
+ exports.settings = settings;
26
+
27
+ //# sourceMappingURL=settings.js.map
package/types.js CHANGED
@@ -2,4 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
6
+
7
+ //# sourceMappingURL=types.js.map