@azure-tools/typespec-providerhub-controller 0.50.0-dev.0 → 0.50.0-dev.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-providerhub-controller",
3
- "version": "0.50.0-dev.0",
3
+ "version": "0.50.0-dev.1",
4
4
  "description": "Azure TypeSpec ProviderHub service controller code generator",
5
5
  "homepage": "https://azure.github.io/typespec-azure",
6
6
  "readme": "https://github.com/Azure/typespec-azure/blob/main/README.md",
@@ -28,7 +28,7 @@ namespace {{nameSpace}}.Service
28
28
 
29
29
  public IReadOnlyList<string> ServiceVersions { get; }
30
30
 
31
- public VersionComparer ServiceVersionComparer { get; }
31
+ public VersionComparer ServiceVersionComparer { get; }
32
32
 
33
33
  protected override VersionedContractResolver GetResolver(string version)
34
34
  {