Co-authored-by: Microsoft Auto Changeset Bot <autochangesetbot@microsoft.com>
This commit is contained in:
Pan Shao 2024-06-11 12:29:17 +08:00 коммит произвёл GitHub
Родитель 6e0147d1df
Коммит 765bc784b0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 25 добавлений и 22 удалений

Просмотреть файл

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/openapi-to-typespec",
"comment": "Add output information to generated tsp",
"type": "patch"
}
],
"packageName": "@autorest/openapi-to-typespec"
}

Просмотреть файл

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/openapi-to-typespec",
"comment": "Change enum outout to the latest definition",
"type": "patch"
}
],
"packageName": "@autorest/openapi-to-typespec"
}

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@autorest/openapi-to-typespec",
"entries": [
{
"version": "0.8.1",
"tag": "@autorest/openapi-to-typespec_v0.8.1",
"date": "Fri, 07 Jun 2024 02:12:15 GMT",
"comments": {
"patch": [
{
"comment": "Add output information to generated tsp"
},
{
"comment": "Change enum outout to the latest definition"
}
]
}
},
{
"version": "0.8.0",
"tag": "@autorest/openapi-to-typespec_v0.8.0",

Просмотреть файл

@ -1,6 +1,14 @@
# Change Log - @autorest/openapi-to-typespec
This log was last generated on Tue, 28 May 2024 21:27:00 GMT and should not be manually modified.
This log was last generated on Fri, 07 Jun 2024 02:12:15 GMT and should not be manually modified.
## 0.8.1
Fri, 07 Jun 2024 02:12:15 GMT
### Patches
- Add output information to generated tsp
- Change enum outout to the latest definition
## 0.8.0
Tue, 28 May 2024 21:27:00 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@autorest/openapi-to-typespec",
"version": "0.8.0",
"version": "0.8.1",
"description": "Autorest plugin to scaffold a Typespec definition from an OpenAPI document",
"main": "dist/main.js",
"typings": "dist/main.d.ts",