@typespec/protobuf 0.45.0-dev.4 → 0.45.0-dev.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 9253.896000000183
2
+ "nonCachedDurationMs": 9340.500400000019
3
3
  }
@@ -8,7 +8,7 @@
8
8
  "packages/protobuf/CHANGELOG.md": "5e440b00b3aec816da4e31cd465d5a475c999318",
9
9
  "packages/protobuf/LICENSE": "21071075c24599ee98254f702bcfc504cdc275a6",
10
10
  "packages/protobuf/README.md": "5143cc0445ca5d50a5b1bda93ea2cc5370943bd9",
11
- "packages/protobuf/lib/proto.tsp": "8a3d325a0edf0b531ba472c62b6eb32f3dfa003a",
11
+ "packages/protobuf/lib/proto.tsp": "fa892bfbd7ebc7b62331c520d9639cbe93527446",
12
12
  "packages/protobuf/package.json": "9d0738f839ebc7055a606b5a8856d6a5e1de33ce",
13
13
  "packages/protobuf/src/ast.ts": "c43456893db4c92d309a159d245ac57da1be0d1d",
14
14
  "packages/protobuf/src/index.ts": "0dd36fbcc216cc478f19af2bb5d04d970eb8bfc1",
@@ -64,7 +64,7 @@
64
64
  "packages/protobuf/test/scenarios/reserved fields/input/main.tsp": "2bfbc9e169d971ca0e83c9ef010cbf069845efb4",
65
65
  "packages/protobuf/test/scenarios/reserved fields/output/@typespec/protobuf/main.proto": "478af2f97cc7d1c792f78dc2f0ab5e3bda991a0c",
66
66
  "packages/protobuf/test/scenarios/simple-error/diagnostics.txt": "82fb428dd13d08f89d2c3945beaa97f8825a76e4",
67
- "packages/protobuf/test/scenarios/simple-error/input/main.tsp": "f4b649246a16d9a1f2c0910e9ace1d20ac5a2a27",
67
+ "packages/protobuf/test/scenarios/simple-error/input/main.tsp": "9f013ef3b9d7f32ff121ff3618586902368c9617",
68
68
  "packages/protobuf/test/scenarios/simple-no-service/input/main.tsp": "c70c2060d1309413558127805c08e066911ce478",
69
69
  "packages/protobuf/test/scenarios/simple-no-service/output/@typespec/protobuf/com/azure/Test.proto": "2aeda7b5782b6deb105172c9f84474181c3b359f",
70
70
  "packages/protobuf/test/scenarios/simple/input/main.tsp": "d8c0c0053674b7734319d699a4cac949524a8bd3",
package/lib/proto.tsp CHANGED
@@ -230,6 +230,7 @@ model PackageDetails {
230
230
  * By default, the package's name is constructed from the namespace it is applied to.
231
231
  */
232
232
  name?: string;
233
+
233
234
  /**
234
235
  * The package's top-level options.
235
236
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/protobuf",
3
- "version": "0.45.0-dev.4",
3
+ "version": "0.45.0-dev.5",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library and emitter for Protobuf (gRPC)",
6
6
  "homepage": "https://github.com/microsoft/typespec",
@@ -13,7 +13,7 @@ interface Service {
13
13
  @field(536870912) testInputField2: string,
14
14
  @field(19000) testInputField3: string,
15
15
  @field(19123) testInputField4: string,
16
- @field(19999) testInputField5: string
16
+ @field(19999) testInputField5: string,
17
17
  ): {};
18
18
  }
19
19