Co-authored-by: Microsoft Auto Changeset Bot <autochangesetbot@microsoft.com>
This commit is contained in:
Pan Shao 2024-08-28 14:54:44 +08:00 коммит произвёл GitHub
Родитель e801c982de
Коммит a9acf9a4e4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 21 добавлений и 12 удалений

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

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/openapi-to-typespec",
"comment": "Upgrade tsp compiler to 0.59",
"type": "patch"
}
],
"packageName": "@autorest/openapi-to-typespec"
}

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

@ -1,6 +1,18 @@
{
"name": "@autorest/openapi-to-typespec",
"entries": [
{
"version": "0.9.1",
"tag": "@autorest/openapi-to-typespec_v0.9.1",
"date": "Tue, 20 Aug 2024 21:31:07 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade tsp compiler to 0.59"
}
]
}
},
{
"version": "0.9.0",
"tag": "@autorest/openapi-to-typespec_v0.9.0",

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

@ -1,6 +1,13 @@
# Change Log - @autorest/openapi-to-typespec
This log was last generated on Mon, 12 Aug 2024 04:49:28 GMT and should not be manually modified.
This log was last generated on Tue, 20 Aug 2024 21:31:07 GMT and should not be manually modified.
## 0.9.1
Tue, 20 Aug 2024 21:31:07 GMT
### Patches
- Upgrade tsp compiler to 0.59
## 0.9.0
Mon, 12 Aug 2024 04:49:28 GMT

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

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