Support all current LTS Node versions (>=18.0.0) (#1032)
This commit is contained in:
Родитель
9910da6f08
Коммит
10557cd67b
|
@ -1,5 +1,9 @@
|
|||
# Change Log - oav
|
||||
|
||||
## 05/31/2024 3.3.6
|
||||
|
||||
- Support all current LTS Node versions (>=18.0.0)
|
||||
|
||||
## 05/7/2024 3.3.5
|
||||
|
||||
- Bump Node engine version requirement for security vulnerability.
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "oav",
|
||||
"version": "3.3.5",
|
||||
"version": "3.3.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "oav",
|
||||
"version": "3.3.5",
|
||||
"version": "3.3.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@apidevtools/swagger-parser": "10.0.3",
|
||||
|
@ -88,7 +88,7 @@
|
|||
"typescript": "^3.9.10"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.11.1"
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@aashutoshrathi/word-wrap": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "oav",
|
||||
"version": "3.3.5",
|
||||
"version": "3.3.6",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation",
|
||||
"email": "azsdkteam@microsoft.com",
|
||||
|
@ -131,7 +131,7 @@
|
|||
"li": "npm install @ts-common/local-install --no-save && local-install"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.11.1"
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"jest-junit": {
|
||||
"output": "test-results.xml"
|
||||
|
|
Загрузка…
Ссылка в новой задаче