Skip to content

Commit 9f9f24f

Browse files
committed
chore: release v0.3.7
1 parent 4f153cd commit 9f9f24f

File tree

3 files changed

+145
-142
lines changed

3 files changed

+145
-142
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 更改日志 | Change Log
22

3+
## v0.3.7 / 2024-01-24
4+
5+
- [v0.3.6 ... v0.3.7](https://github.com/siyuan-community/siyuan-sdk/compare/v0.3.6...v0.3.7)
36
- 优化测试用例以兼容 Vitest `v1.x.x` | Optimize test cases to be compatible with Vitest `v1.x.x`
47
- 完善 API `/api/notebook/lsNotebooks` | Perfect API `/api/notebook/lsNotebooks`
58
- 调整 Vitest 配置 | Adjust Vitest configuration

node/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@siyuan-community/siyuan-sdk",
4-
"version": "0.3.6",
5-
"packageManager": "pnpm@8.12.1",
4+
"version": "0.3.7",
5+
"packageManager": "pnpm@8.14.2",
66
"engines": {
77
"node": "21"
88
},
@@ -71,33 +71,33 @@
7171
"prebuild": "node --import=./scripts/ts-node-register.js ./scripts/prebuild.ts",
7272
"build": "vite build",
7373
"publish:npm": "npm run prebuild && npm run build && npm publish",
74-
"format": "eslint --fix .",
74+
"format": "eslint --fix ./src",
7575
"spell:code": "cspell .",
7676
"spell:schemas": "cspell ./../schemas",
77-
"lint": "eslint . && cspell .",
77+
"lint": "eslint ./src && cspell .",
7878
"coverage": "vitest run --coverage",
7979
"check": "npm run lint && npm run format && npm run coverage"
8080
},
8181
"devDependencies": {
8282
"@ltd/j-toml": "^1.38.0",
8383
"@nodelib/fs.walk": "^2.0.0",
8484
"@types/node": "^20.11.5",
85-
"@typescript-eslint/eslint-plugin": "^6.19.0",
86-
"@typescript-eslint/parser": "^6.19.0",
85+
"@typescript-eslint/eslint-plugin": "^6.19.1",
86+
"@typescript-eslint/parser": "^6.19.1",
8787
"@vitest/coverage-istanbul": "^1.2.1",
8888
"@vitest/ui": "^1.2.1",
8989
"ajv": "^8.12.0",
9090
"ajv-formats": "^2.1.1",
9191
"chokidar": "^3.5.3",
9292
"cspell": "^8.3.2",
93-
"dotenv": "^16.3.1",
93+
"dotenv": "^16.3.2",
9494
"eslint": "^8.56.0",
9595
"json5": "^2.2.3",
9696
"path-browserify": "^1.0.1",
9797
"quicktype-core": "^23.0.81",
9898
"ts-node": "^10.9.2",
9999
"typescript": "^5.3.3",
100-
"vite": "^5.0.11",
100+
"vite": "^5.0.12",
101101
"vite-plugin-dts": "^3.7.1",
102102
"vite-plugin-static-copy": "^1.0.0",
103103
"vitest": "^1.2.1",

0 commit comments

Comments
 (0)