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 4b5a4a2 + f95ef39 commit 0399b7fCopy full SHA for 0399b7f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# graphql-x
2
3
+## 0.4.0
4
+
5
+### Minor Changes
6
7
+- 17be532: config package exports
8
9
## 0.3.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@txe/graphql-x",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "GraphQL eXpansion",
"keywords": [
"graphql",
@@ -32,6 +32,9 @@
32
"#app/*": "./dist/*",
33
"#documents/*": "./documents/*"
34
},
35
+ "exports": {
36
+ ".": "./dist/index.js"
37
+ },
38
"scripts": {
39
"prepublishOnly": "npm run ci",
40
"ci": "npm run check-lint && npm run check-exports && npm run build && npm run test && npm run check-format && npm run check-spelling",
0 commit comments