@strapi/plugin-graphql 5.24.2 → 5.25.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.
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var name = "@strapi/plugin-graphql";
6
- var version = "5.24.2";
6
+ var version = "5.25.0";
7
7
  var description = "Adds GraphQL endpoint with default API methods.";
8
8
  var repository = {
9
9
  type: "git",
@@ -62,9 +62,9 @@ var dependencies = {
62
62
  "@graphql-tools/schema": "10.0.3",
63
63
  "@graphql-tools/utils": "^10.1.3",
64
64
  "@koa/cors": "5.0.0",
65
- "@strapi/design-system": "2.0.0-rc.29",
66
- "@strapi/icons": "2.0.0-rc.29",
67
- "@strapi/utils": "5.24.2",
65
+ "@strapi/design-system": "2.0.0-rc.30",
66
+ "@strapi/icons": "2.0.0-rc.30",
67
+ "@strapi/utils": "5.25.0",
68
68
  graphql: "^16.8.1",
69
69
  "graphql-depth-limit": "^1.1.0",
70
70
  "graphql-playground-middleware-koa": "^1.6.21",
@@ -76,19 +76,19 @@ var dependencies = {
76
76
  pluralize: "8.0.0"
77
77
  };
78
78
  var devDependencies = {
79
- "@strapi/strapi": "5.24.2",
80
- "@strapi/types": "5.24.2",
79
+ "@strapi/strapi": "5.25.0",
80
+ "@strapi/types": "5.25.0",
81
81
  "@types/graphql-depth-limit": "1.1.5",
82
82
  "@types/koa-bodyparser": "4.3.12",
83
83
  "@types/koa__cors": "5.0.0",
84
84
  "cross-env": "^7.0.3",
85
- "eslint-config-custom": "5.24.2",
85
+ "eslint-config-custom": "5.25.0",
86
86
  koa: "2.16.1",
87
87
  react: "18.3.1",
88
88
  "react-dom": "18.3.1",
89
89
  "react-router-dom": "6.22.3",
90
90
  "styled-components": "6.1.8",
91
- tsconfig: "5.24.2",
91
+ tsconfig: "5.25.0",
92
92
  typescript: "5.4.4"
93
93
  };
94
94
  var peerDependencies = {
@@ -1,5 +1,5 @@
1
1
  var name = "@strapi/plugin-graphql";
2
- var version = "5.24.2";
2
+ var version = "5.25.0";
3
3
  var description = "Adds GraphQL endpoint with default API methods.";
4
4
  var repository = {
5
5
  type: "git",
@@ -58,9 +58,9 @@ var dependencies = {
58
58
  "@graphql-tools/schema": "10.0.3",
59
59
  "@graphql-tools/utils": "^10.1.3",
60
60
  "@koa/cors": "5.0.0",
61
- "@strapi/design-system": "2.0.0-rc.29",
62
- "@strapi/icons": "2.0.0-rc.29",
63
- "@strapi/utils": "5.24.2",
61
+ "@strapi/design-system": "2.0.0-rc.30",
62
+ "@strapi/icons": "2.0.0-rc.30",
63
+ "@strapi/utils": "5.25.0",
64
64
  graphql: "^16.8.1",
65
65
  "graphql-depth-limit": "^1.1.0",
66
66
  "graphql-playground-middleware-koa": "^1.6.21",
@@ -72,19 +72,19 @@ var dependencies = {
72
72
  pluralize: "8.0.0"
73
73
  };
74
74
  var devDependencies = {
75
- "@strapi/strapi": "5.24.2",
76
- "@strapi/types": "5.24.2",
75
+ "@strapi/strapi": "5.25.0",
76
+ "@strapi/types": "5.25.0",
77
77
  "@types/graphql-depth-limit": "1.1.5",
78
78
  "@types/koa-bodyparser": "4.3.12",
79
79
  "@types/koa__cors": "5.0.0",
80
80
  "cross-env": "^7.0.3",
81
- "eslint-config-custom": "5.24.2",
81
+ "eslint-config-custom": "5.25.0",
82
82
  koa: "2.16.1",
83
83
  react: "18.3.1",
84
84
  "react-dom": "18.3.1",
85
85
  "react-router-dom": "6.22.3",
86
86
  "styled-components": "6.1.8",
87
- tsconfig: "5.24.2",
87
+ tsconfig: "5.25.0",
88
88
  typescript: "5.4.4"
89
89
  };
90
90
  var peerDependencies = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-graphql",
3
- "version": "5.24.2",
3
+ "version": "5.25.0",
4
4
  "description": "Adds GraphQL endpoint with default API methods.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -59,9 +59,9 @@
59
59
  "@graphql-tools/schema": "10.0.3",
60
60
  "@graphql-tools/utils": "^10.1.3",
61
61
  "@koa/cors": "5.0.0",
62
- "@strapi/design-system": "2.0.0-rc.29",
63
- "@strapi/icons": "2.0.0-rc.29",
64
- "@strapi/utils": "5.24.2",
62
+ "@strapi/design-system": "2.0.0-rc.30",
63
+ "@strapi/icons": "2.0.0-rc.30",
64
+ "@strapi/utils": "5.25.0",
65
65
  "graphql": "^16.8.1",
66
66
  "graphql-depth-limit": "^1.1.0",
67
67
  "graphql-playground-middleware-koa": "^1.6.21",
@@ -73,19 +73,19 @@
73
73
  "pluralize": "8.0.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@strapi/strapi": "5.24.2",
77
- "@strapi/types": "5.24.2",
76
+ "@strapi/strapi": "5.25.0",
77
+ "@strapi/types": "5.25.0",
78
78
  "@types/graphql-depth-limit": "1.1.5",
79
79
  "@types/koa-bodyparser": "4.3.12",
80
80
  "@types/koa__cors": "5.0.0",
81
81
  "cross-env": "^7.0.3",
82
- "eslint-config-custom": "5.24.2",
82
+ "eslint-config-custom": "5.25.0",
83
83
  "koa": "2.16.1",
84
84
  "react": "18.3.1",
85
85
  "react-dom": "18.3.1",
86
86
  "react-router-dom": "6.22.3",
87
87
  "styled-components": "6.1.8",
88
- "tsconfig": "5.24.2",
88
+ "tsconfig": "5.25.0",
89
89
  "typescript": "5.4.4"
90
90
  },
91
91
  "peerDependencies": {