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",
|
"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",
|
||||||
},
|
},
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user