@webiny/app-graphql-playground 5.41.4 → 5.42.0-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/package.json +12 -18
- package/plugins/index.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-graphql-playground",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.42.0-beta.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -11,34 +11,28 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.10.8",
|
|
13
13
|
"@emotion/styled": "11.10.6",
|
|
14
|
-
"@webiny/app": "5.
|
|
15
|
-
"@webiny/app-admin": "5.
|
|
16
|
-
"@webiny/app-i18n": "5.
|
|
17
|
-
"@webiny/app-security": "5.
|
|
18
|
-
"@webiny/plugins": "5.
|
|
19
|
-
"@webiny/ui": "5.
|
|
14
|
+
"@webiny/app": "5.42.0-beta.0",
|
|
15
|
+
"@webiny/app-admin": "5.42.0-beta.0",
|
|
16
|
+
"@webiny/app-i18n": "5.42.0-beta.0",
|
|
17
|
+
"@webiny/app-security": "5.42.0-beta.0",
|
|
18
|
+
"@webiny/plugins": "5.42.0-beta.0",
|
|
19
|
+
"@webiny/ui": "5.42.0-beta.0",
|
|
20
20
|
"apollo-cache": "1.3.5",
|
|
21
21
|
"apollo-client": "2.6.10",
|
|
22
22
|
"apollo-link": "1.2.14",
|
|
23
23
|
"apollo-link-context": "1.0.20",
|
|
24
24
|
"apollo-utilities": "1.3.4",
|
|
25
|
-
"graphql": "15.
|
|
25
|
+
"graphql": "15.9.0",
|
|
26
26
|
"load-script": "1.0.0",
|
|
27
27
|
"prop-types": "15.8.1",
|
|
28
28
|
"react": "18.2.0",
|
|
29
29
|
"react-dom": "18.2.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@babel/cli": "7.24.1",
|
|
33
|
-
"@babel/core": "7.24.3",
|
|
34
|
-
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
35
|
-
"@babel/preset-env": "7.24.3",
|
|
36
|
-
"@babel/preset-react": "7.24.1",
|
|
37
|
-
"@babel/preset-typescript": "7.24.1",
|
|
38
32
|
"@emotion/babel-plugin": "11.11.0",
|
|
39
|
-
"@webiny/cli": "5.
|
|
40
|
-
"@webiny/project-utils": "5.
|
|
41
|
-
"rimraf": "
|
|
33
|
+
"@webiny/cli": "5.42.0-beta.0",
|
|
34
|
+
"@webiny/project-utils": "5.42.0-beta.0",
|
|
35
|
+
"rimraf": "6.0.1",
|
|
42
36
|
"typescript": "4.9.5"
|
|
43
37
|
},
|
|
44
38
|
"publishConfig": {
|
|
@@ -59,5 +53,5 @@
|
|
|
59
53
|
]
|
|
60
54
|
}
|
|
61
55
|
},
|
|
62
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "ebf90f62ed3f28114ffdb012b7e5f80988af53d3"
|
|
63
57
|
}
|
package/plugins/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_placeholder","_interopRequireDefault","require","_config","plugin","type","tab","apiUrl","appConfig","getKey","process","env","REACT_APP_API_URL","name","endpoint","headers","query","placeholder","_default","exports","default"],"sources":["index.tsx"],"sourcesContent":["import { GraphQLPlaygroundTabPlugin } from \"~/types\";\n// @ts-expect-error\nimport placeholder from \"!!raw-loader!./placeholder.graphql\";\nimport { config as appConfig } from \"@webiny/app/config\";\n\nconst plugin: GraphQLPlaygroundTabPlugin = {\n type: \"graphql-playground-tab\",\n tab() {\n const apiUrl = appConfig.getKey(\"API_URL\", process.env.REACT_APP_API_URL) as string;\n return {\n name: \"Main API\",\n endpoint: apiUrl + \"/graphql\",\n headers: {},\n query: placeholder\n };\n }\n};\nexport default [plugin];\n"],"mappings":";;;;;;;AAEA,IAAAA,YAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AAFA;;AAIA,IAAME,MAAkC,GAAG;EACvCC,IAAI,EAAE,wBAAwB;EAC9BC,GAAG,
|
|
1
|
+
{"version":3,"names":["_placeholder","_interopRequireDefault","require","_config","plugin","type","tab","apiUrl","appConfig","getKey","process","env","REACT_APP_API_URL","name","endpoint","headers","query","placeholder","_default","exports","default"],"sources":["index.tsx"],"sourcesContent":["import { GraphQLPlaygroundTabPlugin } from \"~/types\";\n// @ts-expect-error\nimport placeholder from \"!!raw-loader!./placeholder.graphql\";\nimport { config as appConfig } from \"@webiny/app/config\";\n\nconst plugin: GraphQLPlaygroundTabPlugin = {\n type: \"graphql-playground-tab\",\n tab() {\n const apiUrl = appConfig.getKey(\"API_URL\", process.env.REACT_APP_API_URL) as string;\n return {\n name: \"Main API\",\n endpoint: apiUrl + \"/graphql\",\n headers: {},\n query: placeholder\n };\n }\n};\nexport default [plugin];\n"],"mappings":";;;;;;;AAEA,IAAAA,YAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AAFA;;AAIA,IAAME,MAAkC,GAAG;EACvCC,IAAI,EAAE,wBAAwB;EAC9BC,GAAG,WAAHA,GAAGA,CAAA,EAAG;IACF,IAAMC,MAAM,GAAGC,cAAS,CAACC,MAAM,CAAC,SAAS,EAAEC,OAAO,CAACC,GAAG,CAACC,iBAAiB,CAAW;IACnF,OAAO;MACHC,IAAI,EAAE,UAAU;MAChBC,QAAQ,EAAEP,MAAM,GAAG,UAAU;MAC7BQ,OAAO,EAAE,CAAC,CAAC;MACXC,KAAK,EAAEC;IACX,CAAC;EACL;AACJ,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GACa,CAAChB,MAAM,CAAC","ignoreList":[]}
|