mirror of
https://github.com/kunkunsh/kunkun-ext-imgur-upload.git
synced 2025-04-03 17:36:42 +00:00
chore: update dependencies and bump version
This commit is contained in:
parent
e53d6056ad
commit
e6958d90bb
2
bun.lock
2
bun.lock
@ -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",
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user