77 "check" : " eslint . --fix" ,
88 "prebuild" : " npm run clean && npm run check" ,
99 "build:watch" : " pnpm build && nodemon --watch src --ext ts,tsx --exec \" pnpm build\" " ,
10- "build" : " zshy " ,
11- "pub" : " pnpm build && sborshik publish" ,
10+ "build" : " sborshik build --fillDist " ,
11+ "pub" : " pnpm build && sborshik publish --useDistDir " ,
1212 "pub:patch" : " PUBLISH_VERSION=patch pnpm pub" ,
1313 "pub:minor" : " PUBLISH_VERSION=minor pnpm pub" ,
1414 "pub:major" : " PUBLISH_VERSION=major pnpm pub" ,
6666 "commitfmt" : " ^1.0.0" ,
6767 "eslint" : " ^8.57.0" ,
6868 "js2me-eslint-config" : " ^1.0.6" ,
69- "sborshik" : " ^1.0.6 " ,
69+ "sborshik" : " ^1.0.10 " ,
7070 "jsdom" : " ^25.0.1" ,
7171 "lefthook" : " ^1.11.13" ,
7272 "nodemon" : " ^3.1.0" ,
7575 "vitest" : " ^2.1.4" ,
7676 "zshy" : " ^0.4.2"
7777 },
78- "packageManager" :
" [email protected] +sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903" ,
79- "files" : [
80- " dist"
81- ],
82- "main" : " ./dist/index.js" ,
83- "module" : " ./dist/index.mjs" ,
84- "types" : " ./dist/index.d.ts" ,
85- "exports" : {
86- "./package.json" : " ./package.json" ,
87- "." : {
88- "types" : " ./dist/index.d.ts" ,
89- "import" : " ./dist/index.mjs" ,
90- "require" : " ./dist/index.js"
91- }
92- }
93- }
78+ "packageManager" :
" [email protected] +sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903" 79+ }
0 commit comments