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", "name": "kunkun-ext-imgur-upload",
"dependencies": { "dependencies": {
"@kksh/api": "^0.1.2", "@kksh/api": "^0.1.3",
"data-uri-to-buffer": "^6.0.2", "data-uri-to-buffer": "^6.0.2",
"i18next": "^23.15.1", "i18next": "^23.15.1",
}, },

View File

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

View File

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