@typespec/openapi3 1.0.0-rc.2-dev.4 → 1.0.0-rc.2-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,5 +1,8 @@
1
- /** An error here would mean that the decorator is not exported or doesn't have the right name. */
1
+ // An error in the imports would mean that the decorator is not exported or
2
+ // doesn't have the right name.
2
3
  import { $decorators } from "@typespec/openapi3";
3
- /** An error here would mean that the exported decorator is not using the same signature. Make sure to have export const $decName: DecNameDecorator = (...) => ... */
4
+ /**
5
+ * An error here would mean that the exported decorator is not using the same signature. Make sure to have export const $decName: DecNameDecorator = (...) => ...
6
+ */
4
7
  const _ = $decorators["TypeSpec.OpenAPI"];
5
8
  //# sourceMappingURL=TypeSpec.OpenAPI.ts-test.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TypeSpec.OpenAPI.ts-test.js","sourceRoot":"","sources":["../../generated-defs/TypeSpec.OpenAPI.ts-test.ts"],"names":[],"mappings":"AAAA,kGAAkG;AAClG,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,qKAAqK;AACrK,MAAM,CAAC,GAA8B,WAAW,CAAC,kBAAkB,CAAC,CAAC"}
1
+ {"version":3,"file":"TypeSpec.OpenAPI.ts-test.js","sourceRoot":"","sources":["../../generated-defs/TypeSpec.OpenAPI.ts-test.ts"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,+BAA+B;AAE/B,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGjD;;GAEG;AACH,MAAM,CAAC,GAA8B,WAAW,CAAC,kBAAkB,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/openapi3",
3
- "version": "1.0.0-rc.2-dev.4",
3
+ "version": "1.0.0-rc.2-dev.5",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting OpenAPI 3.0 from the TypeSpec REST protocol binding and converting OpenAPI3 to TypeSpec",
6
6
  "homepage": "https://typespec.io",