@strapi/plugin-graphql 4.5.1 → 4.5.2

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.
@@ -0,0 +1,4 @@
1
+ {
2
+ "plugin.description.long": "新增使用預設 API 方法的 GraphQL 端點。",
3
+ "plugin.description.short": "新增使用預設 API 方法的 GraphQL 端點。"
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-graphql",
3
- "version": "4.5.1",
3
+ "version": "4.5.2",
4
4
  "description": "Adds GraphQL endpoint with default API methods.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@graphql-tools/schema": "8.1.2",
31
31
  "@graphql-tools/utils": "^8.12.0",
32
- "@strapi/utils": "4.5.1",
32
+ "@strapi/utils": "4.5.2",
33
33
  "apollo-server-core": "3.1.2",
34
34
  "apollo-server-koa": "3.10.0",
35
35
  "glob": "^7.1.7",
@@ -61,5 +61,5 @@
61
61
  "description": "Adds GraphQL endpoint with default API methods.",
62
62
  "kind": "plugin"
63
63
  },
64
- "gitHead": "8c20ea2b5c5a115b78454086ea270dcd59b06004"
64
+ "gitHead": "bcb1b7f472aae2556a9b59d59ee66d241c497a3e"
65
65
  }