From 8ecec729f1c7f9cd7a3b04ff3019bc5ff21aa021 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Sat, 21 Jun 2025 10:56:28 -0700 Subject: [PATCH] Move libsyncrpc to new name --- _packages/api/package.json | 2 +- _packages/api/src/client.ts | 2 +- package-lock.json | 30 ++++++++++++++++-------------- 3 files changed, 18 insertions(+), 16 deletions(-) diff --git a/_packages/api/package.json b/_packages/api/package.json index 1b8e2f2c80..ea0aeeb8a3 100644 --- a/_packages/api/package.json +++ b/_packages/api/package.json @@ -46,6 +46,6 @@ }, "dependencies": { "@typescript/ast": "1.0.0", - "libsyncrpc": "github:microsoft/libsyncrpc#bb02d84" + "@typescript/libsyncrpc": "github:microsoft/libsyncrpc#8cdae454cc482536c5844bef83b796f95464da85" } } diff --git a/_packages/api/src/client.ts b/_packages/api/src/client.ts index 6c560a3a64..2c9e21e44a 100644 --- a/_packages/api/src/client.ts +++ b/_packages/api/src/client.ts @@ -1,4 +1,4 @@ -import { SyncRpcChannel } from "libsyncrpc"; +import { SyncRpcChannel } from "@typescript/libsyncrpc"; import type { FileSystem } from "./fs.ts"; export interface ClientOptions { diff --git a/package-lock.json b/package-lock.json index c52f9d3c9a..ef29c9609d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "version": "1.0.0", "dependencies": { "@typescript/ast": "1.0.0", - "libsyncrpc": "github:microsoft/libsyncrpc#bb02d84" + "@typescript/libsyncrpc": "github:microsoft/libsyncrpc#8cdae454cc482536c5844bef83b796f95464da85" }, "devDependencies": { "tinybench": "^3.1.1" @@ -1340,6 +1340,15 @@ "resolved": "_packages/ast", "link": true }, + "node_modules/@typescript/libsyncrpc": { + "version": "0.0.0", + "resolved": "git+ssh://git@github.com/microsoft/libsyncrpc.git#8cdae454cc482536c5844bef83b796f95464da85", + "integrity": "sha512-XTN4mdpDCOYtSklb8Fq8kJE5autHRS9A+n2DwAgy3Vu+gf4pvsz4pnG7oKymw0CfCPHtgYHB8JZ0EiP4fU39qg==", + "license": "MIT", + "engines": { + "node": ">= 10.16.0 < 11 || >= 11.8.0 < 12 || >= 12.0.0" + } + }, "node_modules/@typescript/native-preview": { "resolved": "_packages/native-preview", "link": true @@ -3492,14 +3501,6 @@ "node": ">=6" } }, - "node_modules/libsyncrpc": { - "version": "0.0.0", - "resolved": "git+ssh://git@github.com/microsoft/libsyncrpc.git#bb02d8458da5b6dda1507b3390ea7cca80b99ca3", - "license": "MIT", - "engines": { - "node": ">= 10.16.0 < 11 || >= 11.8.0 < 12 || >= 12.0.0" - } - }, "node_modules/lines-and-columns": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.4.tgz", @@ -6336,13 +6337,18 @@ "version": "file:_packages/api", "requires": { "@typescript/ast": "1.0.0", - "libsyncrpc": "github:microsoft/libsyncrpc#bb02d84", + "@typescript/libsyncrpc": "github:microsoft/libsyncrpc#8cdae454cc482536c5844bef83b796f95464da85", "tinybench": "^3.1.1" } }, "@typescript/ast": { "version": "file:_packages/ast" }, + "@typescript/libsyncrpc": { + "version": "git+ssh://git@github.com/microsoft/libsyncrpc.git#8cdae454cc482536c5844bef83b796f95464da85", + "integrity": "sha512-XTN4mdpDCOYtSklb8Fq8kJE5autHRS9A+n2DwAgy3Vu+gf4pvsz4pnG7oKymw0CfCPHtgYHB8JZ0EiP4fU39qg==", + "from": "@typescript/libsyncrpc@github:microsoft/libsyncrpc#8cdae454cc482536c5844bef83b796f95464da85" + }, "@typescript/native-preview": { "version": "file:_packages/native-preview" }, @@ -7866,10 +7872,6 @@ "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", "dev": true }, - "libsyncrpc": { - "version": "git+ssh://git@github.com/microsoft/libsyncrpc.git#bb02d8458da5b6dda1507b3390ea7cca80b99ca3", - "from": "libsyncrpc@github:microsoft/libsyncrpc#bb02d84" - }, "lines-and-columns": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.4.tgz",