graphql-tools 8.0.0 → 8.1.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/es5/index.js +1 -1
- package/es5/index.mjs +1 -1
- package/es5/package.json +2 -2
- package/index.js +3 -2
- package/index.mjs +3 -2
- package/package.json +2 -2
package/es5/index.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const schema = require('@graphql-tools/schema/es5');
|
|
6
6
|
|
|
7
|
-
console.warn("This package has been deprecated and now it only exports makeExecutableSchema.\nWe recommend you to migrate to scoped packages.\nCheck out https://www.graphql-tools.com
|
|
7
|
+
console.warn("This package has been deprecated and now it only exports makeExecutableSchema.\nAnd it will no longer receive updates.\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\nCheck out https://www.graphql-tools.com to learn what package you should use instead!");
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, 'makeExecutableSchema', {
|
|
10
10
|
enumerable: true,
|
package/es5/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { makeExecutableSchema } from '@graphql-tools/schema/es5';
|
|
2
2
|
|
|
3
|
-
console.warn("This package has been deprecated and now it only exports makeExecutableSchema.\nWe recommend you to migrate to scoped packages.\nCheck out https://www.graphql-tools.com
|
|
3
|
+
console.warn("This package has been deprecated and now it only exports makeExecutableSchema.\nAnd it will no longer receive updates.\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\nCheck out https://www.graphql-tools.com to learn what package you should use instead!");
|
package/es5/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphql-tools/es5",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"description": "Useful tools to create and manipulate GraphQL schemas.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"peerDependencies": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"tslib": "~2.3.0"
|
|
12
12
|
},
|
|
13
13
|
"optionalDependencies": {
|
|
14
|
-
"@apollo/client": "~3.2.5 || ~3.3.0"
|
|
14
|
+
"@apollo/client": "~3.2.5 || ~3.3.0 || ~3.4.0"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
package/index.js
CHANGED
|
@@ -5,8 +5,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const schema = require('@graphql-tools/schema');
|
|
6
6
|
|
|
7
7
|
console.warn(`This package has been deprecated and now it only exports makeExecutableSchema.
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
And it will no longer receive updates.
|
|
9
|
+
We recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.
|
|
10
|
+
Check out https://www.graphql-tools.com to learn what package you should use instead!`);
|
|
10
11
|
|
|
11
12
|
Object.defineProperty(exports, 'makeExecutableSchema', {
|
|
12
13
|
enumerable: true,
|
package/index.mjs
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { makeExecutableSchema } from '@graphql-tools/schema';
|
|
2
2
|
|
|
3
3
|
console.warn(`This package has been deprecated and now it only exports makeExecutableSchema.
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
And it will no longer receive updates.
|
|
5
|
+
We recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.
|
|
6
|
+
Check out https://www.graphql-tools.com to learn what package you should use instead!`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphql-tools",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"description": "Useful tools to create and manipulate GraphQL schemas.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"peerDependencies": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"tslib": "~2.3.0"
|
|
12
12
|
},
|
|
13
13
|
"optionalDependencies": {
|
|
14
|
-
"@apollo/client": "~3.2.5 || ~3.3.0"
|
|
14
|
+
"@apollo/client": "~3.2.5 || ~3.3.0 || ~3.4.0"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|