зеркало из
1
0
Форкнуть 0

update to 0.22.5 @azure-tools/typespec-python (#34966)

This commit is contained in:
iscai-msft 2024-03-27 17:29:15 -04:00 коммит произвёл GitHub
Родитель e626f663f3
Коммит 09e5e39942
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 23 добавлений и 22 удалений

31
eng/emitter-package-lock.json сгенерированный
Просмотреть файл

@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"@azure-tools/typespec-python": "0.22.4"
"@azure-tools/typespec-python": "0.22.5"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "~0.40.0",
@ -20,9 +20,9 @@
}
},
"node_modules/@autorest/python": {
"version": "6.13.7",
"resolved": "https://registry.npmjs.org/@autorest/python/-/python-6.13.7.tgz",
"integrity": "sha512-YOSk54q7LsMWsiJ78awZssU6tqCUINAMS/jlVbjyB08jtCkGZ4zpIewaegaMTx5Plcowa2ir/PDqjsMSF1xPlQ==",
"version": "6.13.8",
"resolved": "https://registry.npmjs.org/@autorest/python/-/python-6.13.8.tgz",
"integrity": "sha512-EnOwOoXj4WWdqdZiwRbdDbHGg7Vno6tD9w8B+tPMQCBikuckfaDEo+f2/LtkNh2GPjMWn4PAUwUA0t6DdF5UkA==",
"hasInstallScript": true,
"dependencies": {
"@autorest/system-requirements": "~1.0.2"
@ -111,11 +111,11 @@
}
},
"node_modules/@azure-tools/typespec-python": {
"version": "0.22.4",
"resolved": "https://registry.npmjs.org/@azure-tools/typespec-python/-/typespec-python-0.22.4.tgz",
"integrity": "sha512-XufAPq1XXV4a73ykywx3+2zKJ2r+X+IciTkP7i0dOFJu4Qg+tmY+BSTe11xwLjgtp8Sy9KxLGK5nt1d9SeXhQQ==",
"version": "0.22.5",
"resolved": "https://registry.npmjs.org/@azure-tools/typespec-python/-/typespec-python-0.22.5.tgz",
"integrity": "sha512-6/jO9ZWHPzaKSBHKTLfXFsuPS+c+Fr4KybwHGPqF1DJys5bsKN8olczTAYKjjSmELCLPkdtQ04SwfmfKbkkMPg==",
"dependencies": {
"@autorest/python": "^6.13.7",
"@autorest/python": "^6.13.8",
"@typespec/openapi3": "latest",
"js-yaml": "~4.1.0"
},
@ -135,9 +135,9 @@
}
},
"node_modules/@azure/logger": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.1.0.tgz",
"integrity": "sha512-BnfkfzVEsrgbVCtqq0RYRMePSH2lL/cgUUR5sYRF4yNN10zJZq/cODz0r89k3ykY83MqeM3twR292a3YBNgC3w==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.1.1.tgz",
"integrity": "sha512-/+4TtokaGgC+MnThdf6HyIH9Wrjp+CnCn3Nx3ggevN7FFjjNyjqg0yLlc2i9S+Z2uAzI8GYOo35Nzb1MhQ89MA==",
"dependencies": {
"tslib": "^2.6.2"
},
@ -168,14 +168,15 @@
}
},
"node_modules/@babel/highlight": {
"version": "7.23.4",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
"integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
"version": "7.24.2",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz",
"integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==",
"dev": true,
"dependencies": {
"@babel/helper-validator-identifier": "^7.22.20",
"chalk": "^2.4.2",
"js-tokens": "^4.0.0"
"js-tokens": "^4.0.0",
"picocolors": "^1.0.0"
},
"engines": {
"node": ">=6.9.0"

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

@ -1,17 +1,17 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-python": "0.22.4"
"@azure-tools/typespec-python": "0.22.5"
},
"devDependencies": {
"@typespec/compiler": "~0.54.0",
"@typespec/http": "~0.54.0",
"@typespec/openapi": "~0.54.0",
"@azure-tools/typespec-autorest": "~0.40.0",
"@azure-tools/typespec-azure-resource-manager": "~0.40.0",
"@azure-tools/typespec-azure-core": "~0.40.0",
"@typespec/rest": "~0.54.0",
"@azure-tools/typespec-client-generator-core": "~0.40.0",
"@typespec/openapi": "~0.54.0",
"@typespec/versioning": "~0.54.0",
"@azure-tools/typespec-client-generator-core": "~0.40.0"
"@azure-tools/typespec-azure-core": "~0.40.0",
"@typespec/http": "~0.54.0",
"@typespec/compiler": "~0.54.0",
"@azure-tools/typespec-autorest": "~0.40.0"
}
}