Skip to content

Commit

Permalink
Reverted json-schema-ref-parser due to path issue on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdikoomen committed Jan 15, 2024
1 parent 7200b3e commit 4e6671a
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 78 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.27.0] - 2024-01-15
### Fixed
- Reverted `@apidevtools/json-schema-ref-parser` to version 10.1.0

## [0.26.0] - 2024-01-07
### Fixed
- Upgraded dependencies

## [0.25.0] - 2023-07-05
### Fixed
- Upgraded dependencies
Expand Down
179 changes: 103 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-typescript-codegen",
"version": "0.26.0",
"version": "0.27.0",
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
"author": "Ferdi Koomen",
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
Expand Down Expand Up @@ -60,7 +60,7 @@
"docker": "docker build -t eeelenbaas/openapi-typescript-codegen ."
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.1.0",
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"camelcase": "^6.3.0",
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
Expand Down

0 comments on commit 4e6671a

Please sign in to comment.