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 0399b7f + df75f63 commit 1141435Copy full SHA for 1141435
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# graphql-x
2
3
+## 0.5.0
4
+
5
+### Minor Changes
6
7
+- d66380d: update package exports config
8
9
## 0.4.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@txe/graphql-x",
- "version": "0.4.0",
+ "version": "0.5.0",
"description": "GraphQL eXpansion",
"keywords": [
"graphql",
@@ -33,7 +33,9 @@
33
"#documents/*": "./documents/*"
34
},
35
"exports": {
36
- ".": "./dist/index.js"
+ ".": {
37
+ "import": "./dist/index.js"
38
+ }
39
40
"scripts": {
41
"prepublishOnly": "npm run ci",
0 commit comments