@typespec/openapi 1.4.0-dev.0 → 1.4.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/README.md CHANGED
@@ -104,7 +104,7 @@ op listPets(): Pet[];
104
104
  #### `@info`
105
105
 
106
106
  Specify OpenAPI additional information.
107
- The service `title` and `version` are already specified using `@service`.
107
+ The service `title` is already specified using `@service`.
108
108
 
109
109
  ```typespec
110
110
  @TypeSpec.OpenAPI.info(additionalInfo: valueof TypeSpec.OpenAPI.AdditionalInfo)
@@ -80,7 +80,7 @@ export type DefaultResponseDecorator = (context: DecoratorContext, target: Model
80
80
  export type ExternalDocsDecorator = (context: DecoratorContext, target: Type, url: string, description?: string) => void;
81
81
  /**
82
82
  * Specify OpenAPI additional information.
83
- * The service `title` and `version` are already specified using `@service`.
83
+ * The service `title` is already specified using `@service`.
84
84
  *
85
85
  * @param additionalInfo Additional information
86
86
  */
@@ -111,7 +111,7 @@ model License {
111
111
 
112
112
  /**
113
113
  * Specify OpenAPI additional information.
114
- * The service `title` and `version` are already specified using `@service`.
114
+ * The service `title` is already specified using `@service`.
115
115
  * @param additionalInfo Additional information
116
116
  */
117
117
  extern dec info(target: Namespace, additionalInfo: valueof AdditionalInfo);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/openapi",
3
- "version": "1.4.0-dev.0",
3
+ "version": "1.4.0-dev.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library providing OpenAPI concepts",
6
6
  "homepage": "https://typespec.io",