9
9
"check" : " npm run lint:check && npm run ts:check" ,
10
10
"prebuild" : " npm run clean && npm run check" ,
11
11
"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 " ,
14
14
"pub:patch" : " PUBLISH_VERSION=patch pnpm pub" ,
15
15
"pub:minor" : " PUBLISH_VERSION=minor pnpm pub" ,
16
16
"pub:major" : " PUBLISH_VERSION=major pnpm pub" ,
76
76
"@vitest/coverage-istanbul" : " ^3.1.2" ,
77
77
"commitfmt" : " ^1.0.4" ,
78
78
"js2me-biome-config" : " ^1.0.4" ,
79
- "sborshik" : " ^1.0.6 " ,
79
+ "sborshik" : " ^1.0.10 " ,
80
80
"jsdom" : " ^26.1.0" ,
81
81
"lefthook" : " ^1.11.16" ,
82
82
"nodemon" : " ^3.1.9" ,
86
86
"vitest" : " ^3.1.2" ,
87
87
"zshy" : " ^0.4.2"
88
88
},
89
- "packageManager" : " pnpm@9.5.0+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" : " pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
90
+ }
0 commit comments