Publish new versions 2020-05-20 (#4141)

* .

* update
This commit is contained in:
Timothee Guerin 2021-05-21 09:55:32 -07:00 коммит произвёл GitHub
Родитель 456b2b3b35
Коммит 7c68312403
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
31 изменённых файлов: 165 добавлений и 132 удалений

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/configuration",
"comment": "**Remove** Old patch directive causing incorect swagger behavior",
"type": "minor"
}
],
"packageName": "@autorest/configuration",
"email": "tiguerin@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/core",
"comment": "**Added** $ref sibling validation",
"type": "minor"
}
],
"packageName": "@autorest/core",
"email": "tiguerin@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/core",
"comment": "**Fix** Keep `x-` extension next to $ref when tree shaking properties",
"type": "patch"
}
],
"packageName": "@autorest/core",
"email": "tiguerin@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/core",
"comment": "**Bump** @autorest/configuration version",
"type": "patch"
}
],
"packageName": "@autorest/core",
"email": "tiguerin@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/core",
"comment": "**Added** warning when using `x-ms-code-generation-settings` which is not supported in autorest v3",
"type": "patch"
}
],
"packageName": "@autorest/core",
"email": "tiguerin@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/modelerfour",
"comment": "",
"type": "none"
}
],
"packageName": "@autorest/modelerfour",
"email": "tiguerin@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/modelerfour",
"comment": "",
"type": "none"
}
],
"packageName": "@autorest/modelerfour",
"email": "tiguerin@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/modelerfour",
"comment": "**Immproved** error message for duplicate operations",
"type": "patch"
}
],
"packageName": "@autorest/modelerfour",
"email": "tiguerin@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/schemas",
"comment": "**Update** Swagger 2.0 schema to allow custom extension with `x-ms-` prefix",
"type": "patch"
}
],
"packageName": "@autorest/schemas",
"email": "tiguerin@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@azure-tools/openapi",
"comment": "**Update** includeXDashProperties",
"type": "patch"
}
],
"packageName": "@azure-tools/openapi",
"email": "tiguerin@microsoft.com"
}

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

