Skip to content

Commit c42ea7e

Browse files
authored
Merge pull request #9 from tenex-engineering/develop
v0.8.1-alpha
2 parents 62d36b1 + 225602e commit c42ea7e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-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.8.1
4+
5+
### Patch Changes
6+
7+
- 0f1bc5d: fix
8+
39
## 0.8.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txe/graphql-x",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "GraphQL eXpansion",
55
"keywords": [
66
"graphql",
@@ -32,11 +32,6 @@
3232
"imports": {
3333
"#app/*": "./dist/*"
3434
},
35-
"exports": {
36-
".": {
37-
"import": "./dist/index.js"
38-
}
39-
},
4035
"scripts": {
4136
"prepublishOnly": "npm run ci",
4237
"ci": "npm run check-lint && npm run check-exports && npm run build && npm run test && npm run check-format && npm run check-spelling",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"include": ["src/**/*"],
33
"compilerOptions": {
4-
"baseUrl": "./src",
54
"pretty": true,
65
"types": ["vite/client"],
76

7+
"baseUrl": "./",
88
"paths": {
99
"#app/*": ["./src/*"],
1010
"#documents/*": ["./documents/*"]

0 commit comments

Comments
 (0)