Skip to content

Commit 4e6671a

Browse files
committed
Reverted json-schema-ref-parser due to path issue on Windows
1 parent 7200b3e commit 4e6671a

File tree

3 files changed

+113
-78
lines changed

3 files changed

+113
-78
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.27.0] - 2024-01-15
5+
### Fixed
6+
- Reverted `@apidevtools/json-schema-ref-parser` to version 10.1.0
7+
8+
## [0.26.0] - 2024-01-07
9+
### Fixed
10+
- Upgraded dependencies
11+
412
## [0.25.0] - 2023-07-05
513
### Fixed
614
- Upgraded dependencies

package-lock.json

+103-76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-typescript-codegen",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
55
"author": "Ferdi Koomen",
66
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
@@ -60,7 +60,7 @@
6060
"docker": "docker build -t eeelenbaas/openapi-typescript-codegen ."
6161
},
6262
"dependencies": {
63-
"@apidevtools/json-schema-ref-parser": "^11.1.0",
63+
"@apidevtools/json-schema-ref-parser": "^10.1.0",
6464
"camelcase": "^6.3.0",
6565
"commander": "^11.1.0",
6666
"fs-extra": "^11.2.0",

0 commit comments

Comments
 (0)