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 1111    "pnpm" : " >=9.0.6" 
1212  },
1313  "scripts" : {
14-     "build" : " turbo run build --filter=!website && bob check " 
14+     "build" : " turbo run build --filter=!website && attw --pack packages/plugin/dist " 
1515    "ci:lint" : " ESLINT_USE_FLAT_CONFIG=false eslint --ignore-path .gitignore --output-file eslint_report.json --format json ." 
1616    "create-rule" : " tsx scripts/create-rule.ts" 
1717    "generate:configs" : " tsx scripts/generate-configs.ts" 
2525    "typecheck" : " turbo run typecheck" 
2626  },
2727  "devDependencies" : {
28+     "@arethetypeswrong/cli" : " ^0.16.4" 
2829    "@changesets/changelog-github" : " 0.5.0" 
2930    "@changesets/cli" : " 2.27.9" 
3031    "@graphql-tools/utils" : " 10.5.4" 
3132    "@theguild/eslint-config" : " 0.12.1" 
3233    "@theguild/prettier-config" : " 2.0.7" 
3334    "@types/dedent" : " 0.7.2" 
3435    "@types/node" : " 20.16.11" 
35-     "bob-the-bundler" : " 7.0.1" 
3636    "chalk" : " 5.3.0" 
3737    "dedent" : " 1.5.3" 
3838    "enquirer" : " 2.4.1" 
Original file line number Diff line number Diff line change 99  "engines" : {
1010    "node" : " >=18" 
1111  },
12-   "main" : " dist/cjs/index.js" 
1312  "exports" : {
1413    "./package.json" : " ./package.json" 
1514    "." : {
1615      "require" : {
17-         "types" : " ./dist/cjs/index.d.ts " 
16+         "types" : " ./dist/cjs/index.d.cts " 
1817        "default" : " ./dist/cjs/index.js" 
1918      },
2019      "import" : {
2120        "types" : " ./dist/esm/index.d.ts" 
2221        "default" : " ./dist/esm/index.js" 
23-       },
24-       "default" : {
25-         "types" : " ./dist/esm/index.d.ts" 
26-         "default" : " ./dist/esm/index.js" 
2722      }
2823    }
2924  },
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments