This commit is contained in:
Timothee Guerin 2021-12-08 12:05:50 -08:00
Родитель 8269248db9
Коммит 3b8ba3389b
16 изменённых файлов: 88 добавлений и 48 удалений

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/configuration",
"comment": "Added `detail-stacktrace` flag",
"type": "patch"
}
],
"packageName": "@autorest/configuration",
"email": "tiguerin@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@autorest/core",
"comment": "Added `detail-stacktrace` flag to show async stacktrace",
"type": "patch"
}
],
"packageName": "@autorest/core",
"email": "tiguerin@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "autorest",
"comment": "Added `detail-stacktrace` flag to show async stacktrace",
"type": "patch"
}
],
"packageName": "autorest",
"email": "tiguerin@microsoft.com"
}

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

@ -1,6 +1,26 @@
{
"name": "autorest",
"entries": [
{
"version": "3.5.2",
"tag": "autorest_v3.5.2",
"date": "Wed, 08 Dec 2021 20:03:51 GMT",
"comments": {
"patch": [
{
"comment": "Added `detail-stacktrace` flag to show async stacktrace"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/configuration\" from `~1.8.2` to `~1.8.3`"
},
{
"comment": "Updating dependency \"@autorest/core\" from `~3.7.0` to `~3.7.4`"
}
]
}
},
{
"version": "3.5.1",
"tag": "autorest_v3.5.1",

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

@ -1,6 +1,13 @@
# Change Log - autorest
This log was last generated on Tue, 30 Nov 2021 15:50:35 GMT and should not be manually modified.
This log was last generated on Wed, 08 Dec 2021 20:03:51 GMT and should not be manually modified.
## 3.5.2
Wed, 08 Dec 2021 20:03:51 GMT
### Patches
- Added `detail-stacktrace` flag to show async stacktrace
## 3.5.1
Tue, 30 Nov 2021 15:50:35 GMT

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

@ -1,6 +1,6 @@
{
"name": "autorest",
"version": "3.5.1",
"version": "3.5.2",
"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": ">=12.0.0"
@ -43,8 +43,8 @@
},
"typings": "./dist/exports.d.ts",
"devDependencies": {
"@autorest/configuration": "~1.8.2",
"@autorest/core": "~3.7.0",
"@autorest/configuration": "~1.8.3",
"@autorest/core": "~3.7.4",
"@autorest/common": "~1.4.1",
"@azure-tools/async-io": "~3.0.0",
"@azure-tools/extension": "~3.4.0",

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

@ -19,6 +19,7 @@ const isDebuggerEnabled =
const launchCore = isDebuggerEnabled ? runCoreWithRequire : runCoreOutOfProc;
if (process.argv.indexOf("--detailed-stacktrace")) {
console.log("Using detailed stacktrace in CLI");
require("longjohn");
}

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

@ -1,6 +1,23 @@
{
"name": "@autorest/core",
"entries": [
{
"version": "3.7.4",
"tag": "@autorest/core_v3.7.4",
"date": "Wed, 08 Dec 2021 20:03:51 GMT",
"comments": {
"patch": [
{
"comment": "Added `detail-stacktrace` flag to show async stacktrace"
}
],
"dependency": [
{
"comment": "Updating dependency \"@autorest/configuration\" from `~1.8.2` to `~1.8.3`"
}
]
}
},
{
"version": "3.7.2",
"tag": "@autorest/core_v3.7.2",

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

@ -1,9 +1,17 @@
# Change Log - @autorest/core
This log was last generated on Wed, 01 Dec 2021 22:39:16 GMT and should not be manually modified.
This log was last generated on Wed, 08 Dec 2021 20:03:51 GMT and should not be manually modified.
## 3.7.3
## 3.7.4
Wed, 08 Dec 2021 20:03:51 GMT
### Patches
- Added `detail-stacktrace` flag to show async stacktrace
## 3.7.2
Tue, 07 Dec 2021 22:39:16 GMT
_Version update only_
## 3.7.2

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

@ -1,6 +1,6 @@
{
"name": "@autorest/core",
"version": "3.7.3",
"version": "3.7.4",
"description": "AutoRest core module",
"engines": {
"node": ">=12.0.0"
@ -43,7 +43,7 @@
"typings": "./dist/exports.d.ts",
"devDependencies": {
"@autorest/common": "~1.4.1",
"@autorest/configuration": "~1.8.2",
"@autorest/configuration": "~1.8.3",
"@autorest/schemas": "~1.3.2",
"@autorest/test-utils": "~0.5.0",
"@azure-tools/async-io": "~3.0.0",

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

@ -115,6 +115,7 @@ async function currentMain(logger: IAutorestLogger, args: AutorestCliArgs): Prom
debug = debug || (args.options["debug"] ?? false);
if (args.options["detailed-stacktrace"]) {
console.log("Using detailed stacktrace in @autorest/core");
require("longjohn");
}

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

@ -1,6 +1,18 @@
{
"name": "@autorest/configuration",
"entries": [
{
"version": "1.8.3",
"tag": "@autorest/configuration_v1.8.3",
"date": "Wed, 08 Dec 2021 20:03:51 GMT",
"comments": {
"patch": [
{
"comment": "Added `detail-stacktrace` flag"
}
]
}
},
{
"version": "1.8.2",
"tag": "@autorest/configuration_v1.8.2",

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

@ -1,6 +1,13 @@
# Change Log - @autorest/configuration
This log was last generated on Tue, 07 Dec 2021 16:36:46 GMT and should not be manually modified.
This log was last generated on Wed, 08 Dec 2021 20:03:51 GMT and should not be manually modified.
## 1.8.3
Wed, 08 Dec 2021 20:03:51 GMT
### Patches
- Added `detail-stacktrace` flag
## 1.8.2
Tue, 07 Dec 2021 16:36:46 GMT

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

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

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

@ -30,8 +30,8 @@
},
"homepage": "https://github.com/Azure/autorest#readme",
"dependencies": {
"@autorest/core": "~3.7.0",
"autorest": "~3.5.0",
"@autorest/core": "~3.7.4",
"autorest": "~3.5.2",
"source-map-support": "^0.5.19"
},
"devDependencies": {

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

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