@ -1,6 +1,21 @@
{
"name": "autorest",
"entries": [
{
"version": "3.2.1",
"tag": "autorest_v3.2.1",
"date": "Thu, 20 May 2021 16:41:13 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@autorest/configuration\" from `~1.3.1` to `~1.4.0`"
},
{
"comment": "Updating dependency \"@autorest/core\" from `~3.4.2` to `~3.4.3`"
}
]
}
},
{
"version": "3.2.0",
"tag": "autorest_v3.2.0",

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

@ -1,6 +1,11 @@
# Change Log - autorest
This log was last generated on Tue, 27 Apr 2021 17:48:43 GMT and should not be manually modified.
This log was last generated on Thu, 20 May 2021 16:41:13 GMT and should not be manually modified.
## 3.2.1
Thu, 20 May 2021 16:41:13 GMT
_Version update only_
## 3.2.0
Tue, 27 Apr 2021 17:48:43 GMT

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

@ -1,6 +1,6 @@
{
"name": "autorest",
"version": "3.2.0",
"version": "3.2.1",
"description": "The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is an OpenAPI spec that describes the REST API.",
"engines": {
"node": ">=10.13.0"
@ -40,8 +40,8 @@
},
"typings": "./dist/exports.d.ts",
"devDependencies": {
"@autorest/configuration": "~1.3.1",
"@autorest/core": "~3.4.2",
"@autorest/configuration": "~1.4.0",
"@autorest/core": "~3.4.3",
"@azure-tools/async-io": "~3.0.0",
"@azure-tools/extension": "~3.2.6",
"@azure-tools/tasks": "~3.0.0",

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

@ -1,6 +1,38 @@
{
"name": "@autorest/core",
"entries": [
{
"version": "3.4.3",
"tag": "@autorest/core_v3.4.3",
"date": "Thu, 20 May 2021 16:41:13 GMT",
"comments": {
"patch": [
{
"comment": "**Added** $ref sibling validation"
},
{
"comment": "**Fix** Keep `x-` extension next to $ref when tree shaking properties"
},
{
"comment": "**Bump** @autorest/configuration version"
},
{
"comment": "**Added** warning when using `x-ms-code-generation-settings` which is not supported in autorest v3"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/configuration\" from `~1.3.1` to `~1.4.0`"
},
{
"comment": "Updating dependency \"@autorest/schemas\" from `~1.1.2` to `~1.1.3`"
},
{
"comment": "Updating dependency \"@azure-tools/openapi\" from `~3.1.2` to `~3.1.3`"
}
]
}
},
{
"version": "3.4.2",
"tag": "@autorest/core_v3.4.2",

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

@ -1,6 +1,16 @@
# Change Log - @autorest/core
This log was last generated on Mon, 10 May 2021 18:01:37 GMT and should not be manually modified.
This log was last generated on Thu, 20 May 2021 16:41:13 GMT and should not be manually modified.
## 3.4.3
Thu, 20 May 2021 16:41:13 GMT
### Patches
- **Added** $ref sibling validation
- **Fix** Keep `x-` extension next to $ref when tree shaking properties
- **Bump** @autorest/configuration version
- **Added** warning when using `x-ms-code-generation-settings` which is not supported in autorest v3
## 3.4.2
Mon, 10 May 2021 18:01:37 GMT

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

@ -1,6 +1,6 @@
{
"name": "@autorest/core",
"version": "3.4.2",
"version": "3.4.3",
"description": "AutoRest core module",
"engines": {
"node": ">=10.13.0"
@ -40,8 +40,8 @@
"typings": "./dist/exports.d.ts",
"devDependencies": {
"@autorest/common": "~1.1.4",
"@autorest/configuration": "~1.3.1",
"@autorest/schemas": "~1.1.2",
"@autorest/configuration": "~1.4.0",
"@autorest/schemas": "~1.1.3",
"@autorest/test-utils": "~0.2.2",
"@azure-tools/async-io": "~3.0.0",
"@azure-tools/codegen": "~2.5.294",
@ -53,7 +53,7 @@
"@azure-tools/linq": "~3.1.0",
"@azure-tools/oai2-to-oai3": "~4.2.281",
"@azure-tools/object-comparison": "~3.0.0",
"@azure-tools/openapi": "~3.1.2",
"@azure-tools/openapi": "~3.1.3",
"@azure-tools/tasks": "~3.0.0",
"@azure-tools/uri": "~3.1.1",
"@types/commonmark": "^0.27.0",

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

@ -1,6 +1,23 @@
{
"name": "@autorest/modelerfour",
"entries": [
{
"version": "4.19.2",
"tag": "@autorest/modelerfour_v4.19.2",
"date": "Thu, 20 May 2021 16:41:13 GMT",
"comments": {
"patch": [
{
"comment": "**Immproved** error message for duplicate operations"
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/openapi\" from `~3.1.2` to `~3.1.3`"
}
]
}
},
{
"version": "4.19.1",
"tag": "@autorest/modelerfour_v4.19.1",

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

@ -1,6 +1,13 @@
# Change Log - @autorest/modelerfour
This log was last generated on Tue, 04 May 2021 18:18:45 GMT and should not be manually modified.
This log was last generated on Thu, 20 May 2021 16:41:13 GMT and should not be manually modified.
## 4.19.2
Thu, 20 May 2021 16:41:13 GMT
### Patches
- **Immproved** error message for duplicate operations
## 4.19.1
Tue, 04 May 2021 18:18:45 GMT

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

@ -1,6 +1,6 @@
{
"name": "@autorest/modelerfour",
"version": "4.19.1",
"version": "4.19.2",
"description": "AutoRest Modeler Version Four (component)",
"directories": {
"doc": "docs"
@ -46,7 +46,7 @@
"@azure-tools/codegen": "~2.5.294",
"@azure-tools/datastore": "~4.3.1",
"@azure-tools/linq": "~3.1.0",
"@azure-tools/openapi": "~3.1.2",
"@azure-tools/openapi": "~3.1.3",
"@azure-tools/tasks": "~3.0.0",
"@azure-tools/uri": "~3.1.1",
"@types/jest": "^26.0.20",

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

@ -1,6 +1,18 @@
{
"name": "@autorest/schemas",
"entries": [
{
"version": "1.1.3",
"tag": "@autorest/schemas_v1.1.3",
"date": "Thu, 20 May 2021 16:41:13 GMT",
"comments": {
"patch": [
{
"comment": "**Update** Swagger 2.0 schema to allow custom extension with `x-ms-` prefix"
}
]
}
},
{
"version": "1.1.2",
"tag": "@autorest/schemas_v1.1.2",

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

@ -1,6 +1,13 @@
# Change Log - @autorest/schemas
This log was last generated on Tue, 13 Apr 2021 15:34:55 GMT and should not be manually modified.
This log was last generated on Thu, 20 May 2021 16:41:13 GMT and should not be manually modified.
## 1.1.3
Thu, 20 May 2021 16:41:13 GMT
### Patches
- **Update** Swagger 2.0 schema to allow custom extension with `x-ms-` prefix
## 1.1.2
Tue, 13 Apr 2021 15:34:55 GMT

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

@ -1,6 +1,6 @@
{
"name": "@autorest/schemas",
"version": "1.1.2",
"version": "1.1.3",
"description": "Internal package storing schemas",
"scripts": {
"test": "echo 'No Test'",

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

@ -1,6 +1,18 @@
{
"name": "@autorest/configuration",
"entries": [
{
"version": "1.4.0",
"tag": "@autorest/configuration_v1.4.0",
"date": "Thu, 20 May 2021 16:41:13 GMT",
"comments": {
"minor": [
{
"comment": "**Remove** Old patch directive causing incorect swagger behavior"
}
]
}
},
{
"version": "1.3.1",
"tag": "@autorest/configuration_v1.3.1",

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

@ -1,6 +1,13 @@
# Change Log - @autorest/configuration
This log was last generated on Mon, 10 May 2021 18:01:37 GMT and should not be manually modified.
This log was last generated on Thu, 20 May 2021 16:41:13 GMT and should not be manually modified.
## 1.4.0
Thu, 20 May 2021 16:41:13 GMT
### Minor changes
- **Remove** Old patch directive causing incorect swagger behavior
## 1.3.1
Mon, 10 May 2021 18:01:37 GMT

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

@ -1,6 +1,6 @@
{
"name": "@autorest/configuration",
"version": "1.3.1",
"version": "1.4.0",
"description": "Autorest configuration",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

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

@ -56,7 +56,7 @@
},
"dependencies": {
"@azure-tools/datastore": "~4.3.1",
"@azure-tools/openapi": "~3.1.2",
"@azure-tools/openapi": "~3.1.3",
"source-map": "0.5.6"
}
}

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

@ -1,6 +1,18 @@
{
"name": "@azure-tools/openapi",
"entries": [
{
"version": "3.1.3",
"tag": "@azure-tools/openapi_v3.1.3",
"date": "Thu, 20 May 2021 16:41:13 GMT",
"comments": {
"patch": [
{
"comment": "**Update** includeXDashProperties"
}
]
}
},
{
"version": "3.1.2",
"tag": "@azure-tools/openapi_v3.1.2",

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

@ -1,6 +1,13 @@
# Change Log - @azure-tools/openapi
This log was last generated on Tue, 27 Apr 2021 17:48:43 GMT and should not be manually modified.
This log was last generated on Thu, 20 May 2021 16:41:13 GMT and should not be manually modified.
## 3.1.3
Thu, 20 May 2021 16:41:13 GMT
### Patches
- **Update** includeXDashProperties
## 3.1.2
Tue, 27 Apr 2021 17:48:43 GMT

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

@ -1,6 +1,6 @@
{
"name": "@azure-tools/openapi",
"version": "3.1.2",
"version": "3.1.3",
"description": "OpenAPI common code for Azure Tools.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

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

@ -30,8 +30,8 @@
},
"homepage": "https://github.com/Azure/autorest#readme",
"dependencies": {
"@autorest/core": "~3.4.2",
"autorest": "~3.2.0",
"@autorest/core": "~3.4.3",
"autorest": "~3.2.1",
"source-map-support": "^0.5.19"
},
"devDependencies": {

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

@ -32,7 +32,7 @@
},
"homepage": "https://github.com/Azure/autorest.compare#readme",
"dependencies": {
"autorest": "~3.2.0",
"autorest": "~3.2.1",
"chalk": "^4.1.0",
"diff": "^4.0.1",
"js-yaml": "~4.0.0",