Skip to content

Commit 3b31f71

Browse files
authored
Add missing TS dependency to @grpc/grpc-js (#643)
1 parent 2723b99 commit 3b31f71

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"start": "ts-node -r tsconfig-paths/register harness/ts/main.ts"
99
},
1010
"dependencies": {
11+
"@grpc/grpc-js": "^1.12.4",
1112
"@protobuf-ts/protoc": "^2.8.1",
1213
"@temporalio/activity": "^1.11.8",
1314
"@temporalio/client": "^1.11.8",

sdkbuild/typescript.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ func BuildTypeScriptProgram(ctx context.Context, options BuildTypeScriptProgramO
132132
"dependencies": {
133133
` + packageJSONDepStr + `
134134
` + moreDeps + `
135+
"@grpc/grpc-js": "^1.12.4",
135136
"commander": "^8.3.0",
136137
"ms": "^3.0.0-canary.1",
137138
"proto3-json-serializer": "^1.1.1",

0 commit comments

Comments
 (0)