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

update typespec-python vesrion to 0.22.4 (#34765)

* update typespec-python vesrion to 0.22.4

* update
This commit is contained in:
Yuchao Yan 2024-03-14 15:22:50 +08:00 коммит произвёл GitHub
Родитель bc6f787c64
Коммит 65af27266c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 14 добавлений и 14 удалений

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

@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"@azure-tools/typespec-python": "0.22.2"
"@azure-tools/typespec-python": "0.22.4"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "~0.40.0",
@ -20,9 +20,9 @@
}
},
"node_modules/@autorest/python": {
"version": "6.13.5",
"resolved": "https://registry.npmjs.org/@autorest/python/-/python-6.13.5.tgz",
"integrity": "sha512-ts6BdKyZKbDMAqAOk5D4cmn7/Y47N4XF6rcWgk8TBLQt5SsI1e20KPwmRJQ9GUpQbBadvtiqGfXD1O/Os8vWjw==",
"version": "6.13.7",
"resolved": "https://registry.npmjs.org/@autorest/python/-/python-6.13.7.tgz",
"integrity": "sha512-YOSk54q7LsMWsiJ78awZssU6tqCUINAMS/jlVbjyB08jtCkGZ4zpIewaegaMTx5Plcowa2ir/PDqjsMSF1xPlQ==",
"hasInstallScript": true,
"dependencies": {
"@autorest/system-requirements": "~1.0.2"
@ -111,11 +111,11 @@
}
},
"node_modules/@azure-tools/typespec-python": {
"version": "0.22.2",
"resolved": "https://registry.npmjs.org/@azure-tools/typespec-python/-/typespec-python-0.22.2.tgz",
"integrity": "sha512-QIyvidxSY7miIMudPUJJqSc6D30MIgybWIYQU7vNpAscnd/L7Nst5/I0aZdlwpeVQTcAOsgJxHpAJV38OQNeuw==",
"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==",
"dependencies": {
"@autorest/python": "^6.13.5",
"@autorest/python": "^6.13.7",
"@typespec/openapi3": "latest",
"js-yaml": "~4.1.0"
},
@ -135,14 +135,14 @@
}
},
"node_modules/@azure/logger": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.0.4.tgz",
"integrity": "sha512-ustrPY8MryhloQj7OWGe+HrYx+aoiOxzbXTtgblbV3xwCqpzUK36phH3XNHQKj3EPonyFUuDTfR3qFhTEAuZEg==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.1.0.tgz",
"integrity": "sha512-BnfkfzVEsrgbVCtqq0RYRMePSH2lL/cgUUR5sYRF4yNN10zJZq/cODz0r89k3ykY83MqeM3twR292a3YBNgC3w==",
"dependencies": {
"tslib": "^2.2.0"
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
}
},
"node_modules/@babel/code-frame": {

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

@ -1,7 +1,7 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-python": "0.22.2"
"@azure-tools/typespec-python": "0.22.4"
},
"devDependencies": {
"@typespec/compiler": "~0.54.0",