openapi3-ts
Advanced tools
Comparing version 4.3.2 to 4.3.3
# Changelog: openapi3-ts | ||
## Version 4.3.3 | ||
2024.06.10 | ||
- Add mising types definitions. PR [#138](https://github.com/metadevpro/openapi3-ts/pull/138) by @andreujuanc | ||
## Version 4.3.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "openapi3-ts", | ||
"version": "4.3.2", | ||
"version": "4.3.3", | ||
"description": "TS Model & utils for OpenAPI 3.x specification.", | ||
@@ -40,3 +40,4 @@ "main": "dist/index.js", | ||
"cover": "vitest --coverage", | ||
"cover:ci": "npm run cover" | ||
"cover:ci": "npm run cover", | ||
"publish": "npm run build:all && npm publish ." | ||
}, | ||
@@ -51,8 +52,8 @@ "keywords": [ | ||
"dependencies": { | ||
"yaml": "^2.4.2" | ||
"yaml": "^2.4.5" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.12.12", | ||
"@typescript-eslint/eslint-plugin": "^7.10.0", | ||
"@typescript-eslint/parser": "^7.10.0", | ||
"@types/node": "^20.14.2", | ||
"@typescript-eslint/eslint-plugin": "^7.12.0", | ||
"@typescript-eslint/parser": "^7.12.0", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
@@ -63,6 +64,6 @@ "coveralls": "^3.1.1", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"prettier": "^3.2.5", | ||
"prettier": "^3.3.1", | ||
"rimraf": "^5.0.7", | ||
"typescript": "~5.4.5", | ||
"vite": "^5.2.11", | ||
"vite": "^5.2.13", | ||
"vitest": "^1.6.0", | ||
@@ -73,4 +74,6 @@ "vitest-teamcity-reporter": "^0.3.0" | ||
"dist", | ||
"*.md" | ||
"*.md", | ||
"oas30.d.ts", | ||
"oas31.d.ts" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
167437
40
1135
0
Updatedyaml@^2.4.5