Skip to content

Commit 173c4c8

Browse files
authored
Merge pull request #11 from tenex-engineering/develop
v0.9.0-alpha
2 parents 94517f9 + a87cb8c commit 173c4c8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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.9.0
4+
5+
### Minor Changes
6+
7+
- 1c88aa3: fix module stuff
8+
39
## 0.8.2
410

511
### Patch Changes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txe/graphql-x",
3-
"version": "0.8.2",
3+
"version": "0.9.0",
44
"description": "GraphQL eXpansion",
55
"keywords": [
66
"graphql",
@@ -25,7 +25,7 @@
2525
"!**/*.spec.*"
2626
],
2727
"main": "./dist/index.js",
28-
"module": "./dist/index.js",
28+
"exports": "./dist/index.js",
2929
"types": "./dist/index.d.ts",
3030
"bin": {
3131
"graphql-x": "bin/graphql-x"
@@ -35,7 +35,7 @@
3535
},
3636
"scripts": {
3737
"prepublishOnly": "npm run ci",
38-
"ci": "npm run check-lint && npm run check-exports && npm run build && npm run test && npm run check-format && npm run check-spelling",
38+
"ci": "npm run check-lint && npm run build && npm run check-exports && npm run test && npm run check-format && npm run check-spelling",
3939
"dev": "concurrently --names=\"build,test\" --prefix-colors=\"cyan,green\" \"npm run watch:build -- --noEmit\" \"npm run watch:test\"",
4040
"build": "tsc",
4141
"lint": "eslint ./ --fix",

0 commit comments

Comments
 (0)