File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
22 "name" : " @txe/graphql-x" ,
3- "version" : " 0.8.0 " ,
3+ "version" : " 0.8.1 " ,
44 "description" : " GraphQL eXpansion" ,
55 "keywords" : [
66 " graphql" ,
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" ,
Original file line number Diff line number Diff line change 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/*" ]
You can’t perform that action at this time.
0 commit comments