Skip to content

Commit

Permalink
fix: pic upload error in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Nov 16, 2024
1 parent 2c39496 commit 4f0782d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siyuan-plugin-publisher",
"version": "1.23.2",
"version": "1.23.0",
"description": "Publish articles from Siyuan Notes to platforms such as Yuque, Notion, Cnblogs, WordPress, Typecho, Hexo, Zhihu and more",
"repository": "terwer/siyuan-plugin-publisher",
"homepage": "https://github.com/terwer/siyuan-plugin-publisher",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/katex": "^0.16.7",
"@types/minimist": "^1.2.5",
"@types/node": "^18.19.64",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"esbuild-plugin-copy": "^2.1.1",
Expand All @@ -46,26 +46,26 @@
"rollup-plugin-livereload": "^2.0.5",
"stylus": "^0.64.0",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vercel": "^39.0.2",
"vite": "^5.4.11",
"vercel": "^37.14.0",
"vite": "^5.4.10",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vitest": "^1.6.0",
"vue-tsc": "^2.1.10"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@iconify/json": "^2.2.273",
"@iconify/json": "^2.2.269",
"@vueuse/components": "^11.2.0",
"@vueuse/core": "^11.2.0",
"chatgpt": "^5.2.5",
"cheerio": "1.0.0",
"cookie-parse": "^0.4.0",
"cross-fetch": "^3.1.8",
"crypto-js": "^4.2.0",
"element-plus": "^2.8.8",
"element-plus": "^2.8.7",
"gray-matter": "^4.0.3",
"iframe-resizer": "^5.3.2",
"js-base64": "^3.7.7",
Expand All @@ -78,8 +78,8 @@
"siyuan": "^1.0.5",
"telegraph.md": "^0.0.1",
"unplugin-icons": "^0.20.1",
"uuid": "^11.0.3",
"vue": "^3.5.13",
"uuid": "^11.0.2",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"xmlbuilder2": "^3.1.1",
Expand All @@ -96,4 +96,4 @@
"zhi-xmlrpc-middleware": "^0.6.21"
},
"packageManager": "[email protected]"
}
}
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f0782d

Please sign in to comment.