Skip to content

Commit

Permalink
upgrade kkrpc to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Nov 19, 2024
1 parent 64a77b6 commit 920874d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@tauri-apps/plugin-os": "~2.0.0-rc.0",
"@tauri-apps/plugin-shell": "~2.0.0-rc.0",
"@tauri-apps/plugin-upload": "~2.0.0-rc.0",
"kkrpc": "^0.0.7",
"kkrpc": "^0.0.12",
"tauri-api-adapter": "workspace:*",
"tauri-plugin-clipboard-api": "^2.1.8",
"tauri-plugin-network-api": "^2.0.3-beta.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"dependencies": {
"kkrpc": "^0.0.7",
"kkrpc": "^0.0.12",
"tauri-api-adapter": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tauri-api-adapter/jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@hk/tauri-api-adapter",
"version": "0.3.12",
"version": "0.3.13",
"exports": {
".": "./src/index.ts",
"./worker": "./src/worker.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/tauri-api-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauri-api-adapter",
"version": "0.3.12",
"version": "0.3.13",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.1",
"@tauri-apps/plugin-upload": "^2.1.0",
"kkrpc": "^0.0.7",
"kkrpc": "^0.0.12",
"rimraf": "^6.0.1",
"shx": "^0.3.4",
"tauri-plugin-clipboard-api": "^2.1.11",
Expand Down

0 comments on commit 920874d

Please sign in to comment.