File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# 更改日志 | Change Log
22
3+ ## v0.3.12 / 2024-07-11
4+
5+ - [ v0.3.11 ... v0.3.12] ( https://github.com/siyuan-community/siyuan-sdk/compare/v0.3.11...v0.3.12 )
36- 改进 eslint 配置 | Improve eslint configuration
47- 改进构建流程 | Improve the build process
58- 优化 Prettier 配置 | Optimize Prettier configuration
Original file line number Diff line number Diff line change 22 "$schema" : " https://json.schemastore.org/package.json" ,
33 "name" : " @siyuan-community/siyuan-sdk" ,
44 "type" : " module" ,
5- "version" : " 0.3.11 " ,
5+ "version" : " 0.3.12 " ,
66 "private" : false ,
7- "packageManager" : " pnpm@9.1.4 " ,
7+ "packageManager" : " pnpm@9.4.0 " ,
88 "description" : " A simple and easy to use SDK for SiYuan." ,
99 "author" : {
1010 "name" : " Zuoqiu Yingyi" ,
7171 "test:once" : " vitest run" ,
7272 "build" : " vite build" ,
7373 "build:prebuild" : " node --import=./scripts/ts-node-register.js ./scripts/prebuild.ts" ,
74- "publish:npm" : " run-s build:prebuild build && npm publish" ,
74+ "publish:npm" : " run-s format build:prebuild check build && npm publish" ,
7575 "format" : " run-s format:eslint format:prettier" ,
7676 "format:eslint" : " eslint --fix ." ,
7777 "format:prettier" : " run-s format:prettier:schemas" ,
You can’t perform that action at this time.
0 commit comments