File tree Expand file tree Collapse file tree 4 files changed +6
-21
lines changed
packages/tidyverse-errors Expand file tree Collapse file tree 4 files changed +6
-21
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @quarto/tidyverse-errors" ,
3- "version" : " 0.1.4 " ,
3+ "version" : " 0.1.9 " ,
44 "description" : " Format errors using the tidyverse style." ,
55 "author" : {
66 "name" : " Posit PBC"
1414 "url" : " git+https://github.com/quarto-dev/quarto.git"
1515 },
1616 "license" : " MIT" ,
17- "main" : " dist/cjs/index.js" ,
18- "types" : " dist/cjs/index.d.ts" ,
19- "exports" : {
20- "." : {
21- "types" : " ./dist/cjs/index.d.ts" ,
22- "import" : " ./dist/esm/index.js" ,
23- "require" : " ./dist/cjs/index.js"
24- }
25- },
17+ "main" : " ./dist/cjs/index.js" ,
18+ "types" : " ./dist/cjs/index.d.ts" ,
2619 "files" : [" dist" ],
2720 "dependencies" : {
2821 "tsconfig" : " *" ,
3326 "tsx" : " ^4.7.1"
3427 },
3528 "scripts" : {
36- "build" : " npm run build:cjs && npm run build:esm " ,
29+ "build" : " npm run build:cjs" ,
3730 "build:cjs" : " tsc -p tsconfig.cjs.json" ,
38- "build:esm" : " tsc -p tsconfig.esm.json" ,
3931 "test" : " node --import tsx --test test/*.test.ts"
4032 }
4133}
Original file line number Diff line number Diff line change 2222 * SOFTWARE.
2323 */
2424
25- export * from "./errors" ;
25+ export * from "./errors.js " ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 "declarationMap" : true ,
88 "rootDir" : " ./src" ,
99 "esModuleInterop" : true ,
10- "target" : " es2018 " ,
10+ "target" : " ES2020 " ,
1111 "moduleResolution" : " node" ,
1212 "allowJs" : true ,
1313 },
You can’t perform that action at this time.
0 commit comments