Skip to content

Commit ceb2b25

Browse files
authored
Use custom connect-node lib (#83)
1 parent a570f62 commit ceb2b25

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@
173173
"webpack-cli": "^4.7.2"
174174
},
175175
"dependencies": {
176-
"@bufbuild/connect-node": "^0.10.1",
177176
"@gitpod/gitpod-protocol": "main-gha",
178177
"@gitpod/local-app-api-grpcweb": "main-gha",
179178
"@gitpod/public-api": "main-gha",
@@ -186,6 +185,7 @@
186185
"configcat-node": "^8.0.0",
187186
"js-yaml": "^4.1.0",
188187
"long": "^5.2.1",
188+
"mustard-connect-node": "^0.11.1",
189189
"nice-grpc": "^2.1.3",
190190
"nice-grpc-common": "^2.0.1",
191191
"node-fetch-commonjs": "^3.2.4",
@@ -201,4 +201,4 @@
201201
"ws": "^8.13.0",
202202
"yazl": "^2.5.1"
203203
}
204-
}
204+
}

src/publicApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
import { createConnectTransport } from '@bufbuild/connect-node';
6+
import { createConnectTransport } from 'mustard-connect-node';
77
import { createPromiseClient, Interceptor, PromiseClient, ConnectError, Code } from '@bufbuild/connect';
88
import { WorkspacesService } from '@gitpod/public-api/lib/gitpod/experimental/v1/workspaces_connectweb';
99
import { IDEClientService } from '@gitpod/public-api/lib/gitpod/experimental/v1/ide_client_connectweb';

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,15 @@
4444
"@bufbuild/buf-win32-arm64" "1.15.0-1"
4545
"@bufbuild/buf-win32-x64" "1.15.0-1"
4646

47-
"@bufbuild/connect-node@^0.10.1":
48-
version "0.10.1"
49-
resolved "https://registry.yarnpkg.com/@bufbuild/connect-node/-/connect-node-0.10.1.tgz#cdd0214550f931c2cb9ee39b731261aa970736b9"
50-
integrity sha512-l70tmks+txIzggO+kPkaOQmAapiBavK3rqTGsUTIlwk2nuuq8dUCIBnhbRxgZlyF67pNA1FTzoOucv/A3RteGA==
51-
dependencies:
52-
"@bufbuild/connect" "0.10.1"
53-
headers-polyfill "^3.1.2"
54-
5547
"@bufbuild/connect-web@^0.2.1":
5648
version "0.2.1"
5749
resolved "https://registry.yarnpkg.com/@bufbuild/connect-web/-/connect-web-0.2.1.tgz#a7ee2914bf1b77d640fc4ee3c3a89d626f3015fa"
5850
integrity sha512-L580cL9VZCXcjwXMCvIvdFBqdQofVBQcL+jmSis7m8ZxPj5NQ4p7fUhQRTsZMWHkyWINdlZnr7WsHQL0BT7wPQ==
5951

60-
"@bufbuild/connect@0.10.1":
61-
version "0.10.1"
62-
resolved "https://registry.yarnpkg.com/@bufbuild/connect/-/connect-0.10.1.tgz#2a7bd1824e26c01567e673408ef5da0ab72c90d6"
63-
integrity sha512-rqdZakAdajdSnRO342K7S3gZnUPMYXF2JsUDMA4vpR34SYdWYXiL2mclUMTaUk+EfLK04ulyejNaFAc0e5o8Qw==
52+
"@bufbuild/connect@0.11.0":
53+
version "0.11.0"
54+
resolved "https://registry.yarnpkg.com/@bufbuild/connect/-/connect-0.11.0.tgz#b7afeabf0fe0cf665af736bb6b6d16814cbb2e88"
55+
integrity sha512-a6hrNtBzDzj4hpqylPqpJfMpIP4+O/SnszGgOuRzcuifpTvkwjSmVHLtcvkUYh0wpvjYB0CFmTYzrvAMOftbHw==
6456

6557
"@bufbuild/[email protected]", "@bufbuild/protobuf@^0.1.1":
6658
version "0.1.1"
@@ -2810,6 +2802,14 @@ [email protected], ms@^2.0.0:
28102802
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
28112803
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
28122804

2805+
mustard-connect-node@^0.11.1:
2806+
version "0.11.1"
2807+
resolved "https://registry.yarnpkg.com/mustard-connect-node/-/mustard-connect-node-0.11.1.tgz#db18d0e171f26de82077888fc08bdac53fc19284"
2808+
integrity sha512-H8Mdv3rNh2/+f9HDr+I5EFoSoEwGWGir2I3BCcxNjd5A2xPyoibjHaBaFQKlNbDLcjvJKBOaV1F6xf+FGxytGQ==
2809+
dependencies:
2810+
"@bufbuild/connect" "0.11.0"
2811+
headers-polyfill "^3.1.2"
2812+
28132813
mute-stream@~0.0.4:
28142814
version "0.0.8"
28152815
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"

0 commit comments

Comments
 (0)