Skip to content

Commit 35f3043

Browse files
authored
Move libsyncrpc to new name (#1259)
1 parent 0c36c62 commit 35f3043

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

_packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
},
4747
"dependencies": {
4848
"@typescript/ast": "1.0.0",
49-
"libsyncrpc": "github:microsoft/libsyncrpc#bb02d84"
49+
"@typescript/libsyncrpc": "github:microsoft/libsyncrpc#8cdae454cc482536c5844bef83b796f95464da85"
5050
}
5151
}

_packages/api/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SyncRpcChannel } from "libsyncrpc";
1+
import { SyncRpcChannel } from "@typescript/libsyncrpc";
22
import type { FileSystem } from "./fs.ts";
33

44
export interface ClientOptions {

package-lock.json

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)