File tree Expand file tree Collapse file tree 4 files changed +786
-718
lines changed Expand file tree Collapse file tree 4 files changed +786
-718
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @graphql-eslint/eslint-plugin ' : patch
3
+ ---
4
+
5
+ fix types exports by ` @arethetypeswrong/cli ` package
Original file line number Diff line number Diff line change 11
11
"pnpm" : " >=9.0.6"
12
12
},
13
13
"scripts" : {
14
- "build" : " turbo run build --filter=!website && bob check " ,
14
+ "build" : " turbo run build --filter=!website && attw --pack packages/plugin/dist " ,
15
15
"ci:lint" : " ESLINT_USE_FLAT_CONFIG=false eslint --ignore-path .gitignore --output-file eslint_report.json --format json ." ,
16
16
"create-rule" : " tsx scripts/create-rule.ts" ,
17
17
"generate:configs" : " tsx scripts/generate-configs.ts" ,
25
25
"typecheck" : " turbo run typecheck"
26
26
},
27
27
"devDependencies" : {
28
+ "@arethetypeswrong/cli" : " ^0.16.4" ,
28
29
"@changesets/changelog-github" : " 0.5.0" ,
29
30
"@changesets/cli" : " 2.27.9" ,
30
31
"@graphql-tools/utils" : " 10.5.4" ,
31
32
"@theguild/eslint-config" : " 0.12.1" ,
32
33
"@theguild/prettier-config" : " 2.0.7" ,
33
34
"@types/dedent" : " 0.7.2" ,
34
35
"@types/node" : " 20.16.11" ,
35
- "bob-the-bundler" : " 7.0.1" ,
36
36
"chalk" : " 5.3.0" ,
37
37
"dedent" : " 1.5.3" ,
38
38
"enquirer" : " 2.4.1" ,
Original file line number Diff line number Diff line change 9
9
"engines" : {
10
10
"node" : " >=18"
11
11
},
12
- "main" : " dist/cjs/index.js" ,
13
12
"exports" : {
14
13
"./package.json" : " ./package.json" ,
15
14
"." : {
16
15
"require" : {
17
- "types" : " ./dist/cjs/index.d.ts " ,
16
+ "types" : " ./dist/cjs/index.d.cts " ,
18
17
"default" : " ./dist/cjs/index.js"
19
18
},
20
19
"import" : {
21
20
"types" : " ./dist/esm/index.d.ts" ,
22
21
"default" : " ./dist/esm/index.js"
23
- },
24
- "default" : {
25
- "types" : " ./dist/esm/index.d.ts" ,
26
- "default" : " ./dist/esm/index.js"
27
22
}
28
23
}
29
24
},
You can’t perform that action at this time.
0 commit comments