Skip to content

Commit e1b8191

Browse files
Version Packages
1 parent 724b0cd commit e1b8191

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/switch-to-yaml-parser.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# swagger-typescript-api
22

3+
## 13.2.13
4+
5+
### Patch Changes
6+
7+
- [#1422](https://github.com/acacode/swagger-typescript-api/pull/1422) [`724b0cd`](https://github.com/acacode/swagger-typescript-api/commit/724b0cd3d37acac1ac24fd547e2ad7af3a74bfd6) Thanks [@smorimoto](https://github.com/smorimoto)! - Replace `js-yaml` with `yaml`
8+
9+
Switch YAML parsing from `js-yaml` to `yaml`. Update the resolver to
10+
use `YAML.parse` when `JSON.parse` fails. Remove `js-yaml` and its types,
11+
add `yaml` as a runtime dependency. No public API changes.
12+
313
## 13.2.12
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-typescript-api",
3-
"version": "13.2.12",
3+
"version": "13.2.13",
44
"description": "Generate the API client for Fetch or Axios from an OpenAPI Specification",
55
"homepage": "https://github.com/acacode/swagger-typescript-api",
66
"bugs": "https://github.com/acacode/swagger-typescript-api/issues",

0 commit comments

Comments
 (0)