Skip to content

Commit 0f7e4b6

Browse files
committed
Remove ServiceID message
1 parent 6de82b6 commit 0f7e4b6

File tree

6 files changed

+26
-158
lines changed

6 files changed

+26
-158
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@balena/dockerignore": "^1.0.2",
10-
"@grpc/grpc-js": "^1.12.2",
10+
"@grpc/grpc-js": "^1.12.6",
1111
"google-protobuf": "^3.5.0",
1212
"node-fetch": "^3.3.1",
1313
"tar": "^6.1.15"
@@ -20,7 +20,7 @@
2020
"@types/google-protobuf": "^3.15.6",
2121
"@types/node": "^16",
2222
"@types/tar": "^6.1.5",
23-
"grpc-tools": "^1.12.4",
23+
"grpc-tools": "^1.13.0",
2424
"ts-protoc-gen": "^0.15.0",
2525
"typescript": "~5.1.6"
2626
},
@@ -39,7 +39,7 @@
3939
"scripts": {
4040
"build": "tsc && cp -r protos lib/",
4141
"prebuild": "npm run build-grpc",
42-
"build-grpc": "mkdir -p protos && grpc_tools_node_protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts --ts_out=service=grpc-node,mode=grpc-js:./protos --js_out=import_style=commonjs,binary:./protos --grpc_out=grpc_js:./protos io/defang/v1/*.proto",
42+
"build-grpc": "mkdir -p protos && grpc_tools_node_protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts --ts_out=service=grpc-node,mode=grpc-js:./protos --js_out=import_style=commonjs,binary:./protos --grpc_out=grpc_js,omit_serialize_instanceof:./protos io/defang/v1/*.proto",
4343
"prepublish": "npm run build",
4444
"preversion": "git pull && npm run build",
4545
"postversion": "git push --follow-tags",

0 commit comments

Comments
 (0)