Skip to content

Commit

Permalink
Oas3chowchow1.2.0 (#75)
Browse files Browse the repository at this point in the history
* update to oas3-chow-chow 1.1.4

* Add changeset

* add yarn lock

* update Readme

* Update oas3-chow-chow to 1.2.0

* Fix changeset log

Co-authored-by: Chris Olson <chris.olson@dat.com>
  • Loading branch information
crizo23 and Chris Olson authored Jan 30, 2021
1 parent f2ef950 commit c21df6b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/polite-cooks-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"koa-oas3": minor
---

Update oas3-chow-chow to 1.2.0
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ Pull requests, issues and comments welcome. For pull requests:
* Follow the existing style
* Separate unrelated changes into multiple pull requests
* See the existing issues for things to start contributing.
* Generate changeset using `yarn changeset`
* If there are dependency changes, update lock file with `yarn install`

For bigger changes, make sure you start a discussion first by creating an issue and explaining the intended change.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"koa-bodyparser": "^4.2.1",
"koa-compose": "^4.1.0",
"oas-validator": "^5.0.3",
"oas3-chow-chow": "^1.1.3",
"oas3-chow-chow": "^1.2.0",
"@types/qs": "^6.9.0",
"qs": "^6.9.1"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2905,10 +2905,10 @@ json-parse-better-errors@^1.0.1:
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==

json-schema-deref-sync@^0.13.0:
version "0.13.0"
resolved "https://packages.atlassian.com/api/npm/npm-remote/json-schema-deref-sync/-/json-schema-deref-sync-0.13.0.tgz#cb08b4ff435a48b5a149652d7750fdd071009823"
integrity sha1-ywi0/0NaSLWhSWUtd1D90HEAmCM=
json-schema-deref-sync@^0.14.0:
version "0.14.0"
resolved "https://registry.yarnpkg.com/json-schema-deref-sync/-/json-schema-deref-sync-0.14.0.tgz#d55cdb8e3d7c26f63f28ffe67601ad2f69bfd779"
integrity sha512-yGR1xmhdiD6R0MSrwWcFxQzAj5b3i5Gb/mt5tvQKgFMMeNe0KZYNEN/jWr7G+xn39Azqgcvk4ZKMs8dQl8e4wA==
dependencies:
clone "^2.1.2"
dag-map "~1.0.0"
Expand Down Expand Up @@ -3520,14 +3520,14 @@ oas-validator@^5.0.3:
should "^13.2.1"
yaml "^1.10.0"

oas3-chow-chow@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/oas3-chow-chow/-/oas3-chow-chow-1.1.3.tgz#d41179e053f9139755ff67c95ed8bcbbb5e4abb8"
integrity sha512-LQZLJGAQUctiMf4j//x59zEGO0I1UzWnVJebq6de2EJH+0UAMPRa8x8zCweWOua8XWhjT27vFEzVRIX4rcxxyQ==
oas3-chow-chow@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/oas3-chow-chow/-/oas3-chow-chow-1.2.0.tgz#1e7ee31814c926cca26f77a8e66b61acfc63b155"
integrity sha512-utUc8aeGr7v7K7bf+4Q4T8+C0qoCbrA17+JUg2FOQ9nfeK1UjJknS8iam3IZg/ZIl05KUUBbl7C3c+dzaCx0hQ==
dependencies:
ajv "^6.12.3"
better-ajv-errors "^0.6.7"
json-schema-deref-sync "^0.13.0"
json-schema-deref-sync "^0.14.0"
openapi3-ts "^1.3.0"
xregexp "^4.2.4"

Expand Down

0 comments on commit c21df6b

Please sign in to comment.