Skip to content

Commit

Permalink
dep(api): upgrade comlink-stdio to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Oct 30, 2024
1 parent 87ac9eb commit 0159942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/api/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": "@kunkun/api",
"version": "0.0.24",
"version": "0.0.25",
"license": "MIT",
"exports": {
".": "./src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kksh/api",
"version": "0.0.23",
"version": "0.0.25",
"type": "module",
"exports": {
".": "./src/index.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@hk/comlink-stdio": "npm:comlink-stdio@^0.1.6",
"@hk/comlink-stdio": "npm:@jsr/hk__comlink-stdio",
"@huakunshen/comlink": "^4.4.1",
"@rollup/plugin-typescript": "^11.1.6",
"@tauri-apps/api": "2.0.0-rc.3",
Expand Down

0 comments on commit 0159942

Please sign in to comment.