Skip to content

Commit

Permalink
feat: Bump ts-proto-descriptors to latest ts-proto. (#1043)
Browse files Browse the repository at this point in the history
Fixes #1042
  • Loading branch information
stephenh authored May 16, 2024
1 parent d0096d3 commit 0b06554
Show file tree
Hide file tree
Showing 9 changed files with 266 additions and 295 deletions.
2 changes: 1 addition & 1 deletion integration/options-types-only/options.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/options/__snapshots__/options-test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10566,7 +10566,7 @@ exports[`options generates types correctly 1`] = `
],
"name": "options.proto",
"options": {
"ccEnableArenas": false,
"ccEnableArenas": true,
"ccGenericServices": false,
"csharpNamespace": "",
"deprecated": false,
Expand Down
2 changes: 1 addition & 1 deletion integration/options/options.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"case-anything": "^2.1.13",
"protobufjs": "^7.2.4",
"ts-poet": "^6.7.0",
"ts-proto-descriptors": "1.15.0"
"ts-proto-descriptors": "1.16.0"
},
"packageManager": "yarn@3.6.0"
}
66 changes: 27 additions & 39 deletions protos/google/protobuf/compiler/plugin.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0b06554

Please sign in to comment.