Skip to content

Commit ca61ced

Browse files
committed
perf(api): 调整 API /api/system/getConf | Adjust API /api/system/getConf
1 parent 3b68b86 commit ca61ced

File tree

6 files changed

+1256
-1110
lines changed

6 files changed

+1256
-1110
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- 调整 API `/api/repo/openRepoSnapshotDoc` | Adjust API `/api/repo/openRepoSnapshotDoc`
66
- 调整 API `/api/block/getBlockBreadcrumb` 测试用例 | Adjust API `/api/block/getBlockBreadcrumb` test case
77
- 调整 API `/api/search/fullTextSearchBlock` | Adjust API `/api/search/fullTextSearchBlock`
8+
- 调整 API `/api/system/getConf` | Adjust API `/api/system/getConf`
89

910
## v0.3.13 / 2024-09-10
1011

node/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"version": "0.3.13",
66
"private": false,
7-
"packageManager": "pnpm@9.9.0",
7+
"packageManager": "pnpm@9.14.1",
88
"description": "A simple and easy to use SDK for SiYuan.",
99
"author": {
1010
"name": "Zuoqiu Yingyi",
@@ -56,7 +56,7 @@
5656
"src"
5757
],
5858
"engines": {
59-
"node": "22"
59+
"node": "23"
6060
},
6161
"browser": "./dist/index.iife.js",
6262
"publishConfig": {
@@ -94,26 +94,26 @@
9494
"ws": "^8.18.0"
9595
},
9696
"devDependencies": {
97-
"@antfu/eslint-config": "^3.8.0",
98-
"@commitlint/cli": "^19.5.0",
99-
"@commitlint/config-conventional": "^19.5.0",
97+
"@antfu/eslint-config": "^3.9.2",
98+
"@commitlint/cli": "^19.6.0",
99+
"@commitlint/config-conventional": "^19.6.0",
100100
"@commitlint/types": "^19.5.0",
101-
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
101+
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
102102
"@ltd/j-toml": "^1.38.0",
103103
"@nodelib/fs.walk": "^2.0.0",
104104
"@types/lint-staged": "^13.3.0",
105-
"@types/node": "^22.7.8",
106-
"@vitest/coverage-istanbul": "^2.1.3",
107-
"@vitest/ui": "^2.1.3",
105+
"@types/node": "^22.9.1",
106+
"@vitest/coverage-istanbul": "^2.1.5",
107+
"@vitest/ui": "^2.1.5",
108108
"ajv": "^8.17.1",
109109
"ajv-formats": "^3.0.1",
110110
"chokidar": "^4.0.1",
111-
"cspell": "^8.15.4",
111+
"cspell": "^8.16.0",
112112
"dotenv": "^16.4.5",
113-
"eslint": "^9.13.0",
113+
"eslint": "^9.15.0",
114114
"eslint-plugin-format": "^0.1.2",
115115
"eslint-plugin-tsdoc": "^0.3.0",
116-
"husky": "^9.1.6",
116+
"husky": "^9.1.7",
117117
"json5": "^2.2.3",
118118
"lint-staged": "^15.2.10",
119119
"npm-run-all": "^4.1.5",
@@ -123,10 +123,10 @@
123123
"quicktype-core": "^23.0.170",
124124
"ts-node": "^10.9.2",
125125
"typescript": "^5.6.3",
126-
"vite": "^5.4.9",
127-
"vite-plugin-dts": "^4.2.4",
128-
"vite-plugin-static-copy": "^2.0.0",
129-
"vite-tsconfig-paths": "^5.0.1",
130-
"vitest": "^2.1.3"
126+
"vite": "^5.4.11",
127+
"vite-plugin-dts": "^4.3.0",
128+
"vite-plugin-static-copy": "^2.1.0",
129+
"vite-tsconfig-paths": "^5.1.3",
130+
"vitest": "^2.1.5"
131131
}
132132
}

0 commit comments

Comments
 (0)