Skip to content

Commit 1141435

Browse files
authored
Merge pull request #5 from tenex-engineering/develop
v0.5.0-alpha
2 parents 0399b7f + df75f63 commit 1141435

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# graphql-x
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- d66380d: update package exports config
8+
39
## 0.4.0
410

511
### Minor Changes

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txe/graphql-x",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "GraphQL eXpansion",
55
"keywords": [
66
"graphql",
@@ -33,7 +33,9 @@
3333
"#documents/*": "./documents/*"
3434
},
3535
"exports": {
36-
".": "./dist/index.js"
36+
".": {
37+
"import": "./dist/index.js"
38+
}
3739
},
3840
"scripts": {
3941
"prepublishOnly": "npm run ci",

0 commit comments

Comments
 (0)