Skip to content

Commit 4b5a4a2

Browse files
authored
Merge pull request #3 from tenex-engineering/develop
v0.3.0
2 parents c08b989 + 29c35ac commit 4b5a4a2

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
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.3.0
4+
5+
### Minor Changes
6+
7+
- cc418d8: update build config
8+
39
## 0.2.0
410

511
### Minor Changes

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txe/graphql-x",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "GraphQL eXpansion",
55
"keywords": [
66
"graphql",
@@ -21,8 +21,9 @@
2121
"main": "dist/index.js",
2222
"files": [
2323
"dist/",
24-
"!**/*.spec.*",
25-
"!**/*.js.map"
24+
"!dist/testing/",
25+
"!dist/types/",
26+
"!**/*.spec.*"
2627
],
2728
"bin": {
2829
"graphql-x": "bin/graphql-x"

tsconfig.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@
3030
"module": "Node16",
3131
"outDir": "dist",
3232
"rootDir": "src",
33-
"sourceMap": true,
3433

3534
/* AND if you're building for a library: */
3635
"declaration": true
37-
38-
/* AND if you're building for a library in a monorepo: */
39-
// "declarationMap": true
4036
}
4137
}

0 commit comments

Comments
 (0)