From 5cdda2683d9700dd892bd5b1d72a07eed0fc76a9 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Wed, 26 Feb 2020 11:26:17 -0800 Subject: [PATCH] docs: dropping conventional-changelog for auto-changelog conventional-changelog doesn't play well with lerna monorepos --- CHANGELOG.md | 432 +++++++------------ package-lock.json | 1038 +++------------------------------------------ package.json | 4 +- 3 files changed, 206 insertions(+), 1268 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5b22a6..2cfd38f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,303 +1,183 @@ -## 2.0.0 (2020-02-22) +### Changelog -* v2.0.0 ([3d7b7ff](https://github.com/readmeio/oas/commit/3d7b7ff)) -* docs: minor updates to the root readme ([3647b9e](https://github.com/readmeio/oas/commit/3647b9e)) -* docs: Open API -> OpenAPI ([d84b01c](https://github.com/readmeio/oas/commit/d84b01c)) -* docs: updating the root readme ([61af7e9](https://github.com/readmeio/oas/commit/61af7e9)) -* feat: migrating the repository into a lerna-powered monorepo architecture (#111) ([228b622](https://github.com/readmeio/oas/commit/228b622)), closes [#111](https://github.com/readmeio/oas/issues/111) -* chore(deps-dev): Bump @readme/eslint-config from 1.11.0 to 1.12.0 (#107) ([7b666ad](https://github.com/readmeio/oas/commit/7b666ad)), closes [#107](https://github.com/readmeio/oas/issues/107) -* chore(deps): Bump figures from 3.1.0 to 3.2.0 (#109) ([7aaeee1](https://github.com/readmeio/oas/commit/7aaeee1)), closes [#109](https://github.com/readmeio/oas/issues/109) -* chore(deps): Bump request from 2.88.0 to 2.88.2 (#108) ([55cc337](https://github.com/readmeio/oas/commit/55cc337)), closes [#108](https://github.com/readmeio/oas/issues/108) +All notable changes to this project will be documented in this file. Dates are displayed in UTC. +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.1.0-alpha.0](https://github.com/readmeio/oas/compare/v2.0.0...v2.1.0-alpha.0) -## 1.5.2 (2020-02-05) +> 26 February 2020 -* chore(deps): Bump open from 7.0.0 to 7.0.2 (#106) ([468b52d](https://github.com/readmeio/oas/commit/468b52d)), closes [#106](https://github.com/readmeio/oas/issues/106) +- fix: updating our handling of JSON Schema to be compliant against allowEmptyValue [`#110`](https://github.com/readmeio/oas/pull/110) +- chore(deps-dev): Bump sinon from 8.1.1 to 9.0.0 [`#112`](https://github.com/readmeio/oas/pull/112) +- docs: updating the changelog [`606faba`](https://github.com/readmeio/oas/commit/606faba762c81cfb7117a4d9becc2db0712aeb33) +- test: ignoring tooling fixtures from code coverage checks [`03bf958`](https://github.com/readmeio/oas/commit/03bf9585a4bca36cc7d07417f0947a89667b24b9) +### [v2.0.0](https://github.com/readmeio/oas/compare/1.5.2...v2.0.0) +> 22 February 2020 -## 1.5.1 (2020-01-29) +- feat: migrating the repository into a lerna-powered monorepo architecture [`#111`](https://github.com/readmeio/oas/pull/111) +- chore(deps): Bump figures from 3.1.0 to 3.2.0 [`#109`](https://github.com/readmeio/oas/pull/109) +- chore(deps): Bump request from 2.88.0 to 2.88.2 [`#108`](https://github.com/readmeio/oas/pull/108) +- chore(deps-dev): Bump @readme/eslint-config from 1.11.0 to 1.12.0 [`#107`](https://github.com/readmeio/oas/pull/107) +- docs: updating the root readme [`61af7e9`](https://github.com/readmeio/oas/commit/61af7e9b479b0c8d266286e03cd3f4c560d986e3) +- docs: Open API -> OpenAPI [`d84b01c`](https://github.com/readmeio/oas/commit/d84b01c4f9ef2dfeb3556c15a17db04e0996f879) +- docs: minor updates to the root readme [`3647b9e`](https://github.com/readmeio/oas/commit/3647b9e4ebec6692988f72d6bbadd02cb0d840f3) -* fix: Bug Fix - Query Params (#105) ([5c5963f](https://github.com/readmeio/oas/commit/5c5963f)), closes [#105](https://github.com/readmeio/oas/issues/105) +#### [1.5.2](https://github.com/readmeio/oas/compare/1.5.1...1.5.2) +> 5 February 2020 +- chore(deps): Bump open from 7.0.0 to 7.0.2 [`#106`](https://github.com/readmeio/oas/pull/106) +- build: 1.5.2 release [`723318c`](https://github.com/readmeio/oas/commit/723318cf054b1bf42bbc579a991deece25d58653) -## 1.5.0 (2020-01-28) +#### [1.5.1](https://github.com/readmeio/oas/compare/1.5.0...1.5.1) -* feat: pulling over more oas tooling from @readme/api-explorer (#104) ([6374fa2](https://github.com/readmeio/oas/commit/6374fa2)), closes [#104](https://github.com/readmeio/oas/issues/104) +> 29 January 2020 +- fix: Bug Fix - Query Params [`#105`](https://github.com/readmeio/oas/pull/105) +- build: 1.5.1 release [`3e1983f`](https://github.com/readmeio/oas/commit/3e1983fb7b3bf04c1ba0f9286db6e0c158af8314) +#### [1.5.0](https://github.com/readmeio/oas/compare/1.4.2...1.5.0) -## 1.4.2 (2020-01-27) +> 28 January 2020 -* fix: general cleanup (#100) ([d00d56e](https://github.com/readmeio/oas/commit/d00d56e)), closes [#100](https://github.com/readmeio/oas/issues/100) +- feat: pulling over more oas tooling from @readme/api-explorer [`#104`](https://github.com/readmeio/oas/pull/104) +- build: 1.5.0 release [`d78a628`](https://github.com/readmeio/oas/commit/d78a628fafb24451b0530bf714f938c8a42660ea) +#### [1.4.2](https://github.com/readmeio/oas/compare/1.4.1...1.4.2) +> 27 January 2020 -## 1.4.1 (2020-01-27) +- fix: general cleanup [`#100`](https://github.com/readmeio/oas/pull/100) +- chore: 1.4.2 release [`4f3edc8`](https://github.com/readmeio/oas/commit/4f3edc80cd6e3d7c9f6f380d8dd690883e0112eb) -* chore(deps-dev): Bump jest from 24.9.0 to 25.1.0 (#103) ([6c80a57](https://github.com/readmeio/oas/commit/6c80a57)), closes [#103](https://github.com/readmeio/oas/issues/103) -* chore(deps-dev): Bump sinon from 8.1.0 to 8.1.1 (#101) ([66925cf](https://github.com/readmeio/oas/commit/66925cf)), closes [#101](https://github.com/readmeio/oas/issues/101) -* chore(deps): Bump inquirer from 7.0.3 to 7.0.4 (#102) ([a699c5a](https://github.com/readmeio/oas/commit/a699c5a)), closes [#102](https://github.com/readmeio/oas/issues/102) -* style: Prettified fixture json (#99) ([039ec4e](https://github.com/readmeio/oas/commit/039ec4e)), closes [#99](https://github.com/readmeio/oas/issues/99) +#### [1.4.1](https://github.com/readmeio/oas/compare/1.4.0...1.4.1) +> 27 January 2020 +- chore(deps-dev): Bump jest from 24.9.0 to 25.1.0 [`#103`](https://github.com/readmeio/oas/pull/103) +- chore(deps-dev): Bump sinon from 8.1.0 to 8.1.1 [`#101`](https://github.com/readmeio/oas/pull/101) +- chore(deps): Bump inquirer from 7.0.3 to 7.0.4 [`#102`](https://github.com/readmeio/oas/pull/102) +- style: Prettified fixture json [`#99`](https://github.com/readmeio/oas/pull/99) +- build: 1.4.1 release [`5e6eb53`](https://github.com/readmeio/oas/commit/5e6eb53ca9ac044de9622a421768321e5b65d74a) -## 1.4.0 (2020-01-24) - -* Added tests, fleshed out edge cases with origin formats ([61319a0](https://github.com/readmeio/oas/commit/61319a0)) -* Built out security types, and reference potential for parameters ([96cad79](https://github.com/readmeio/oas/commit/96cad79)) -* Cleaning up test bed ([2bc6f08](https://github.com/readmeio/oas/commit/2bc6f08)) -* Log decoration - preliminary work: ([78c1c83](https://github.com/readmeio/oas/commit/78c1c83)) -* Maintaining index in FE, removing from codebase ([4a927d5](https://github.com/readmeio/oas/commit/4a927d5)) -* Minor improvements suggested by @dok in PR comments: ([5a5469c](https://github.com/readmeio/oas/commit/5a5469c)) -* modified res payload with built out URL key ([701ef96](https://github.com/readmeio/oas/commit/701ef96)) -* Prelim functionality operation class getHeaders method ([0ef8157](https://github.com/readmeio/oas/commit/0ef8157)) -* Swapping out ref matching to existing util ([93f8e3a](https://github.com/readmeio/oas/commit/93f8e3a)) -* Syncing package-lock.json ([c8bb437](https://github.com/readmeio/oas/commit/c8bb437)) -* Test updates covering header logic: ([ed8aca0](https://github.com/readmeio/oas/commit/ed8aca0)) -* chore: drop support for node 8 (#98) ([016c830](https://github.com/readmeio/oas/commit/016c830)), closes [#98](https://github.com/readmeio/oas/issues/98) -* chore(deps-dev): Bump @readme/eslint-config from 1.9.1 to 1.10.0 (#94) ([59ab075](https://github.com/readmeio/oas/commit/59ab075)), closes [#94](https://github.com/readmeio/oas/issues/94) -* chore(deps-dev): Bump sinon from 8.0.4 to 8.1.0 (#93) ([84867ec](https://github.com/readmeio/oas/commit/84867ec)), closes [#93](https://github.com/readmeio/oas/issues/93) -* style: Updating prettier to mirror other ReadMe repositories (#97) ([31b2a26](https://github.com/readmeio/oas/commit/31b2a26)), closes [#97](https://github.com/readmeio/oas/issues/97) - - - -## 1.3.0 (2020-01-13) - -* chore(deps-dev): Bump @readme/eslint-config from 1.9.0 to 1.9.1 (#90) ([efa7c05](https://github.com/readmeio/oas/commit/efa7c05)), closes [#90](https://github.com/readmeio/oas/issues/90) -* chore(deps): Bump inquirer from 7.0.1 to 7.0.3 (#91) ([add744f](https://github.com/readmeio/oas/commit/add744f)), closes [#91](https://github.com/readmeio/oas/issues/91) -* chore(deps): Bump oas-normalize from 0.1.1 to 1.0.0 (#92) ([0ef19d9](https://github.com/readmeio/oas/commit/0ef19d9)), closes [#92](https://github.com/readmeio/oas/issues/92) -* chore(deps): Bump prompt-sync from 4.1.4 to 4.2.0 (#83) ([aba78e6](https://github.com/readmeio/oas/commit/aba78e6)), closes [#83](https://github.com/readmeio/oas/issues/83) - - - -## 1.2.0 (2020-01-06) - -* chore(deps-dev): Bump @readme/eslint-config from 1.7.0 to 1.8.0 (#76) ([10d1060](https://github.com/readmeio/oas/commit/10d1060)), closes [#76](https://github.com/readmeio/oas/issues/76) -* chore(deps-dev): Bump @readme/eslint-config from 1.8.0 to 1.8.1 (#80) ([e9359bb](https://github.com/readmeio/oas/commit/e9359bb)), closes [#80](https://github.com/readmeio/oas/issues/80) -* chore(deps-dev): Bump @readme/eslint-config from 1.8.1 to 1.9.0 (#86) ([4ffcc14](https://github.com/readmeio/oas/commit/4ffcc14)), closes [#86](https://github.com/readmeio/oas/issues/86) -* chore(deps-dev): Bump eslint from 6.7.2 to 6.8.0 (#81) ([28ab24f](https://github.com/readmeio/oas/commit/28ab24f)), closes [#81](https://github.com/readmeio/oas/issues/81) -* chore(deps-dev): Bump sinon from 7.5.0 to 8.0.0 (#82) ([cbb6e30](https://github.com/readmeio/oas/commit/cbb6e30)), closes [#82](https://github.com/readmeio/oas/issues/82) -* chore(deps-dev): Bump sinon from 8.0.0 to 8.0.1 (#84) ([68fcd9d](https://github.com/readmeio/oas/commit/68fcd9d)), closes [#84](https://github.com/readmeio/oas/issues/84) -* chore(deps-dev): Bump sinon from 8.0.1 to 8.0.2 (#88) ([c42381c](https://github.com/readmeio/oas/commit/c42381c)), closes [#88](https://github.com/readmeio/oas/issues/88) -* chore(deps-dev): Bump sinon from 8.0.1 to 8.0.4 (#89) ([bc50865](https://github.com/readmeio/oas/commit/bc50865)), closes [#89](https://github.com/readmeio/oas/issues/89) -* chore(deps): Bump figures from 3.0.0 to 3.1.0 (#56) ([3f3bd03](https://github.com/readmeio/oas/commit/3f3bd03)), closes [#56](https://github.com/readmeio/oas/issues/56) -* chore(deps): Bump glob from 7.1.4 to 7.1.6 (#58) ([ac7a550](https://github.com/readmeio/oas/commit/ac7a550)), closes [#58](https://github.com/readmeio/oas/issues/58) -* chore(deps): Bump inquirer from 1.2.3 to 7.0.1 (#77) ([18f53b7](https://github.com/readmeio/oas/commit/18f53b7)), closes [#77](https://github.com/readmeio/oas/issues/77) -* chore(deps): Bump oas-normalize from 0.1.0 to 0.1.1 (#85) ([a826cef](https://github.com/readmeio/oas/commit/a826cef)), closes [#85](https://github.com/readmeio/oas/issues/85) -* chore(deps): Bump open from 6.4.0 to 7.0.0 (#52) ([65159e4](https://github.com/readmeio/oas/commit/65159e4)), closes [#52](https://github.com/readmeio/oas/issues/52) -* chore(deps): Bump swagger-inline from 2.0.0 to 3.0.0 (#78) ([72e2a82](https://github.com/readmeio/oas/commit/72e2a82)), closes [#78](https://github.com/readmeio/oas/issues/78) -* release: 1.1.0 ([d876314](https://github.com/readmeio/oas/commit/d876314)) -* docs: adding a changelog (#79) ([3fdef68](https://github.com/readmeio/oas/commit/3fdef68)), closes [#79](https://github.com/readmeio/oas/issues/79) - - - -## 1.1.0 (2019-12-16) - -* docs: adding a changelog (#79) ([3fdef68](https://github.com/readmeio/oas/commit/3fdef68)), closes [#79](https://github.com/readmeio/oas/issues/79) -* chore(deps-dev): Bump @readme/eslint-config from 1.7.0 to 1.8.0 (#76) ([10d1060](https://github.com/readmeio/oas/commit/10d1060)), closes [#76](https://github.com/readmeio/oas/issues/76) -* chore(deps): Bump figures from 3.0.0 to 3.1.0 (#56) ([3f3bd03](https://github.com/readmeio/oas/commit/3f3bd03)), closes [#56](https://github.com/readmeio/oas/issues/56) -* chore(deps): Bump glob from 7.1.4 to 7.1.6 (#58) ([ac7a550](https://github.com/readmeio/oas/commit/ac7a550)), closes [#58](https://github.com/readmeio/oas/issues/58) -* chore(deps): Bump inquirer from 1.2.3 to 7.0.1 (#77) ([18f53b7](https://github.com/readmeio/oas/commit/18f53b7)), closes [#77](https://github.com/readmeio/oas/issues/77) -* chore(deps): Bump open from 6.4.0 to 7.0.0 (#52) ([65159e4](https://github.com/readmeio/oas/commit/65159e4)), closes [#52](https://github.com/readmeio/oas/issues/52) -* chore(deps): Bump swagger-inline from 2.0.0 to 3.0.0 (#78) ([72e2a82](https://github.com/readmeio/oas/commit/72e2a82)), closes [#78](https://github.com/readmeio/oas/issues/78) - - - -## 1.0.2 (2019-12-09) - -* chore: 1.0.2 release ([0c095b3](https://github.com/readmeio/oas/commit/0c095b3)) -* chore: adding a build status badge to the readme ([e390f8f](https://github.com/readmeio/oas/commit/e390f8f)) -* chore: Bump @readme/eslint-config from 1.0.0 to 1.1.0 (#63) ([35bfef4](https://github.com/readmeio/oas/commit/35bfef4)), closes [#63](https://github.com/readmeio/oas/issues/63) -* chore: Bump @readme/eslint-config from 1.1.0 to 1.3.1 (#66) ([8ab7fa1](https://github.com/readmeio/oas/commit/8ab7fa1)), closes [#66](https://github.com/readmeio/oas/issues/66) -* chore: bump @readme/eslint-config from 1.3.1 to 1.7.0 (#72) ([944baa4](https://github.com/readmeio/oas/commit/944baa4)), closes [#72](https://github.com/readmeio/oas/issues/72) -* chore: Bump eslint from 6.6.0 to 6.7.1 (#65) ([857380a](https://github.com/readmeio/oas/commit/857380a)), closes [#65](https://github.com/readmeio/oas/issues/65) -* chore: Bump eslint from 6.7.1 to 6.7.2 (#70) ([7e43eec](https://github.com/readmeio/oas/commit/7e43eec)), closes [#70](https://github.com/readmeio/oas/issues/70) -* chore: Bump eslint-plugin-jest from 23.0.3 to 23.0.4 (#64) ([4260967](https://github.com/readmeio/oas/commit/4260967)), closes [#64](https://github.com/readmeio/oas/issues/64) -* chore: bump swagger-inline from 1.0.5 to 2.0.0 (#73) ([0634160](https://github.com/readmeio/oas/commit/0634160)), closes [#73](https://github.com/readmeio/oas/issues/73) -* chore: removing pretty-quick ([066ff06](https://github.com/readmeio/oas/commit/066ff06)) -* fix: properly sorting generated json schema representations (#75) ([5135221](https://github.com/readmeio/oas/commit/5135221)), closes [#75](https://github.com/readmeio/oas/issues/75) -* feat: github action for running ci tests ([d7e22bf](https://github.com/readmeio/oas/commit/d7e22bf)) -* Bump eslint-plugin-jest from 23.0.4 to 23.1.1 (#71) ([b631853](https://github.com/readmeio/oas/commit/b631853)), closes [#71](https://github.com/readmeio/oas/issues/71) -* Bump oas-normalize from 0.0.5 to 0.0.6 (#53) ([c4419d0](https://github.com/readmeio/oas/commit/c4419d0)), closes [#53](https://github.com/readmeio/oas/issues/53) -* chore:Bump oas-normalize from 0.0.6 to 0.1.0 (#69) ([435b4d9](https://github.com/readmeio/oas/commit/435b4d9)), closes [#69](https://github.com/readmeio/oas/issues/69) - - - -## 1.0.1 (2019-11-13) - -* chore: 1.0.1 release ([e22546a](https://github.com/readmeio/oas/commit/e22546a)) -* chore: moving @readme/eslint-config to the npm module ([db5ef2a](https://github.com/readmeio/oas/commit/db5ef2a)) - - - -## 1.0.0 (2019-11-12) - -* chore: 1.0.0 release ([c599000](https://github.com/readmeio/oas/commit/c599000)) -* chore: Bump mocha from 6.2.1 to 6.2.2 (#54) ([6fc525f](https://github.com/readmeio/oas/commit/6fc525f)), closes [#54](https://github.com/readmeio/oas/issues/54) -* chore: Bump prettier from 1.18.2 to 1.19.1 (#59) ([920fbce](https://github.com/readmeio/oas/commit/920fbce)), closes [#59](https://github.com/readmeio/oas/issues/59) -* chore: Bump pretty-quick from 2.0.0 to 2.0.1 (#57) ([a379a77](https://github.com/readmeio/oas/commit/a379a77)), closes [#57](https://github.com/readmeio/oas/issues/57) -* chore: Bump sinon from 4.5.0 to 7.5.0 (#51) ([11e5fd8](https://github.com/readmeio/oas/commit/11e5fd8)), closes [#51](https://github.com/readmeio/oas/issues/51) -* feat: v1 release (#61) ([1fcf0db](https://github.com/readmeio/oas/commit/1fcf0db)), closes [#61](https://github.com/readmeio/oas/issues/61) [#62](https://github.com/readmeio/oas/issues/62) -* deps: Bump chai-string from 1.4.0 to 1.5.0 (#45) ([eb807cf](https://github.com/readmeio/oas/commit/eb807cf)), closes [#45](https://github.com/readmeio/oas/issues/45) -* deps: Bump colors from 1.1.2 to 1.4.0 (#47) ([9584e15](https://github.com/readmeio/oas/commit/9584e15)), closes [#47](https://github.com/readmeio/oas/issues/47) -* deps: Bump lodash from 4.17.13 to 4.17.15 (#43) ([dc96b86](https://github.com/readmeio/oas/commit/dc96b86)), closes [#43](https://github.com/readmeio/oas/issues/43) -* deps: Bump mocha from 6.2.0 to 6.2.1 (#41) ([b592227](https://github.com/readmeio/oas/commit/b592227)), closes [#41](https://github.com/readmeio/oas/issues/41) -* deps: Bump oas-normalize from 0.0.3 to 0.0.5 (#46) ([1d38d1e](https://github.com/readmeio/oas/commit/1d38d1e)), closes [#46](https://github.com/readmeio/oas/issues/46) -* deps: Bump pretty-quick from 1.11.1 to 2.0.0 (#49) ([e597796](https://github.com/readmeio/oas/commit/e597796)), closes [#49](https://github.com/readmeio/oas/issues/49) -* deps: Bump sinon-chai from 2.14.0 to 3.3.0 (#42) ([4d4c599](https://github.com/readmeio/oas/commit/4d4c599)), closes [#42](https://github.com/readmeio/oas/issues/42) -* deps: Removing swagger-parser because it's an unused package (#50) ([1e3440b](https://github.com/readmeio/oas/commit/1e3440b)), closes [#50](https://github.com/readmeio/oas/issues/50) - - - -## 0.8.18 (2019-09-30) - -* [mock] Style the response URLs a bit better ([3159265](https://github.com/readmeio/oas/commit/3159265)) -* [Security] Bump extend from 3.0.0 to 3.0.2 ([778430e](https://github.com/readmeio/oas/commit/778430e)) -* [Security] Bump lodash from 4.17.11 to 4.17.13 (#29) ([2e4ba6b](https://github.com/readmeio/oas/commit/2e4ba6b)), closes [#29](https://github.com/readmeio/oas/issues/29) -* 0.2.0 ([dfc6645](https://github.com/readmeio/oas/commit/dfc6645)) -* 0.2.1 ([aa3d304](https://github.com/readmeio/oas/commit/aa3d304)) -* 0.3.0 ([4615cd8](https://github.com/readmeio/oas/commit/4615cd8)) -* 0.3.1 ([d0898a4](https://github.com/readmeio/oas/commit/d0898a4)) -* 0.8.16 ([8e70469](https://github.com/readmeio/oas/commit/8e70469)) -* 0.8.17 ([1a4f980](https://github.com/readmeio/oas/commit/1a4f980)) -* 0.8.18 ([9e4a49d](https://github.com/readmeio/oas/commit/9e4a49d)) -* Add a todo ([7fc31b8](https://github.com/readmeio/oas/commit/7fc31b8)) -* Add aliases ([de9d2c6](https://github.com/readmeio/oas/commit/de9d2c6)) -* Add animations when uploading Swagger ([cd14652](https://github.com/readmeio/oas/commit/cd14652)) -* Add dep stoopid ([f4a5814](https://github.com/readmeio/oas/commit/f4a5814)) -* Add dependencies ([c71918f](https://github.com/readmeio/oas/commit/c71918f)) -* Add examples ([6519445](https://github.com/readmeio/oas/commit/6519445)) -* Add execution permissions to index.js ([d12a158](https://github.com/readmeio/oas/commit/d12a158)) -* Add git init ([c75ed34](https://github.com/readmeio/oas/commit/c75ed34)) -* Add information on module specific configurations ([e46828f](https://github.com/readmeio/oas/commit/e46828f)) -* Add lib/help.js ([cf95b23](https://github.com/readmeio/oas/commit/cf95b23)) -* Add mock command ([d852e54](https://github.com/readmeio/oas/commit/d852e54)) -* Add new services ([078b03f](https://github.com/readmeio/oas/commit/078b03f)) -* Add npm modules for the plane! ([09f66a1](https://github.com/readmeio/oas/commit/09f66a1)) -* Add oas-normalize ([f8fbf4e](https://github.com/readmeio/oas/commit/f8fbf4e)) -* Add preliminary support for Postman ([bbcaaac](https://github.com/readmeio/oas/commit/bbcaaac)) -* Add pretty print option to generate ([e42a9cb](https://github.com/readmeio/oas/commit/e42a9cb)) -* Add readme ([8457852](https://github.com/readmeio/oas/commit/8457852)) -* Add shebang to bin ([52e3bb5](https://github.com/readmeio/oas/commit/52e3bb5)) -* Add some color! ([463c154](https://github.com/readmeio/oas/commit/463c154)) -* Add the x-api-token to the Swagger file if it doesn't exist ([823e862](https://github.com/readmeio/oas/commit/823e862)) -* Added print method to pretty print swagger file ([0e10ee9](https://github.com/readmeio/oas/commit/0e10ee9)) -* Allow newlines in yaml (Fix #14) ([2d99684](https://github.com/readmeio/oas/commit/2d99684)), closes [#14](https://github.com/readmeio/oas/issues/14) -* Allow specifying of swagger file ([42e6609](https://github.com/readmeio/oas/commit/42e6609)) -* api -> oai ([52930f5](https://github.com/readmeio/oas/commit/52930f5)) -* API -> OAI ([6620492](https://github.com/readmeio/oas/commit/6620492)) -* Better error reporting, new URL ([3ca124e](https://github.com/readmeio/oas/commit/3ca124e)) -* bump ([9836f1f](https://github.com/readmeio/oas/commit/9836f1f)) -* bump ([3d24a9c](https://github.com/readmeio/oas/commit/3d24a9c)) -* bump ([5c76792](https://github.com/readmeio/oas/commit/5c76792)) -* bump ([8e5c5a5](https://github.com/readmeio/oas/commit/8e5c5a5)) -* bump ([f9e49c1](https://github.com/readmeio/oas/commit/f9e49c1)) -* bump ([03b246a](https://github.com/readmeio/oas/commit/03b246a)) -* Bump + release ([7814c83](https://github.com/readmeio/oas/commit/7814c83)) -* Bump cardinal from 1.0.0 to 2.1.1 (#24) ([e8e1dc6](https://github.com/readmeio/oas/commit/e8e1dc6)), closes [#24](https://github.com/readmeio/oas/issues/24) -* Bump chai from 3.5.0 to 4.2.0 (#39) ([44c5a0d](https://github.com/readmeio/oas/commit/44c5a0d)), closes [#39](https://github.com/readmeio/oas/issues/39) -* Bump chai-string from 1.3.0 to 1.4.0 (#27) ([e6b378c](https://github.com/readmeio/oas/commit/e6b378c)), closes [#27](https://github.com/readmeio/oas/issues/27) -* Bump figures from 1.7.0 to 3.0.0 (#30) ([896780b](https://github.com/readmeio/oas/commit/896780b)), closes [#30](https://github.com/readmeio/oas/issues/30) -* Bump glob from 7.1.2 to 7.1.4 (#32) ([c8cb1f6](https://github.com/readmeio/oas/commit/c8cb1f6)), closes [#32](https://github.com/readmeio/oas/issues/32) -* Bump mocha from 6.1.2 to 6.2.0 (#25) ([dd472e9](https://github.com/readmeio/oas/commit/dd472e9)), closes [#25](https://github.com/readmeio/oas/issues/25) -* Bump mocha-sinon from 1.1.6 to 2.1.0 (#22) ([0c9b75c](https://github.com/readmeio/oas/commit/0c9b75c)), closes [#22](https://github.com/readmeio/oas/issues/22) -* Bump open from 6.1.0 to 6.4.0 (#36) ([244b7d1](https://github.com/readmeio/oas/commit/244b7d1)), closes [#36](https://github.com/readmeio/oas/issues/36) -* Bump prettier from 1.13.0 to 1.18.2 (#35) ([3db9464](https://github.com/readmeio/oas/commit/3db9464)), closes [#35](https://github.com/readmeio/oas/issues/35) -* Bump pretty-quick from 1.6.0 to 1.11.1 (#38) ([ec72f7e](https://github.com/readmeio/oas/commit/ec72f7e)), closes [#38](https://github.com/readmeio/oas/issues/38) -* Bump sinon from 1.17.7 to 4.5.0 (#31) ([4a4d101](https://github.com/readmeio/oas/commit/4a4d101)), closes [#31](https://github.com/readmeio/oas/issues/31) -* Bump sinon-chai from 2.8.0 to 2.14.0 (#26) ([9fdfb3e](https://github.com/readmeio/oas/commit/9fdfb3e)), closes [#26](https://github.com/readmeio/oas/issues/26) -* Bump swagger-inline ([011860d](https://github.com/readmeio/oas/commit/011860d)) -* Bump Swagger-Inline ([a72a7f9](https://github.com/readmeio/oas/commit/a72a7f9)) -* Bump swagger-inline version ([e17ac76](https://github.com/readmeio/oas/commit/e17ac76)) -* Bump version ([4b66238](https://github.com/readmeio/oas/commit/4b66238)) -* Bump version ([90459c3](https://github.com/readmeio/oas/commit/90459c3)) -* Bump version for swagger-inline ([b7dca5f](https://github.com/readmeio/oas/commit/b7dca5f)) -* Categorize all options ([9c2a1a5](https://github.com/readmeio/oas/commit/9c2a1a5)) -* Change binary API ([a50c410](https://github.com/readmeio/oas/commit/a50c410)) -* Check version for min ([7e53a6e](https://github.com/readmeio/oas/commit/7e53a6e)) -* Clean up the new user flow ([e673cc1](https://github.com/readmeio/oas/commit/e673cc1)) -* Create LICENSE.md ([07ddb94](https://github.com/readmeio/oas/commit/07ddb94)) -* Do our best to guess the language in git init ([f7223e2](https://github.com/readmeio/oas/commit/f7223e2)) -* Don't print out stuff on add ([cf421ea](https://github.com/readmeio/oas/commit/cf421ea)) -* Don't resolve on validate ([8ae6164](https://github.com/readmeio/oas/commit/8ae6164)) -* End process ([202c719](https://github.com/readmeio/oas/commit/202c719)) -* Exit with an error on errors ([8156788](https://github.com/readmeio/oas/commit/8156788)) -* Extend documentation ([21231b1](https://github.com/readmeio/oas/commit/21231b1)) -* file => spec ([a3532b8](https://github.com/readmeio/oas/commit/a3532b8)) -* First bug fixes ([7282551](https://github.com/readmeio/oas/commit/7282551)) -* First draft of api command line tool ([ab0842f](https://github.com/readmeio/oas/commit/ab0842f)) -* First pass at framework for new version ([817cf56](https://github.com/readmeio/oas/commit/817cf56)) -* fix api ([5b34154](https://github.com/readmeio/oas/commit/5b34154)) -* Fix code samples ([69096d1](https://github.com/readmeio/oas/commit/69096d1)) -* Fix error ([24768cb](https://github.com/readmeio/oas/commit/24768cb)) -* Fix error output ([b10f344](https://github.com/readmeio/oas/commit/b10f344)) -* Fix error with swagger being dereferenced ([995c66d](https://github.com/readmeio/oas/commit/995c66d)) -* Fix indentation ([b6b3bc6](https://github.com/readmeio/oas/commit/b6b3bc6)) -* Fix the auto-add ID stuff ([acbeece](https://github.com/readmeio/oas/commit/acbeece)) -* Fix the host action ([9f29da3](https://github.com/readmeio/oas/commit/9f29da3)) -* Fix vulnerabilities and hopefully don't break anything! ([7152834](https://github.com/readmeio/oas/commit/7152834)) -* Fixing the LICENSE file so it's up to date. (#28) ([2eabb35](https://github.com/readmeio/oas/commit/2eabb35)), closes [#28](https://github.com/readmeio/oas/issues/28) -* Flip the command ([8a6d0fc](https://github.com/readmeio/oas/commit/8a6d0fc)) -* Get apis.host working with the new node version ([9f1e8a5](https://github.com/readmeio/oas/commit/9f1e8a5)) -* Get ready for v1! ([23be918](https://github.com/readmeio/oas/commit/23be918)) -* If action isn't found, exit ([9f97b7f](https://github.com/readmeio/oas/commit/9f97b7f)) -* If the swagger file exists, add a suffix ([235be23](https://github.com/readmeio/oas/commit/235be23)) -* Include an empty paths so it validates ([2d5282d](https://github.com/readmeio/oas/commit/2d5282d)) -* Initial commit ([c8fbb4c](https://github.com/readmeio/oas/commit/c8fbb4c)) -* It works ([20711cb](https://github.com/readmeio/oas/commit/20711cb)) -* Logging with stoopid ([50f9d89](https://github.com/readmeio/oas/commit/50f9d89)) -* Make `api` work on the command line ([7a06fa8](https://github.com/readmeio/oas/commit/7a06fa8)) -* Make it so mocha tests can console.log ([1b83359](https://github.com/readmeio/oas/commit/1b83359)) -* Make the shorthand show more stuff ([a0b5459](https://github.com/readmeio/oas/commit/a0b5459)) -* Manage users ([086eb64](https://github.com/readmeio/oas/commit/086eb64)) -* Move to dev dependency ([7020043](https://github.com/readmeio/oas/commit/7020043)) -* New version ([c2b7a48](https://github.com/readmeio/oas/commit/c2b7a48)) -* New version! ([85e3d56](https://github.com/readmeio/oas/commit/85e3d56)) -* No need for quotes ([57fea15](https://github.com/readmeio/oas/commit/57fea15)) -* OAI -> OAS ([520edd1](https://github.com/readmeio/oas/commit/520edd1)) -* Open API -> OpenAPI (Fixed #16) ([e1afcb6](https://github.com/readmeio/oas/commit/e1afcb6)), closes [#16](https://github.com/readmeio/oas/issues/16) -* Open docs in new window ([bbaefb3](https://github.com/readmeio/oas/commit/bbaefb3)) -* parse url queries ([a8ec03c](https://github.com/readmeio/oas/commit/a8ec03c)) -* Prettier support ([cffcb79](https://github.com/readmeio/oas/commit/cffcb79)) -* Quick docs example ([36f3964](https://github.com/readmeio/oas/commit/36f3964)) -* regular expressions and request methods ([f9a75c1](https://github.com/readmeio/oas/commit/f9a75c1)) -* Remove colors from generate ([3a66db4](https://github.com/readmeio/oas/commit/3a66db4)) -* remove console.log() ([c4eaa8c](https://github.com/readmeio/oas/commit/c4eaa8c)) -* Remove git utils ([16c3ad1](https://github.com/readmeio/oas/commit/16c3ad1)) -* Remove serve ([d56e42d](https://github.com/readmeio/oas/commit/d56e42d)) -* Remove speccy dependency (#15) ([0306961](https://github.com/readmeio/oas/commit/0306961)), closes [#15](https://github.com/readmeio/oas/issues/15) -* Remove x-api-id stuff ([deb6cdc](https://github.com/readmeio/oas/commit/deb6cdc)) -* Removing some unused packages. ([6a97ca4](https://github.com/readmeio/oas/commit/6a97ca4)) -* Secure dying ([fd46441](https://github.com/readmeio/oas/commit/fd46441)) -* Shorthand (-p) for pretty print ([044630e](https://github.com/readmeio/oas/commit/044630e)) -* Some comments ([1d65131](https://github.com/readmeio/oas/commit/1d65131)) -* Some typos ([cc60181](https://github.com/readmeio/oas/commit/cc60181)) -* Start getting login working ([ededb9a](https://github.com/readmeio/oas/commit/ededb9a)) -* Support OAS 3.0 ([fe71754](https://github.com/readmeio/oas/commit/fe71754)) -* Switch to swagger-inline for finding Swagger files ([5bc4ec6](https://github.com/readmeio/oas/commit/5bc4ec6)) -* Update binary ([8558b94](https://github.com/readmeio/oas/commit/8558b94)) -* Update glob to 7.1.2 ([1dc9ae3](https://github.com/readmeio/oas/commit/1dc9ae3)) -* Update LICENSE ([6d57510](https://github.com/readmeio/oas/commit/6d57510)) -* Update LICENSE and README ([c993d08](https://github.com/readmeio/oas/commit/c993d08)) -* Update README ([6d5583f](https://github.com/readmeio/oas/commit/6d5583f)) -* Update README.md ([cff9ef7](https://github.com/readmeio/oas/commit/cff9ef7)) -* Update README.md ([3ac72a9](https://github.com/readmeio/oas/commit/3ac72a9)) -* Update README.md ([dcaef9d](https://github.com/readmeio/oas/commit/dcaef9d)) -* Update README.md ([1a8c5a9](https://github.com/readmeio/oas/commit/1a8c5a9)) -* Update swagger-inline to fix #12 ([90d8b6e](https://github.com/readmeio/oas/commit/90d8b6e)), closes [#12](https://github.com/readmeio/oas/issues/12) -* Update the format for generate ([e0b1d0c](https://github.com/readmeio/oas/commit/e0b1d0c)) -* Update the package.json ([05a80a2](https://github.com/readmeio/oas/commit/05a80a2)) -* Upgrade ([86e6d8c](https://github.com/readmeio/oas/commit/86e6d8c)) -* Upgrade ([337845f](https://github.com/readmeio/oas/commit/337845f)) -* Upgrade OAS ([212eb15](https://github.com/readmeio/oas/commit/212eb15)) -* Upgrrade swagger-inline ([917d237](https://github.com/readmeio/oas/commit/917d237)) -* Use config for URL ([f9b486a](https://github.com/readmeio/oas/commit/f9b486a)) -* Validate swagger files ([4bf6f73](https://github.com/readmeio/oas/commit/4bf6f73)) -* version 0.1.2 ([349ba96](https://github.com/readmeio/oas/commit/349ba96)) -* Weight help items ([fffc107](https://github.com/readmeio/oas/commit/fffc107)) +#### [1.4.0](https://github.com/readmeio/oas/compare/1.3.0...1.4.0) +> 24 January 2020 +- feature/metrics-log-annotation [`#95`](https://github.com/readmeio/oas/pull/95) +- feature/get-headers [`#96`](https://github.com/readmeio/oas/pull/96) +- chore: drop support for node 8 [`#98`](https://github.com/readmeio/oas/pull/98) +- style: Updating prettier to mirror other ReadMe repositories [`#97`](https://github.com/readmeio/oas/pull/97) +- chore(deps-dev): Bump sinon from 8.0.4 to 8.1.0 [`#93`](https://github.com/readmeio/oas/pull/93) +- chore(deps-dev): Bump @readme/eslint-config from 1.9.1 to 1.10.0 [`#94`](https://github.com/readmeio/oas/pull/94) +- Added tests, fleshed out edge cases with origin formats [`61319a0`](https://github.com/readmeio/oas/commit/61319a0a4a7cfd51fb439dfb8490cca275c65d37) +- Test updates covering header logic: [`ed8aca0`](https://github.com/readmeio/oas/commit/ed8aca04eef0bec8c7cdb6f9babcf72437014b39) +- Log decoration - preliminary work: [`78c1c83`](https://github.com/readmeio/oas/commit/78c1c8371346c131acd37378401e1d1dd1030aed) +#### [1.3.0](https://github.com/readmeio/oas/compare/1.2.0...1.3.0) + +> 13 January 2020 + +- chore(deps): Bump prompt-sync from 4.1.4 to 4.2.0 [`#83`](https://github.com/readmeio/oas/pull/83) +- chore(deps-dev): Bump @readme/eslint-config from 1.9.0 to 1.9.1 [`#90`](https://github.com/readmeio/oas/pull/90) +- chore(deps): Bump inquirer from 7.0.1 to 7.0.3 [`#91`](https://github.com/readmeio/oas/pull/91) +- chore(deps): Bump oas-normalize from 0.1.1 to 1.0.0 [`#92`](https://github.com/readmeio/oas/pull/92) +- build: 1.3.0 release [`b490012`](https://github.com/readmeio/oas/commit/b49001299713f75e9eff9c114e4adfe0dbe7119c) + +#### [1.2.0](https://github.com/readmeio/oas/compare/1.0.2...1.2.0) + +> 6 January 2020 + +- chore(deps): Bump oas-normalize from 0.1.0 to 0.1.1 [`#85`](https://github.com/readmeio/oas/pull/85) +- chore(deps-dev): Bump sinon from 8.0.1 to 8.0.4 [`#89`](https://github.com/readmeio/oas/pull/89) +- chore(deps-dev): Bump sinon from 8.0.1 to 8.0.2 [`#88`](https://github.com/readmeio/oas/pull/88) +- chore(deps-dev): Bump @readme/eslint-config from 1.8.1 to 1.9.0 [`#86`](https://github.com/readmeio/oas/pull/86) +- chore(deps-dev): Bump sinon from 8.0.0 to 8.0.1 [`#84`](https://github.com/readmeio/oas/pull/84) +- chore(deps-dev): Bump sinon from 7.5.0 to 8.0.0 [`#82`](https://github.com/readmeio/oas/pull/82) +- chore(deps-dev): Bump eslint from 6.7.2 to 6.8.0 [`#81`](https://github.com/readmeio/oas/pull/81) +- chore(deps-dev): Bump @readme/eslint-config from 1.8.0 to 1.8.1 [`#80`](https://github.com/readmeio/oas/pull/80) +- docs: adding a changelog [`#79`](https://github.com/readmeio/oas/pull/79) +- chore(deps): Bump inquirer from 1.2.3 to 7.0.1 [`#77`](https://github.com/readmeio/oas/pull/77) +- chore(deps-dev): Bump @readme/eslint-config from 1.7.0 to 1.8.0 [`#76`](https://github.com/readmeio/oas/pull/76) +- chore(deps): Bump open from 6.4.0 to 7.0.0 [`#52`](https://github.com/readmeio/oas/pull/52) +- chore(deps): Bump swagger-inline from 2.0.0 to 3.0.0 [`#78`](https://github.com/readmeio/oas/pull/78) +- chore(deps): Bump figures from 3.0.0 to 3.1.0 [`#56`](https://github.com/readmeio/oas/pull/56) +- chore(deps): Bump glob from 7.1.4 to 7.1.6 [`#58`](https://github.com/readmeio/oas/pull/58) +- build: 1.2.0 release [`ee33d0a`](https://github.com/readmeio/oas/commit/ee33d0a473eb5340f118390a587b8d3b17dd41b6) +- release: 1.1.0 [`d876314`](https://github.com/readmeio/oas/commit/d876314dce2dc417ad0af2ad0955163eb66c500e) + +#### [1.0.2](https://github.com/readmeio/oas/compare/1.0.1...1.0.2) + +> 9 December 2019 + +- fix: properly sorting generated json schema representations [`#75`](https://github.com/readmeio/oas/pull/75) +- chore: bump swagger-inline from 1.0.5 to 2.0.0 [`#73`](https://github.com/readmeio/oas/pull/73) +- chore: bump @readme/eslint-config from 1.3.1 to 1.7.0 [`#72`](https://github.com/readmeio/oas/pull/72) +- chore:Bump oas-normalize from 0.0.6 to 0.1.0 [`#69`](https://github.com/readmeio/oas/pull/69) +- chore: Bump eslint from 6.7.1 to 6.7.2 [`#70`](https://github.com/readmeio/oas/pull/70) +- Bump eslint-plugin-jest from 23.0.4 to 23.1.1 [`#71`](https://github.com/readmeio/oas/pull/71) +- Bump oas-normalize from 0.0.5 to 0.0.6 [`#53`](https://github.com/readmeio/oas/pull/53) +- chore: Bump eslint from 6.6.0 to 6.7.1 [`#65`](https://github.com/readmeio/oas/pull/65) +- chore: Bump @readme/eslint-config from 1.1.0 to 1.3.1 [`#66`](https://github.com/readmeio/oas/pull/66) +- chore: Bump @readme/eslint-config from 1.0.0 to 1.1.0 [`#63`](https://github.com/readmeio/oas/pull/63) +- chore: Bump eslint-plugin-jest from 23.0.3 to 23.0.4 [`#64`](https://github.com/readmeio/oas/pull/64) +- chore: removing pretty-quick [`066ff06`](https://github.com/readmeio/oas/commit/066ff065104fe7540083aedf26ecfdc9325fbc97) +- feat: github action for running ci tests [`d7e22bf`](https://github.com/readmeio/oas/commit/d7e22bfa99da3dedad0702cc55b05fdd56cc5e9a) +- chore: 1.0.2 release [`0c095b3`](https://github.com/readmeio/oas/commit/0c095b31befe483f85430ac346d59b926569a19e) + +#### [1.0.1](https://github.com/readmeio/oas/compare/1.0.0...1.0.1) + +> 13 November 2019 + +- chore: moving @readme/eslint-config to the npm module [`db5ef2a`](https://github.com/readmeio/oas/commit/db5ef2a430288b40919674cdbcea0135f1f40634) +- chore: 1.0.1 release [`e22546a`](https://github.com/readmeio/oas/commit/e22546a5b5cc1139b820ed241bb978d7da545c89) + +### [1.0.0](https://github.com/readmeio/oas/compare/0.8.18...1.0.0) + +> 12 November 2019 + +- feat: v1 release [`#61`](https://github.com/readmeio/oas/pull/61) +- chore: Bump sinon from 4.5.0 to 7.5.0 [`#51`](https://github.com/readmeio/oas/pull/51) +- chore: Bump pretty-quick from 2.0.0 to 2.0.1 [`#57`](https://github.com/readmeio/oas/pull/57) +- chore: Bump mocha from 6.2.1 to 6.2.2 [`#54`](https://github.com/readmeio/oas/pull/54) +- chore: Bump prettier from 1.18.2 to 1.19.1 [`#59`](https://github.com/readmeio/oas/pull/59) +- deps: Bump lodash from 4.17.13 to 4.17.15 [`#43`](https://github.com/readmeio/oas/pull/43) +- deps: Bump mocha from 6.2.0 to 6.2.1 [`#41`](https://github.com/readmeio/oas/pull/41) +- deps: Bump oas-normalize from 0.0.3 to 0.0.5 [`#46`](https://github.com/readmeio/oas/pull/46) +- deps: Bump colors from 1.1.2 to 1.4.0 [`#47`](https://github.com/readmeio/oas/pull/47) +- deps: Bump sinon-chai from 2.14.0 to 3.3.0 [`#42`](https://github.com/readmeio/oas/pull/42) +- deps: Bump chai-string from 1.4.0 to 1.5.0 [`#45`](https://github.com/readmeio/oas/pull/45) +- deps: Removing swagger-parser because it's an unused package [`#50`](https://github.com/readmeio/oas/pull/50) +- deps: Bump pretty-quick from 1.11.1 to 2.0.0 [`#49`](https://github.com/readmeio/oas/pull/49) +- chore: 1.0.0 release [`c599000`](https://github.com/readmeio/oas/commit/c5990008e4b1041afa00b199df00e2d904de416c) + +#### 0.8.18 + +> 30 September 2019 + +- Bump glob from 7.1.2 to 7.1.4 [`#32`](https://github.com/readmeio/oas/pull/32) +- Bump sinon from 1.17.7 to 4.5.0 [`#31`](https://github.com/readmeio/oas/pull/31) +- Bump figures from 1.7.0 to 3.0.0 [`#30`](https://github.com/readmeio/oas/pull/30) +- Bump open from 6.1.0 to 6.4.0 [`#36`](https://github.com/readmeio/oas/pull/36) +- Bump pretty-quick from 1.6.0 to 1.11.1 [`#38`](https://github.com/readmeio/oas/pull/38) +- Bump prettier from 1.13.0 to 1.18.2 [`#35`](https://github.com/readmeio/oas/pull/35) +- [Security] Bump lodash from 4.17.11 to 4.17.13 [`#29`](https://github.com/readmeio/oas/pull/29) +- Bump chai from 3.5.0 to 4.2.0 [`#39`](https://github.com/readmeio/oas/pull/39) +- Fixing the LICENSE file so it's up to date. [`#28`](https://github.com/readmeio/oas/pull/28) +- Bump mocha-sinon from 1.1.6 to 2.1.0 [`#22`](https://github.com/readmeio/oas/pull/22) +- Bump mocha from 6.1.2 to 6.2.0 [`#25`](https://github.com/readmeio/oas/pull/25) +- Bump sinon-chai from 2.8.0 to 2.14.0 [`#26`](https://github.com/readmeio/oas/pull/26) +- Bump chai-string from 1.3.0 to 1.4.0 [`#27`](https://github.com/readmeio/oas/pull/27) +- Bump cardinal from 1.0.0 to 2.1.1 [`#24`](https://github.com/readmeio/oas/pull/24) +- [Security] Bump extend from 3.0.0 to 3.0.2 [`#23`](https://github.com/readmeio/oas/pull/23) +- Removing some unused packages. [`#21`](https://github.com/readmeio/oas/pull/21) +- `generate` without colors [`#4`](https://github.com/readmeio/oas/pull/4) +- Open API -> OpenAPI (Fixed #16) [`#16`](https://github.com/readmeio/oas/issues/16) +- Allow newlines in yaml (Fix #14) [`#14`](https://github.com/readmeio/oas/issues/14) +- Update swagger-inline to fix #12 [`#12`](https://github.com/readmeio/oas/issues/12) +- Support OAS 3.0 [`fe71754`](https://github.com/readmeio/oas/commit/fe717542297f86e6ca6ebe20edad1742bea32e19) +- Remove speccy dependency (#15) [`0306961`](https://github.com/readmeio/oas/commit/03069611389bdd6fa7917f767c41f58a9715d92c) +- First pass at framework for new version [`817cf56`](https://github.com/readmeio/oas/commit/817cf56080428abc42daaffe1dd0a4ecb26f791f) diff --git a/package-lock.json b/package-lock.json index c635f52c..38181cfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1359,6 +1359,30 @@ "integrity": "sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY=", "dev": true }, + "auto-changelog": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-1.16.2.tgz", + "integrity": "sha512-QL7zKH5FBBHz6tECO8CjZ8LpdevVSJoDskDzzPeoB9Bfe6LyXmRzXUoTIFKJXXdVaX8ydMpDO9Oa8ihZ4Au+CA==", + "dev": true, + "requires": { + "commander": "^3.0.1", + "core-js": "^3.2.1", + "handlebars": "^4.1.2", + "lodash.uniqby": "^4.7.0", + "node-fetch": "^2.6.0", + "parse-github-url": "^1.0.2", + "regenerator-runtime": "^0.13.3", + "semver": "^6.3.0" + }, + "dependencies": { + "commander": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/commander/-/commander-3.0.2.tgz", + "integrity": "sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==", + "dev": true + } + } + }, "aws-sign2": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", @@ -1851,824 +1875,6 @@ "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", "dev": true }, - "conventional-changelog": { - "version": "3.1.18", - "resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-3.1.18.tgz", - "integrity": "sha512-aN6a3rjgV8qwAJj3sC/Lme2kvswWO7fFSGQc32gREcwIOsaiqBaO6f2p0NomFaPDnTqZ+mMZFLL3hlzvEnZ0mQ==", - "dev": true, - "requires": { - "conventional-changelog-angular": "^5.0.6", - "conventional-changelog-atom": "^2.0.3", - "conventional-changelog-codemirror": "^2.0.3", - "conventional-changelog-conventionalcommits": "^4.2.3", - "conventional-changelog-core": "^4.1.4", - "conventional-changelog-ember": "^2.0.4", - "conventional-changelog-eslint": "^3.0.4", - "conventional-changelog-express": "^2.0.1", - "conventional-changelog-jquery": "^3.0.6", - "conventional-changelog-jshint": "^2.0.3", - "conventional-changelog-preset-loader": "^2.3.0" - }, - "dependencies": { - "JSONStream": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", - "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", - "dev": true, - "requires": { - "jsonparse": "^1.2.0", - "through": ">=2.2.7 <3" - } - }, - "add-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz", - "integrity": "sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=", - "dev": true - }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true, - "optional": true - }, - "conventional-changelog-angular": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.6.tgz", - "integrity": "sha512-QDEmLa+7qdhVIv8sFZfVxU1VSyVvnXPsxq8Vam49mKUcO1Z8VTLEJk9uI21uiJUsnmm0I4Hrsdc9TgkOQo9WSA==", - "dev": true, - "requires": { - "compare-func": "^1.3.1", - "q": "^1.5.1" - } - }, - "conventional-changelog-atom": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-2.0.3.tgz", - "integrity": "sha512-szZe2ut97qNO6vCCMkm1I/tWu6ol4Rr8a9Lx0y/VlpDnpY0PNp+oGpFgU55lplhx+I3Lro9Iv4/gRj0knfgjzg==", - "dev": true, - "requires": { - "q": "^1.5.1" - } - }, - "conventional-changelog-codemirror": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.3.tgz", - "integrity": "sha512-t2afackdgFV2yBdHhWPqrKbpaQeVnz2hSJKdWqjasPo5EpIB6TBL0er3cOP1mnGQmuzk9JSvimNSuqjWGDtU5Q==", - "dev": true, - "requires": { - "q": "^1.5.1" - } - }, - "conventional-changelog-conventionalcommits": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.3.tgz", - "integrity": "sha512-atGa+R4vvEhb8N/8v3IoW59gCBJeeFiX6uIbPu876ENAmkMwsenyn0R21kdDHJFLQdy6zW4J6b4xN8KI3b9oww==", - "dev": true, - "requires": { - "compare-func": "^1.3.1", - "lodash": "^4.17.15", - "q": "^1.5.1" - } - }, - "conventional-changelog-core": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.1.4.tgz", - "integrity": "sha512-LO58ZbEpp1Ul+y/vOI8rJRsWkovsYkCFbOCVgi6UnVfU8WC0F8K8VQQwaBZWWUpb6JvEiN4GBR5baRP2txZ+Vg==", - "dev": true, - "requires": { - "add-stream": "^1.0.0", - "conventional-changelog-writer": "^4.0.11", - "conventional-commits-parser": "^3.0.8", - "dateformat": "^3.0.0", - "get-pkg-repo": "^1.0.0", - "git-raw-commits": "2.0.0", - "git-remote-origin-url": "^2.0.0", - "git-semver-tags": "^3.0.1", - "lodash": "^4.17.15", - "normalize-package-data": "^2.3.5", - "q": "^1.5.1", - "read-pkg": "^3.0.0", - "read-pkg-up": "^3.0.0", - "through2": "^3.0.0" - } - }, - "conventional-changelog-ember": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.4.tgz", - "integrity": "sha512-q1u73sO9uCnxN4TSw8xu6MRU8Y1h9kpwtcdJuNRwu/LSKI1IE/iuNSH5eQ6aLlQ3HTyrIpTfUuVybW4W0F17rA==", - "dev": true, - "requires": { - "q": "^1.5.1" - } - }, - "conventional-changelog-eslint": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.4.tgz", - "integrity": "sha512-CPwTUENzhLGl3auunrJxiIEWncAGaby7gOFCdj2gslIuOFJ0KPJVOUhRz4Da/I53sdo/7UncUJkiLg94jEsjxg==", - "dev": true, - "requires": { - "q": "^1.5.1" - } - }, - "conventional-changelog-express": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-2.0.1.tgz", - "integrity": "sha512-G6uCuCaQhLxdb4eEfAIHpcfcJ2+ao3hJkbLrw/jSK/eROeNfnxCJasaWdDAfFkxsbpzvQT4W01iSynU3OoPLIw==", - "dev": true, - "requires": { - "q": "^1.5.1" - } - }, - "conventional-changelog-jquery": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.6.tgz", - "integrity": "sha512-gHAABCXUNA/HjnZEm+vxAfFPJkgtrZvCDIlCKfdPVXtCIo/Q0lN5VKpx8aR5p8KdVRQFF3OuTlvv5kv6iPuRqA==", - "dev": true, - "requires": { - "q": "^1.5.1" - } - }, - "conventional-changelog-jshint": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.3.tgz", - "integrity": "sha512-Pc2PnMPcez634ckzr4EOWviwRSpZcURaK7bjyD9oK6N5fsC/a+3G7LW5m/JpcHPhA9ZxsfIbm7uqZ3ZDGsQ/sw==", - "dev": true, - "requires": { - "compare-func": "^1.3.1", - "q": "^1.5.1" - } - }, - "conventional-changelog-writer": { - "version": "4.0.11", - "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.11.tgz", - "integrity": "sha512-g81GQOR392I+57Cw3IyP1f+f42ME6aEkbR+L7v1FBBWolB0xkjKTeCWVguzRrp6UiT1O6gBpJbEy2eq7AnV1rw==", - "dev": true, - "requires": { - "compare-func": "^1.3.1", - "conventional-commits-filter": "^2.0.2", - "dateformat": "^3.0.0", - "handlebars": "^4.4.0", - "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.15", - "meow": "^5.0.0", - "semver": "^6.0.0", - "split": "^1.0.0", - "through2": "^3.0.0" - } - }, - "conventional-commits-parser": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.0.8.tgz", - "integrity": "sha512-YcBSGkZbYp7d+Cr3NWUeXbPDFUN6g3SaSIzOybi8bjHL5IJ5225OSCxJJ4LgziyEJ7AaJtE9L2/EU6H7Nt/DDQ==", - "dev": true, - "requires": { - "JSONStream": "^1.0.4", - "is-text-path": "^1.0.1", - "lodash": "^4.17.15", - "meow": "^5.0.0", - "split2": "^2.0.0", - "through2": "^3.0.0", - "trim-off-newlines": "^1.0.0" - } - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", - "dev": true - }, - "dateformat": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz", - "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==", - "dev": true - }, - "decamelize-keys": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", - "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", - "dev": true, - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - } - }, - "get-pkg-repo": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz", - "integrity": "sha1-xztInAbYDMVTbCyFP54FIyBWly0=", - "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "meow": "^3.3.0", - "normalize-package-data": "^2.3.0", - "parse-github-repo-url": "^1.3.0", - "through2": "^2.0.0" - }, - "dependencies": { - "camelcase": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", - "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", - "dev": true - }, - "camelcase-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", - "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", - "dev": true, - "requires": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" - } - }, - "find-up": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", - "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", - "dev": true, - "requires": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - }, - "load-json-file": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", - "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - } - }, - "meow": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", - "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", - "dev": true, - "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - } - }, - "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", - "dev": true - }, - "parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", - "dev": true, - "requires": { - "error-ex": "^1.2.0" - } - }, - "path-type": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", - "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - }, - "read-pkg": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", - "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", - "dev": true, - "requires": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - } - }, - "read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", - "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", - "dev": true, - "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "redent": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", - "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", - "dev": true, - "requires": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "^0.2.0" - } - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dev": true, - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "trim-newlines": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", - "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", - "dev": true - } - } - }, - "get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", - "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", - "dev": true - }, - "git-raw-commits": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.0.tgz", - "integrity": "sha512-w4jFEJFgKXMQJ0H0ikBk2S+4KP2VEjhCvLCNqbNRQC8BgGWgLKNCO7a9K9LI+TVT7Gfoloje502sEnctibffgg==", - "dev": true, - "requires": { - "dargs": "^4.0.1", - "lodash.template": "^4.0.2", - "meow": "^4.0.0", - "split2": "^2.0.0", - "through2": "^2.0.0" - }, - "dependencies": { - "meow": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "dev": true, - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - } - }, - "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", - "dev": true - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dev": true, - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } - } - }, - "git-remote-origin-url": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", - "integrity": "sha1-UoJlna4hBxRaERJhEq0yFuxfpl8=", - "dev": true, - "requires": { - "gitconfiglocal": "^1.0.0", - "pify": "^2.3.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - } - } - }, - "git-semver-tags": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-3.0.1.tgz", - "integrity": "sha512-Hzd1MOHXouITfCasrpVJbRDg9uvW7LfABk3GQmXYZByerBDrfrEMP9HXpNT7RxAbieiocP6u+xq20DkvjwxnCA==", - "dev": true, - "requires": { - "meow": "^5.0.0", - "semver": "^6.0.0" - } - }, - "handlebars": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.3.tgz", - "integrity": "sha512-SRGwSYuNfx8DwHD/6InAPzD6RgeruWLT+B8e8a7gGs8FWgHzlExpTFMEq2IA6QpAfOClpKHy6+8IqTjeBCu6Kg==", - "dev": true, - "requires": { - "neo-async": "^2.6.0", - "optimist": "^0.6.1", - "source-map": "^0.6.1", - "uglify-js": "^3.1.4" - } - }, - "indent-string": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", - "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", - "dev": true, - "requires": { - "repeating": "^2.0.0" - } - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", - "dev": true - }, - "jsonparse": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", - "dev": true - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - } - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", - "dev": true - }, - "meow": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz", - "integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==", - "dev": true, - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0", - "yargs-parser": "^10.0.0" - } - }, - "minimist": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", - "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=", - "dev": true - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - } - } - }, - "optimist": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", - "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", - "dev": true, - "requires": { - "minimist": "~0.0.1", - "wordwrap": "~0.0.2" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "path-exists": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", - "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", - "dev": true, - "requires": { - "pinkie-promise": "^2.0.0" - } - }, - "path-type": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", - "dev": true, - "requires": { - "pify": "^3.0.0" - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } - }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dev": true, - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "resolve": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz", - "integrity": "sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==", - "dev": true, - "requires": { - "path-parse": "^1.0.6" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - }, - "split": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz", - "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==", - "dev": true, - "requires": { - "through": "2" - } - }, - "split2": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz", - "integrity": "sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==", - "dev": true, - "requires": { - "through2": "^2.0.2" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dev": true, - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - } - } - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dev": true, - "requires": { - "safe-buffer": "~5.2.0" - } - }, - "strip-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", - "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", - "dev": true, - "requires": { - "get-stdin": "^4.0.1" - } - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", - "dev": true - }, - "through2": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz", - "integrity": "sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==", - "dev": true, - "requires": { - "readable-stream": "2 || 3" - } - }, - "uglify-js": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.8.0.tgz", - "integrity": "sha512-ugNSTT8ierCsDHso2jkBHXYrU8Y5/fY2ZUprfrJUiD7YpuFvV4jODLFmb3h4btQjqr5Nh4TX4XtgDfCU1WdioQ==", - "dev": true, - "optional": true, - "requires": { - "commander": "~2.20.3", - "source-map": "~0.6.1" - } - }, - "wordwrap": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", - "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", - "dev": true - }, - "yargs-parser": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", - "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", - "dev": true, - "requires": { - "camelcase": "^4.1.0" - } - } - } - }, "conventional-changelog-angular": { "version": "5.0.6", "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.6.tgz", @@ -2679,154 +1885,6 @@ "q": "^1.5.1" } }, - "conventional-changelog-cli": { - "version": "2.0.31", - "resolved": "https://registry.npmjs.org/conventional-changelog-cli/-/conventional-changelog-cli-2.0.31.tgz", - "integrity": "sha512-nMINylKAamBLM3OmD7/44d9TPZ3V58IDTXoGC/QtXxve+1Sj37BQTzIEW3TNaviZ2ZV/b5Dqg0eSk4DNP5fBdA==", - "dev": true, - "requires": { - "add-stream": "^1.0.0", - "conventional-changelog": "^3.1.18", - "lodash": "^4.17.15", - "meow": "^5.0.0", - "tempfile": "^3.0.0" - }, - "dependencies": { - "add-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz", - "integrity": "sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=", - "dev": true - }, - "decamelize-keys": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", - "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", - "dev": true, - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - } - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - } - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", - "dev": true - }, - "meow": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz", - "integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==", - "dev": true, - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0", - "yargs-parser": "^10.0.0" - } - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "path-type": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", - "dev": true, - "requires": { - "pify": "^3.0.0" - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", - "dev": true, - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - } - }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", - "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", - "dev": true, - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - } - }, - "resolve": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz", - "integrity": "sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==", - "dev": true, - "requires": { - "path-parse": "^1.0.6" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - }, - "yargs-parser": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", - "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", - "dev": true, - "requires": { - "camelcase": "^4.1.0" - } - } - } - }, "conventional-changelog-core": { "version": "3.2.3", "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-3.2.3.tgz", @@ -3014,6 +2072,12 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", "dev": true }, + "core-js": { + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", + "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==", + "dev": true + }, "core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", @@ -4989,6 +4053,12 @@ "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", "dev": true }, + "lodash.uniqby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", + "integrity": "sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI=", + "dev": true + }, "loud-rejection": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", @@ -5775,6 +4845,12 @@ "integrity": "sha1-nn2LslKmy2ukJZUGC3v23z28H1A=", "dev": true }, + "parse-github-url": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz", + "integrity": "sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==", + "dev": true + }, "parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", @@ -6190,6 +5266,12 @@ "strip-indent": "^2.0.0" } }, + "regenerator-runtime": { + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", + "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==", + "dev": true + }, "regex-not": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", @@ -6894,12 +5976,6 @@ "yallist": "^3.0.3" } }, - "temp-dir": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", - "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", - "dev": true - }, "temp-write": { "version": "3.4.0", "resolved": "https://registry.npmjs.org/temp-write/-/temp-write-3.4.0.tgz", @@ -6928,24 +6004,6 @@ } } }, - "tempfile": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/tempfile/-/tempfile-3.0.0.tgz", - "integrity": "sha512-uNFCg478XovRi85iD42egu+eSFUmmka750Jy7L5tfHI5hQKKtbPnxaSaXAbBqCDYrw3wx4tXjKwci4/QmsZJxw==", - "dev": true, - "requires": { - "temp-dir": "^2.0.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "dev": true - } - } - }, "text-extensions": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz", diff --git a/package.json b/package.json index 2094bf02..044bd4df 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,10 @@ "clean": "lerna clean", "publish": "lerna publish", "test": "lerna run test --stream", - "version": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md" + "version": "auto-changelog --template compact -v $(node -e \"console.log('v' + require('./lerna.json').version)\") && git add CHANGELOG.md" }, "devDependencies": { - "conventional-changelog-cli": "^2.0.31", + "auto-changelog": "^1.16.2", "lerna": "^3.20.2" } }