File tree 4 files changed +138
-69
lines changed
4 files changed +138
-69
lines changed Original file line number Diff line number Diff line change 13
13
"type-check" : " tsc --noEmit"
14
14
},
15
15
"dependencies" : {
16
- "@bufbuild/connect" : " ^0.12.0" ,
17
- "@bufbuild/connect-node" : " ^0.12.0" ,
18
- "@bufbuild/protobuf" : " ^1.3.0" ,
16
+ "@bufbuild/buf" : " ^1.37.0" ,
17
+ "@bufbuild/protobuf" : " ^1.10.0" ,
18
+ "@connectrpc/connect" : " ^1.4.0" ,
19
+ "@connectrpc/connect-node" : " ^1.4.0" ,
19
20
"@sentry/node" : " ^7.64.0" ,
20
21
"abort-controller-x" : " ^0.4.3" ,
21
22
"execa" : " ^7.2.0" ,
22
23
"node-graceful-shutdown" : " ^1.1.5" ,
23
24
"undici" : " ^5.28.4"
24
25
},
25
26
"devDependencies" : {
26
- "@bufbuild/protoc-gen-connect- es" : " ^0.12 .0" ,
27
- "@bufbuild /protoc-gen-es" : " ^1.3 .0" ,
27
+ "@bufbuild/protoc-gen-es" : " ^1.10 .0" ,
28
+ "@connectrpc /protoc-gen-connect- es" : " ^1.0 .0" ,
28
29
"@tsconfig/node18" : " ^18.2.0" ,
29
30
"@types/node" : " ^20.5.0" ,
30
31
"esbuild" : " ^0.19.2" ,
Original file line number Diff line number Diff line change 1
- import { Code , ConnectError } from '@bufbuild/connect'
2
1
import { PartialMessage } from '@bufbuild/protobuf'
2
+ import { Code , ConnectError } from '@connectrpc/connect'
3
3
import * as Sentry from '@sentry/node'
4
4
import { execa } from 'execa'
5
5
import { RegisterMachineRequest } from './gen/ts/depot/cloud/v3/machine_pb'
Original file line number Diff line number Diff line change 1
- import { createPromiseClient , Interceptor } from '@bufbuild /connect'
2
- import { createConnectTransport } from '@bufbuild /connect-node'
1
+ import { createPromiseClient , Interceptor } from '@connectrpc /connect'
2
+ import { createConnectTransport } from '@connectrpc /connect-node'
3
3
import { MachineService } from '../gen/ts/depot/cloud/v3/machine_connect'
4
4
import { DEPOT_CLOUD_API_HOST , DEPOT_MACHINE_AGENT_VERSION } from './env'
5
5
You can’t perform that action at this time.
0 commit comments