@typespec/protobuf 0.68.0-dev.1 → 0.68.0-dev.2

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.
Files changed (35) hide show
  1. package/package.json +1 -1
  2. package/test/scenarios/addressbook/input/addressbook.tsp +1 -1
  3. package/test/scenarios/addressbook/input/main.tsp +2 -2
  4. package/test/scenarios/anonymous-model/input/main.tsp +1 -1
  5. package/test/scenarios/anonymous-package/input/main.tsp +1 -1
  6. package/test/scenarios/array/input/main.tsp +1 -1
  7. package/test/scenarios/array-nested/input/main.tsp +1 -1
  8. package/test/scenarios/cross package references/input/main.tsp +1 -1
  9. package/test/scenarios/derived-scalar/input/main.tsp +1 -1
  10. package/test/scenarios/doc/input/main.tsp +1 -1
  11. package/test/scenarios/empty/input/main.tsp +1 -1
  12. package/test/scenarios/enum/input/main.tsp +1 -1
  13. package/test/scenarios/enum-nonintegral/input/main.tsp +1 -1
  14. package/test/scenarios/enum-nozero/input/main.tsp +1 -1
  15. package/test/scenarios/extern/input/main.tsp +1 -1
  16. package/test/scenarios/illegal field reservations/input/main.tsp +1 -1
  17. package/test/scenarios/inferred-message-names/input/main.tsp +1 -1
  18. package/test/scenarios/intrinsics/input/main.tsp +1 -1
  19. package/test/scenarios/map/input/main.tsp +1 -1
  20. package/test/scenarios/model-no-package/input/main.tsp +1 -1
  21. package/test/scenarios/name-collision/input/main.tsp +1 -1
  22. package/test/scenarios/omit/input/main.tsp +1 -1
  23. package/test/scenarios/omit-off/input/main.tsp +1 -1
  24. package/test/scenarios/options/input/main.tsp +1 -1
  25. package/test/scenarios/options-invalid/input/main.tsp +1 -1
  26. package/test/scenarios/reserved field collisions/input/main.tsp +1 -1
  27. package/test/scenarios/reserved fields/input/main.tsp +1 -1
  28. package/test/scenarios/simple/input/main.tsp +1 -1
  29. package/test/scenarios/simple-error/input/main.tsp +1 -1
  30. package/test/scenarios/simple-no-service/input/main.tsp +1 -1
  31. package/test/scenarios/streams/input/main.tsp +1 -1
  32. package/test/scenarios/templates/input/main.tsp +1 -1
  33. package/test/scenarios/templates-error/input/main.tsp +1 -1
  34. package/test/scenarios/type-validation/input/main.tsp +1 -1
  35. package/test/scenarios/union/input/main.tsp +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/protobuf",
3
- "version": "0.68.0-dev.1",
3
+ "version": "0.68.0-dev.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library and emitter for Protobuf (gRPC)",
6
6
  "homepage": "https://github.com/microsoft/typespec",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "addressbook",
@@ -1,8 +1,8 @@
1
1
  import "@typespec/protobuf";
2
2
  import "./addressbook.tsp";
3
3
 
4
- using TypeSpec.Protobuf;
5
- using TypeSpec.Protobuf.WellKnown;
4
+ using Protobuf;
5
+ using Protobuf.WellKnown;
6
6
 
7
7
  @package
8
8
  namespace Example;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "com.azure.Test",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "com.azure.test",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace com.azure.Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "A",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "com.azure.Test",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "com.azure.Test",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "com.azure.test",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "com.azure.Test",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  model Input {
6
6
  @field(1) name: string;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "com.azure.Test",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "com.azure.Test",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "com.azure.Test",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "com.azure.Test",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "com.azure.Test",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package({
6
6
  name: "com.azure.Test",
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;
@@ -1,6 +1,6 @@
1
1
  import "@typespec/protobuf";
2
2
 
3
- using TypeSpec.Protobuf;
3
+ using Protobuf;
4
4
 
5
5
  @package
6
6
  namespace Test;