ts-openapi-codegen 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.9] - 2023-04-03
9
+
10
+ - Bump json-schema version
11
+
8
12
  ## [0.2.8] - 2022-10-19
9
13
 
10
14
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-openapi-codegen",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Library that generates Typescript clients based on the OpenAPI specification. It bases on openapi-typescript-codegen",
5
5
  "author": "Alexey Zverev",
6
6
  "homepage": "https://github.com/ozonophore/openapi-codegen.git",
@@ -67,7 +67,7 @@
67
67
  "camelcase": "^6.2.0",
68
68
  "commander": "^8.0.0",
69
69
  "handlebars": "^4.7.6",
70
- "json-schema": "^0.3.0",
70
+ "json-schema": "^0.4.0",
71
71
  "json-schema-ref-parser": "^9.0.7",
72
72
  "mkdirp": "^1.0.4",
73
73
  "rimraf": "^3.0.2"