mirror of
https://github.com/kunkunsh/kunkun-ext-git-skyline.git
synced 2025-04-03 18:36:41 +00:00
chore: update API imports to use custom module and bump version to 0.0.12
This commit is contained in:
parent
97dc6f775d
commit
8667ed5e88
@ -3,7 +3,7 @@
|
||||
"name": "kunkun-ext-git-skyline",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/kunkunsh/kunkun-ext-git-skyline",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.12",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
@ -11,7 +11,7 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@kksh/api": "^0.0.52",
|
||||
"@kksh/api": "^0.1.1",
|
||||
"@kksh/vue": "0.1.4",
|
||||
"@radix-icons/vue": "^1.0.0",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
|
177
pnpm-lock.yaml
generated
177
pnpm-lock.yaml
generated
@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
'@kksh/api':
|
||||
specifier: ^0.0.52
|
||||
version: 0.0.52(axios@1.7.9)(svelte@5.2.2)(typescript@5.5.4)
|
||||
specifier: ^0.1.1
|
||||
version: 0.1.1(axios@1.7.9)(svelte@5.2.2)(typescript@5.5.4)
|
||||
'@kksh/vue':
|
||||
specifier: 0.1.4
|
||||
version: 0.1.4(@popperjs/core@2.11.8)(@vue/devtools-api@6.6.3)(tailwindcss@3.4.10)(vue@3.4.38(typescript@5.5.4))
|
||||
@ -420,8 +420,8 @@ packages:
|
||||
'@juggle/resize-observer@3.4.0':
|
||||
resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==}
|
||||
|
||||
'@kksh/api@0.0.52':
|
||||
resolution: {integrity: sha512-ss1cGJaO58iGkUcuBCcKCaepX4iquf+78VT8wh0l409proGgN68cTPpSPECuK9r3BrqnIocTOtn9nDtfHdxj+A==}
|
||||
'@kksh/api@0.1.1':
|
||||
resolution: {integrity: sha512-/9JLyOSAK4/dZ74LKzbqJ8LRT0otwtecS+I/k1Bs25m+DfYX8ONaWUwuwc5yufus6vqNbfAF/PHOCEs0aAE39A==}
|
||||
|
||||
'@kksh/vue@0.1.4':
|
||||
resolution: {integrity: sha512-1HVAItjSlckqpYmmN4pQRMDA+mIPmWoE2NsUn1nxMJgtb0Pu3cyplZ1YoL0UzrPO5Mj07e+uHOb+zd7JHYezyA==}
|
||||
@ -490,6 +490,58 @@ packages:
|
||||
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
|
||||
engines: {node: '>= 8'}
|
||||
|
||||
'@octokit/auth-token@5.1.2':
|
||||
resolution: {integrity: sha512-JcQDsBdg49Yky2w2ld20IHAlwr8d/d8N6NiOXbtuoPCqzbsiJgF633mVUw3x4mo0H5ypataQIX7SFu3yy44Mpw==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/core@6.1.3':
|
||||
resolution: {integrity: sha512-z+j7DixNnfpdToYsOutStDgeRzJSMnbj8T1C/oQjB6Aa+kRfNjs/Fn7W6c8bmlt6mfy3FkgeKBRnDjxQow5dow==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/endpoint@10.1.2':
|
||||
resolution: {integrity: sha512-XybpFv9Ms4hX5OCHMZqyODYqGTZ3H6K6Vva+M9LR7ib/xr1y1ZnlChYv9H680y77Vd/i/k+thXApeRASBQkzhA==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/graphql@8.2.0':
|
||||
resolution: {integrity: sha512-gejfDywEml/45SqbWTWrhfwvLBrcGYhOn50sPOjIeVvH6i7D16/9xcFA8dAJNp2HMcd+g4vru41g4E2RBiZvfQ==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/openapi-types@23.0.1':
|
||||
resolution: {integrity: sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==}
|
||||
|
||||
'@octokit/plugin-paginate-rest@11.4.0':
|
||||
resolution: {integrity: sha512-ttpGck5AYWkwMkMazNCZMqxKqIq1fJBNxBfsFwwfyYKTf914jKkLF0POMS3YkPBwp5g1c2Y4L79gDz01GhSr1g==}
|
||||
engines: {node: '>= 18'}
|
||||
peerDependencies:
|
||||
'@octokit/core': '>=6'
|
||||
|
||||
'@octokit/plugin-request-log@5.3.1':
|
||||
resolution: {integrity: sha512-n/lNeCtq+9ofhC15xzmJCNKP2BWTv8Ih2TTy+jatNCCq/gQP/V7rK3fjIfuz0pDWDALO/o/4QY4hyOF6TQQFUw==}
|
||||
engines: {node: '>= 18'}
|
||||
peerDependencies:
|
||||
'@octokit/core': '>=6'
|
||||
|
||||
'@octokit/plugin-rest-endpoint-methods@13.3.0':
|
||||
resolution: {integrity: sha512-LUm44shlmkp/6VC+qQgHl3W5vzUP99ZM54zH6BuqkJK4DqfFLhegANd+fM4YRLapTvPm4049iG7F3haANKMYvQ==}
|
||||
engines: {node: '>= 18'}
|
||||
peerDependencies:
|
||||
'@octokit/core': '>=6'
|
||||
|
||||
'@octokit/request-error@6.1.6':
|
||||
resolution: {integrity: sha512-pqnVKYo/at0NuOjinrgcQYpEbv4snvP3bKMRqHaD9kIsk9u1LCpb2smHZi8/qJfgeNqLo5hNW4Z7FezNdEo0xg==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/request@9.2.0':
|
||||
resolution: {integrity: sha512-kXLfcxhC4ozCnAXy2ff+cSxpcF0A1UqxjvYMqNuPIeOAzJbVWQ+dy5G2fTylofB/gTbObT8O6JORab+5XtA1Kw==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/rest@21.1.0':
|
||||
resolution: {integrity: sha512-93iLxcKDJboUpmnUyeJ6cRIi7z7cqTZT1K7kRK4LobGxwTwpsa+2tQQbRQNGy7IFDEAmrtkf4F4wBj3D5rVlJQ==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@octokit/types@13.8.0':
|
||||
resolution: {integrity: sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==}
|
||||
|
||||
'@pkgjs/parseargs@0.11.0':
|
||||
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
||||
engines: {node: '>=14'}
|
||||
@ -1059,6 +1111,9 @@ packages:
|
||||
balanced-match@1.0.2:
|
||||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
||||
|
||||
before-after-hook@3.0.2:
|
||||
resolution: {integrity: sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==}
|
||||
|
||||
binary-extensions@2.3.0:
|
||||
resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
|
||||
engines: {node: '>=8'}
|
||||
@ -1455,6 +1510,9 @@ packages:
|
||||
eval-estree-expression@2.0.3:
|
||||
resolution: {integrity: sha512-6zXgUV+NHvx6PwHxPsIQ8T4cCUgsnhaH6ZyYF1OSKZIrkcAzvSvZgHAbdj72GlNm8eH6c8FI8ywcwqm42Xq1aQ==}
|
||||
|
||||
fast-content-type-parse@2.0.1:
|
||||
resolution: {integrity: sha512-nGqtvLrj5w0naR6tDPfB4cUmYCqouzyQiz6C5y/LtcDllJdrcc6WaWW6iXyIIOErTa/XRybj28aasdn4LkVk6Q==}
|
||||
|
||||
fast-deep-equal@3.1.3:
|
||||
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
||||
|
||||
@ -1707,15 +1765,10 @@ packages:
|
||||
resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
kkrpc@0.0.12:
|
||||
resolution: {integrity: sha512-PBk4AhGfkesIdAwmIoj7dHHIp7qN97XT4yr5Rl7h2WL79gxWQVgZRJYLt7Gb17GoLDh991rnL85mhCoPG5VC/Q==}
|
||||
kkrpc@0.1.1:
|
||||
resolution: {integrity: sha512-zS75NGmDbMEQNJ7Y1XVNVrLmfuCY94jMCrIcNFHoT+5qLaTzpK1lokXUD9VYrRVMQMwAx8U9BgKjdiS0eDKZHA==}
|
||||
peerDependencies:
|
||||
typescript: ^5.6.3
|
||||
|
||||
kkrpc@0.0.13:
|
||||
resolution: {integrity: sha512-66ohRjbw2fLO45L1PMkGTP6KHk/Wa7nKJL6r4U/VCBsY+HoIncEdscSQcUgIdv2Da66/UyIC6UMWMvwIqXCZCg==}
|
||||
peerDependencies:
|
||||
typescript: ^5.6.3
|
||||
typescript: ^5.0.0
|
||||
|
||||
leaflet@1.7.1:
|
||||
resolution: {integrity: sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw==}
|
||||
@ -2195,8 +2248,8 @@ packages:
|
||||
tanu@0.1.13:
|
||||
resolution: {integrity: sha512-UbRmX7ccZ4wMVOY/Uw+7ji4VOkEYSYJG1+I4qzbnn4qh/jtvVbrm6BFnF12NQQ4+jGv21wKmjb1iFyUSVnBWcQ==}
|
||||
|
||||
tauri-api-adapter@0.3.16:
|
||||
resolution: {integrity: sha512-AoKWtRyhTPFaclM/XOtCSQg4OPmr/ssJqY209W+ELd4C11IpWyTVZ/Yfd7cCL03kB4OfvVTDWldA7Bzc7E72dg==}
|
||||
tauri-api-adapter@0.3.20:
|
||||
resolution: {integrity: sha512-tRK25c1d34ZRd5CJAXfrBeTr4eGh0UPshLac1DBm4TBF+EZ1TFCwLpvUj9DQ3VS2gHKA9fNc4J5pNpHh3OD4Og==}
|
||||
peerDependencies:
|
||||
typescript: ^5.0.0
|
||||
|
||||
@ -2286,6 +2339,9 @@ packages:
|
||||
undici-types@6.19.8:
|
||||
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
|
||||
|
||||
universal-user-agent@7.0.2:
|
||||
resolution: {integrity: sha512-0JCqzSKnStlRRQfCdowvqy3cy0Dvtlb8xecj/H8JFZuCze4rwjPZQOgvFvn0Ws/usCHQFGpyr+pB9adaGwXn4Q==}
|
||||
|
||||
universalify@2.0.1:
|
||||
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
@ -2511,7 +2567,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@babel/helper-validator-identifier': 7.25.9
|
||||
js-tokens: 4.0.0
|
||||
picocolors: 1.0.1
|
||||
picocolors: 1.1.1
|
||||
|
||||
'@babel/compat-data@7.26.5': {}
|
||||
|
||||
@ -2861,9 +2917,10 @@ snapshots:
|
||||
|
||||
'@juggle/resize-observer@3.4.0': {}
|
||||
|
||||
'@kksh/api@0.0.52(axios@1.7.9)(svelte@5.2.2)(typescript@5.5.4)':
|
||||
'@kksh/api@0.1.1(axios@1.7.9)(svelte@5.2.2)(typescript@5.5.4)':
|
||||
dependencies:
|
||||
'@huakunshen/jsr-client': 0.1.5(axios@1.7.9)(typescript@5.5.4)
|
||||
'@octokit/rest': 21.1.0
|
||||
'@tauri-apps/api': 2.2.0
|
||||
'@tauri-apps/cli': 2.2.5
|
||||
'@tauri-apps/plugin-deep-link': 2.2.0
|
||||
@ -2879,13 +2936,13 @@ snapshots:
|
||||
'@tauri-apps/plugin-store': 2.2.0
|
||||
'@tauri-apps/plugin-updater': 2.3.1
|
||||
'@tauri-apps/plugin-upload': 2.2.1
|
||||
kkrpc: 0.0.13(typescript@5.5.4)
|
||||
kkrpc: 0.1.1(typescript@5.5.4)
|
||||
lodash: 4.17.21
|
||||
minimatch: 10.0.1
|
||||
node-fetch: 3.3.2
|
||||
semver: 7.6.3
|
||||
svelte-sonner: 0.3.28(svelte@5.2.2)
|
||||
tauri-api-adapter: 0.3.16(typescript@5.5.4)
|
||||
tauri-api-adapter: 0.3.20(typescript@5.5.4)
|
||||
tauri-plugin-network-api: 2.0.5(typescript@5.5.4)
|
||||
tauri-plugin-shellx-api: 2.0.14
|
||||
tauri-plugin-system-info-api: 2.0.8(typescript@5.5.4)
|
||||
@ -2982,6 +3039,68 @@ snapshots:
|
||||
'@nodelib/fs.scandir': 2.1.5
|
||||
fastq: 1.17.1
|
||||
|
||||
'@octokit/auth-token@5.1.2': {}
|
||||
|
||||
'@octokit/core@6.1.3':
|
||||
dependencies:
|
||||
'@octokit/auth-token': 5.1.2
|
||||
'@octokit/graphql': 8.2.0
|
||||
'@octokit/request': 9.2.0
|
||||
'@octokit/request-error': 6.1.6
|
||||
'@octokit/types': 13.8.0
|
||||
before-after-hook: 3.0.2
|
||||
universal-user-agent: 7.0.2
|
||||
|
||||
'@octokit/endpoint@10.1.2':
|
||||
dependencies:
|
||||
'@octokit/types': 13.8.0
|
||||
universal-user-agent: 7.0.2
|
||||
|
||||
'@octokit/graphql@8.2.0':
|
||||
dependencies:
|
||||
'@octokit/request': 9.2.0
|
||||
'@octokit/types': 13.8.0
|
||||
universal-user-agent: 7.0.2
|
||||
|
||||
'@octokit/openapi-types@23.0.1': {}
|
||||
|
||||
'@octokit/plugin-paginate-rest@11.4.0(@octokit/core@6.1.3)':
|
||||
dependencies:
|
||||
'@octokit/core': 6.1.3
|
||||
'@octokit/types': 13.8.0
|
||||
|
||||
'@octokit/plugin-request-log@5.3.1(@octokit/core@6.1.3)':
|
||||
dependencies:
|
||||
'@octokit/core': 6.1.3
|
||||
|
||||
'@octokit/plugin-rest-endpoint-methods@13.3.0(@octokit/core@6.1.3)':
|
||||
dependencies:
|
||||
'@octokit/core': 6.1.3
|
||||
'@octokit/types': 13.8.0
|
||||
|
||||
'@octokit/request-error@6.1.6':
|
||||
dependencies:
|
||||
'@octokit/types': 13.8.0
|
||||
|
||||
'@octokit/request@9.2.0':
|
||||
dependencies:
|
||||
'@octokit/endpoint': 10.1.2
|
||||
'@octokit/request-error': 6.1.6
|
||||
'@octokit/types': 13.8.0
|
||||
fast-content-type-parse: 2.0.1
|
||||
universal-user-agent: 7.0.2
|
||||
|
||||
'@octokit/rest@21.1.0':
|
||||
dependencies:
|
||||
'@octokit/core': 6.1.3
|
||||
'@octokit/plugin-paginate-rest': 11.4.0(@octokit/core@6.1.3)
|
||||
'@octokit/plugin-request-log': 5.3.1(@octokit/core@6.1.3)
|
||||
'@octokit/plugin-rest-endpoint-methods': 13.3.0(@octokit/core@6.1.3)
|
||||
|
||||
'@octokit/types@13.8.0':
|
||||
dependencies:
|
||||
'@octokit/openapi-types': 23.0.1
|
||||
|
||||
'@pkgjs/parseargs@0.11.0':
|
||||
optional: true
|
||||
|
||||
@ -3607,6 +3726,8 @@ snapshots:
|
||||
|
||||
balanced-match@1.0.2: {}
|
||||
|
||||
before-after-hook@3.0.2: {}
|
||||
|
||||
binary-extensions@2.3.0: {}
|
||||
|
||||
brace-expansion@1.1.11:
|
||||
@ -4012,6 +4133,8 @@ snapshots:
|
||||
|
||||
eval-estree-expression@2.0.3: {}
|
||||
|
||||
fast-content-type-parse@2.0.1: {}
|
||||
|
||||
fast-deep-equal@3.1.3: {}
|
||||
|
||||
fast-glob@3.3.2:
|
||||
@ -4244,15 +4367,7 @@ snapshots:
|
||||
|
||||
kind-of@6.0.3: {}
|
||||
|
||||
kkrpc@0.0.12(typescript@5.5.4):
|
||||
dependencies:
|
||||
typescript: 5.5.4
|
||||
ws: 8.18.0
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- utf-8-validate
|
||||
|
||||
kkrpc@0.0.13(typescript@5.5.4):
|
||||
kkrpc@0.1.1(typescript@5.5.4):
|
||||
dependencies:
|
||||
typescript: 5.5.4
|
||||
ws: 8.18.0
|
||||
@ -4773,7 +4888,7 @@ snapshots:
|
||||
tslib: 2.7.0
|
||||
typescript: 4.9.5
|
||||
|
||||
tauri-api-adapter@0.3.16(typescript@5.5.4):
|
||||
tauri-api-adapter@0.3.20(typescript@5.5.4):
|
||||
dependencies:
|
||||
'@tauri-apps/api': 2.2.0
|
||||
'@tauri-apps/plugin-dialog': 2.2.0
|
||||
@ -4784,7 +4899,7 @@ snapshots:
|
||||
'@tauri-apps/plugin-os': 2.2.0
|
||||
'@tauri-apps/plugin-shell': 2.2.0
|
||||
'@tauri-apps/plugin-upload': 2.2.1
|
||||
kkrpc: 0.0.12(typescript@5.5.4)
|
||||
kkrpc: 0.1.1(typescript@5.5.4)
|
||||
rimraf: 6.0.1
|
||||
shx: 0.3.4
|
||||
tauri-plugin-clipboard-api: 2.1.11(typescript@5.5.4)
|
||||
@ -4881,6 +4996,8 @@ snapshots:
|
||||
|
||||
undici-types@6.19.8: {}
|
||||
|
||||
universal-user-agent@7.0.2: {}
|
||||
|
||||
universalify@2.0.1: {}
|
||||
|
||||
update-browserslist-db@1.1.0(browserslist@4.23.3):
|
||||
@ -4978,7 +5095,7 @@ snapshots:
|
||||
|
||||
whence@2.0.1:
|
||||
dependencies:
|
||||
'@babel/parser': 7.25.4
|
||||
'@babel/parser': 7.26.5
|
||||
eval-estree-expression: 2.0.3
|
||||
|
||||
which@1.3.1:
|
||||
|
@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { clipboard, toast, ui } from "@kksh/api/ui/iframe";
|
||||
import { clipboard, toast, ui } from "@kksh/api/ui/custom";
|
||||
import { updateTheme } from "@kksh/vue";
|
||||
import { computed, onMounted, ref, watch } from "vue";
|
||||
import ContextMenu from "./components/context-menu.vue";
|
||||
|
@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { cn } from "@/lib/utils"
|
||||
import { ui } from "@kksh/api/ui/iframe"
|
||||
import { ui } from "@kksh/api/ui/custom"
|
||||
import {
|
||||
ContextMenu,
|
||||
ContextMenuContent,
|
||||
|
@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { setPreferences } from "@/lib/db"
|
||||
import { db, notification, toast, ui } from "@kksh/api/ui/iframe"
|
||||
import { db, notification, toast, ui } from "@kksh/api/ui/custom"
|
||||
import { AutoForm, AutoFormField } from "@kksh/vue/auto-form"
|
||||
import { Button } from "@kksh/vue/button"
|
||||
import { onMounted } from "vue"
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { ExtData, SearchMode } from "@kksh/api/models"
|
||||
import { db, log, toast } from "@kksh/api/ui/iframe"
|
||||
import { db, log, toast } from "@kksh/api/ui/custom"
|
||||
import { Preferences, PreferencesSchema } from "./model"
|
||||
|
||||
export async function getPreferencesRawData(): Promise<ExtData | null> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user