chore: update dependencies and bump version

This commit is contained in:
Huakun Shen 2025-02-24 06:29:14 -05:00
parent e53d6056ad
commit e6958d90bb
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
"": {
"name": "kunkun-ext-imgur-upload",
"dependencies": {
"@kksh/api": "^0.1.2",
"@kksh/api": "^0.1.3",
"data-uri-to-buffer": "^6.0.2",
"i18next": "^23.15.1",
},

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-imgur-upload",
"version": "0.0.6",
"version": "0.0.7",
"repository": {
"type": "git",
"url": "https://github.com/kunkunsh/kunkun-ext-imgur-upload"
@ -63,7 +63,7 @@
"build": "bun build.ts"
},
"dependencies": {
"@kksh/api": "^0.1.2",
"@kksh/api": "^0.1.3",
"data-uri-to-buffer": "^6.0.2",
"i18next": "^23.15.1"
},

View File

@ -4,7 +4,7 @@ import {
clipboard,
dialog,
expose,
HeadlessTemplateUiCommand,
HeadlessCommand,
fs,
kv,
toast,
@ -38,7 +38,7 @@ function formatUrl(url: string, format: (typeof URL_FORMATS)[number]) {
}
}
class ImgurUpload extends HeadlessTemplateUiCommand {
class ImgurUpload extends HeadlessCommand {
uploadImage(
clientId: string,
base64Image: string