We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1141435 + 867a444 commit 97158dbCopy full SHA for 97158db
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# graphql-x
2
3
+## 0.6.0
4
+
5
+### Minor Changes
6
7
+- fdee429: config package module
8
9
## 0.5.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@txe/graphql-x",
- "version": "0.5.0",
+ "version": "0.6.0",
"description": "GraphQL eXpansion",
"keywords": [
"graphql",
@@ -18,13 +18,14 @@
18
"license": "MIT",
19
"type": "module",
20
"packageManager": "[email protected]",
21
- "main": "dist/index.js",
22
"files": [
23
"dist/",
24
"!dist/testing/",
25
"!dist/types/",
26
"!**/*.spec.*"
27
],
+ "main": "dist/index.js",
28
+ "module": "dist/index.js",
29
"bin": {
30
"graphql-x": "bin/graphql-x"
31
},
0 commit comments