File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 22 "name" : " @fuf-stack/pixel-utils" ,
33 "description" : " fuf pixels helper utils" ,
44 "author" : " Fröhlich ∧ Frei" ,
5- "version" : " 1.0.6 " ,
5+ "version" : " 1.1.0 " ,
66 "type" : " module" ,
77 "main" : " ./dist/index.cjs" ,
88 "module" : " ./dist/index.js" ,
9- "types" : " ./dist/index.d.ts " ,
9+ "types" : " ./dist/index.d.cts " ,
1010 "sideEffects" : false ,
1111 "exports" : {
1212 "." : {
13- "types " : " ./dist/index.d.ts " ,
14- "import" : " ./dist/index.js" ,
15- "require" : " ./dist/index.cjs "
16- }
13+ "require " : " ./dist/index.cjs " ,
14+ "import" : " ./dist/index.js"
15+ },
16+ "./package.json" : " ./package.json "
1717 },
1818 "files" : [
1919 " ./dist"
3737 "url" : " https://github.com/fuf-stack/pixels/issues"
3838 },
3939 "scripts" : {
40- "build" : " tsup --config node_modules/@repo/tsup-config/config.ts " ,
40+ "build" : " tsdown " ,
4141 "prepack" : " pnpm build"
4242 },
4343 "peerDependencies" : {
Original file line number Diff line number Diff line change 1- // TODO: this is not used for now, but we should use it in the future
2-
31/* eslint-disable no-restricted-exports */
42/* eslint-disable import-x/no-extraneous-dependencies */
53export { default } from '@repo/tsdown-config/config' ;
4+
You can’t perform that action at this time.
0 commit comments