Skip to content

Commit 0b06554

Browse files
authored
feat: Bump ts-proto-descriptors to latest ts-proto. (#1043)
Fixes #1042
1 parent d0096d3 commit 0b06554

File tree

9 files changed

+266
-295
lines changed

9 files changed

+266
-295
lines changed

integration/options-types-only/options.ts

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/options/__snapshots__/options-test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -10566,7 +10566,7 @@ exports[`options generates types correctly 1`] = `
1056610566
],
1056710567
"name": "options.proto",
1056810568
"options": {
10569-
"ccEnableArenas": false,
10569+
"ccEnableArenas": true,
1057010570
"ccGenericServices": false,
1057110571
"csharpNamespace": "",
1057210572
"deprecated": false,

integration/options/options.ts

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"case-anything": "^2.1.13",
7171
"protobufjs": "^7.2.4",
7272
"ts-poet": "^6.7.0",
73-
"ts-proto-descriptors": "1.15.0"
73+
"ts-proto-descriptors": "1.16.0"
7474
},
7575
"packageManager": "[email protected]"
7676
}

protos/google/protobuf/compiler/plugin.ts

+27-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)