99 "check" : " npm run lint:check && npm run ts:check" ,
1010 "prebuild" : " npm run clean && npm run check" ,
1111 "build:watch" : " pnpm build && nodemon --watch src --ext ts,tsx --exec \" pnpm build\" " ,
12- "build" : " zshy " ,
13- "pub" : " pnpm build && sborshik publish" ,
12+ "build" : " sborshik build --fillDist " ,
13+ "pub" : " pnpm build && sborshik publish --useDistDir " ,
1414 "pub:patch" : " PUBLISH_VERSION=patch pnpm pub" ,
1515 "pub:minor" : " PUBLISH_VERSION=minor pnpm pub" ,
1616 "pub:major" : " PUBLISH_VERSION=major pnpm pub" ,
7676 "@vitest/coverage-istanbul" : " ^3.1.2" ,
7777 "commitfmt" : " ^1.0.4" ,
7878 "js2me-biome-config" : " ^1.0.4" ,
79- "sborshik" : " ^1.0.6 " ,
79+ "sborshik" : " ^1.0.10 " ,
8080 "jsdom" : " ^26.1.0" ,
8181 "lefthook" : " ^1.11.16" ,
8282 "nodemon" : " ^3.1.9" ,
8686 "vitest" : " ^3.1.2" ,
8787 "zshy" : " ^0.4.2"
8888 },
89- "packageManager" :
" [email protected] +sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903" ,
90- "files" : [
91- " dist"
92- ],
93- "main" : " ./dist/index.cjs" ,
94- "module" : " ./dist/index.js" ,
95- "types" : " ./dist/index.d.cts" ,
96- "exports" : {
97- "./package.json" : " ./package.json" ,
98- "." : {
99- "types" : " ./dist/index.d.cts" ,
100- "import" : " ./dist/index.js" ,
101- "require" : " ./dist/index.cjs"
102- }
103- }
104- }
89+ "packageManager" :
" [email protected] +sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903" 90+ }
0 commit comments