@podium/schemas
Advanced tools
Comparing version 5.0.5 to 5.0.6
381
CHANGELOG.md
@@ -1,2 +0,2 @@ | ||
## [5.0.5](https://github.com/podium-lib/schemas/compare/v5.0.4...v5.0.5) (2024-06-04) | ||
## [5.0.6](https://github.com/podium-lib/schemas/compare/v5.0.5...v5.0.6) (2024-07-13) | ||
@@ -6,63 +6,61 @@ | ||
* **deps:** update dependency ajv to v8.16.0 ([08b4493](https://github.com/podium-lib/schemas/commit/08b449335eee9fcbe2d25eb1d833dc3f33a08893)) | ||
* **deps:** update dependency ajv to v8.17.1 ([3a83afa](https://github.com/podium-lib/schemas/commit/3a83afa2e005d9ec3130582ae4161f63b158ef8c)) | ||
## [5.0.5](https://github.com/podium-lib/schemas/compare/v5.0.4...v5.0.5) (2024-06-04) | ||
### Bug Fixes | ||
- **deps:** update dependency ajv to v8.16.0 ([08b4493](https://github.com/podium-lib/schemas/commit/08b449335eee9fcbe2d25eb1d833dc3f33a08893)) | ||
## [5.0.4](https://github.com/podium-lib/schemas/compare/v5.0.3...v5.0.4) (2024-06-04) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.15.0 ([0513fe7](https://github.com/podium-lib/schemas/commit/0513fe7f05e6702254c19b7538e18a7cdba9fbfb)) | ||
- **deps:** update dependency ajv to v8.15.0 ([0513fe7](https://github.com/podium-lib/schemas/commit/0513fe7f05e6702254c19b7538e18a7cdba9fbfb)) | ||
## [5.0.3](https://github.com/podium-lib/schemas/compare/v5.0.2...v5.0.3) (2024-05-26) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.14.0 ([afa85d1](https://github.com/podium-lib/schemas/commit/afa85d1fc190a738e4d0ff034f66c5c779c486bb)) | ||
- **deps:** update dependency ajv to v8.14.0 ([afa85d1](https://github.com/podium-lib/schemas/commit/afa85d1fc190a738e4d0ff034f66c5c779c486bb)) | ||
## [5.0.2](https://github.com/podium-lib/schemas/compare/v5.0.1...v5.0.2) (2024-05-14) | ||
### Bug Fixes | ||
* type definitions for schema and validators ([#220](https://github.com/podium-lib/schemas/issues/220)) ([69050ae](https://github.com/podium-lib/schemas/commit/69050ae7a8d4a20275dadf301d7368a1f5bd9510)) | ||
- type definitions for schema and validators ([#220](https://github.com/podium-lib/schemas/issues/220)) ([69050ae](https://github.com/podium-lib/schemas/commit/69050ae7a8d4a20275dadf301d7368a1f5bd9510)) | ||
## [5.0.1](https://github.com/podium-lib/schemas/compare/v5.0.0...v5.0.1) (2024-04-30) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.13.0 ([ae4d798](https://github.com/podium-lib/schemas/commit/ae4d798caf1997147e1f6ccfa1caf760ceb402c4)) | ||
- **deps:** update dependency ajv to v8.13.0 ([ae4d798](https://github.com/podium-lib/schemas/commit/ae4d798caf1997147e1f6ccfa1caf760ceb402c4)) | ||
# [5.0.0](https://github.com/podium-lib/schemas/compare/v4.2.0...v5.0.0) (2023-11-28) | ||
### Bug Fixes | ||
* Initial setup of next branch ([5314940](https://github.com/podium-lib/schemas/commit/53149406b1287c6a7d85dd9cbc7f623eeaaac307)) | ||
* Optimize the npm package ([#112](https://github.com/podium-lib/schemas/issues/112)) ([149ce28](https://github.com/podium-lib/schemas/commit/149ce28a9cd89c625c0a8ead1127e0c07d368cbb)) | ||
* Pure ESM. Run tests on node 18.x ([#160](https://github.com/podium-lib/schemas/issues/160)) ([9c68d23](https://github.com/podium-lib/schemas/commit/9c68d23d377a811c09fa851d765eff075b701e0e)) | ||
* Use ESM workaround for dirname to find path to schema ([#113](https://github.com/podium-lib/schemas/issues/113)) ([ed40808](https://github.com/podium-lib/schemas/commit/ed408081e4c56e4ba794839459331d5454e0c5f3)) | ||
- Initial setup of next branch ([5314940](https://github.com/podium-lib/schemas/commit/53149406b1287c6a7d85dd9cbc7f623eeaaac307)) | ||
- Optimize the npm package ([#112](https://github.com/podium-lib/schemas/issues/112)) ([149ce28](https://github.com/podium-lib/schemas/commit/149ce28a9cd89c625c0a8ead1127e0c07d368cbb)) | ||
- Pure ESM. Run tests on node 18.x ([#160](https://github.com/podium-lib/schemas/issues/160)) ([9c68d23](https://github.com/podium-lib/schemas/commit/9c68d23d377a811c09fa851d765eff075b701e0e)) | ||
- Use ESM workaround for dirname to find path to schema ([#113](https://github.com/podium-lib/schemas/issues/113)) ([ed40808](https://github.com/podium-lib/schemas/commit/ed408081e4c56e4ba794839459331d5454e0c5f3)) | ||
### chore | ||
* Remove .assets.js and .assets.css ([#62](https://github.com/podium-lib/schemas/issues/62)) ([6468f69](https://github.com/podium-lib/schemas/commit/6468f69b7d51cffef06d9d5c2d7d05b67b1af575)) | ||
- Remove .assets.js and .assets.css ([#62](https://github.com/podium-lib/schemas/issues/62)) ([6468f69](https://github.com/podium-lib/schemas/commit/6468f69b7d51cffef06d9d5c2d7d05b67b1af575)) | ||
### Features | ||
* Adding support for proxy objects ([#161](https://github.com/podium-lib/schemas/issues/161)) ([6f5de4e](https://github.com/podium-lib/schemas/commit/6f5de4e430c2a2662da079b801e24882d9ba8bc1)) | ||
* Convert to ESM ([#64](https://github.com/podium-lib/schemas/issues/64)) ([197fe2b](https://github.com/podium-lib/schemas/commit/197fe2bf269b625748fb1797eb455a0db46fa0e1)), closes [#83](https://github.com/podium-lib/schemas/issues/83) [#81](https://github.com/podium-lib/schemas/issues/81) [#83](https://github.com/podium-lib/schemas/issues/83) [#88](https://github.com/podium-lib/schemas/issues/88) [#88](https://github.com/podium-lib/schemas/issues/88) [#96](https://github.com/podium-lib/schemas/issues/96) [#102](https://github.com/podium-lib/schemas/issues/102) [#102](https://github.com/podium-lib/schemas/issues/102) [#106](https://github.com/podium-lib/schemas/issues/106) | ||
- Adding support for proxy objects ([#161](https://github.com/podium-lib/schemas/issues/161)) ([6f5de4e](https://github.com/podium-lib/schemas/commit/6f5de4e430c2a2662da079b801e24882d9ba8bc1)) | ||
- Convert to ESM ([#64](https://github.com/podium-lib/schemas/issues/64)) ([197fe2b](https://github.com/podium-lib/schemas/commit/197fe2bf269b625748fb1797eb455a0db46fa0e1)), closes [#83](https://github.com/podium-lib/schemas/issues/83) [#81](https://github.com/podium-lib/schemas/issues/81) [#83](https://github.com/podium-lib/schemas/issues/83) [#88](https://github.com/podium-lib/schemas/issues/88) [#88](https://github.com/podium-lib/schemas/issues/88) [#96](https://github.com/podium-lib/schemas/issues/96) [#102](https://github.com/podium-lib/schemas/issues/102) [#102](https://github.com/podium-lib/schemas/issues/102) [#106](https://github.com/podium-lib/schemas/issues/106) | ||
### BREAKING CHANGES | ||
* Convert from CommonJS module to ESM | ||
- Convert from CommonJS module to ESM | ||
* dev dependency tap updated to version 14.10.8 | ||
- dev dependency tap updated to version 14.10.8 | ||
* fix(deps): update dependency ajv to v6.12.4 | ||
- fix(deps): update dependency ajv to v6.12.4 | ||
* chore(release): 4.0.3 [skip ci] | ||
- chore(release): 4.0.3 [skip ci] | ||
@@ -73,9 +71,9 @@ ## [4.0.3](https://github.com/podium-lib/schemas/compare/v4.0.2...v4.0.3) (2020-08-15) | ||
* **deps:** update dependency ajv to v6.12.4 ([9d32b74](https://github.com/podium-lib/schemas/commit/9d32b74a0cc3a35e336fe2a01b90ab6add2779b2)) | ||
- **deps:** update dependency ajv to v6.12.4 ([9d32b74](https://github.com/podium-lib/schemas/commit/9d32b74a0cc3a35e336fe2a01b90ab6add2779b2)) | ||
* dev dependency @semantic-release/npm updated to version 7.0.6 | ||
- dev dependency @semantic-release/npm updated to version 7.0.6 | ||
* fix(deps): update dependency ajv to v6.12.5 | ||
- fix(deps): update dependency ajv to v6.12.5 | ||
* chore(release): 4.0.4 [skip ci] | ||
- chore(release): 4.0.4 [skip ci] | ||
@@ -86,13 +84,13 @@ ## [4.0.4](https://github.com/podium-lib/schemas/compare/v4.0.3...v4.0.4) (2020-09-13) | ||
* **deps:** update dependency ajv to v6.12.5 ([087631b](https://github.com/podium-lib/schemas/commit/087631bfb8d759ab44164e99d0df9880ec1f2881)) | ||
- **deps:** update dependency ajv to v6.12.5 ([087631b](https://github.com/podium-lib/schemas/commit/087631bfb8d759ab44164e99d0df9880ec1f2881)) | ||
* dev dependency @semantic-release/github updated to version 7.1.1 | ||
- dev dependency @semantic-release/github updated to version 7.1.1 | ||
* dev dependency semantic-release updated to version 17.1.2 | ||
- dev dependency semantic-release updated to version 17.1.2 | ||
* dev dependency eslint updated to version 7.10.0 | ||
- dev dependency eslint updated to version 7.10.0 | ||
* fix(deps): update dependency ajv to v6.12.6 | ||
- fix(deps): update dependency ajv to v6.12.6 | ||
* chore(release): 4.0.5 [skip ci] | ||
- chore(release): 4.0.5 [skip ci] | ||
@@ -103,28 +101,28 @@ ## [4.0.5](https://github.com/podium-lib/schemas/compare/v4.0.4...v4.0.5) (2020-10-10) | ||
* **deps:** update dependency ajv to v6.12.6 ([3ae65d3](https://github.com/podium-lib/schemas/commit/3ae65d34432ca7c14c1e142c28604566521b2b5b)) | ||
- **deps:** update dependency ajv to v6.12.6 ([3ae65d3](https://github.com/podium-lib/schemas/commit/3ae65d34432ca7c14c1e142c28604566521b2b5b)) | ||
* dev dependency eslint updated to version 7.11.0 | ||
- dev dependency eslint updated to version 7.11.0 | ||
* dev dependency eslint updated to version 7.12.0 | ||
- dev dependency eslint updated to version 7.12.0 | ||
* dev dependency eslint updated to version 7.12.1 | ||
- dev dependency eslint updated to version 7.12.1 | ||
* dev dependency eslint updated to version 7.13.0 | ||
- dev dependency eslint updated to version 7.13.0 | ||
* dev dependency @semantic-release/github updated to version 7.1.2 | ||
- dev dependency @semantic-release/github updated to version 7.1.2 | ||
* dev dependency semantic-release updated to version 17.2.3 | ||
- dev dependency semantic-release updated to version 17.2.3 | ||
* dev dependency @semantic-release/github updated to version 7.2.0 | ||
- dev dependency @semantic-release/github updated to version 7.2.0 | ||
* dev dependency eslint updated to version 7.15.0 | ||
- dev dependency eslint updated to version 7.15.0 | ||
* dev dependency eslint-plugin-prettier updated to version 3.3.0 | ||
- dev dependency eslint-plugin-prettier updated to version 3.3.0 | ||
* dev dependency @semantic-release/npm updated to version 7.0.9 | ||
- dev dependency @semantic-release/npm updated to version 7.0.9 | ||
* Dev dependency tap updated to version 14.11.0 | ||
- Dev dependency tap updated to version 14.11.0 | ||
* Dev dependency eslint updated to version 7.17.0 | ||
* .assets.js and .assets.css is now replaced by .js and .css | ||
- Dev dependency eslint updated to version 7.17.0 | ||
- .assets.js and .assets.css is now replaced by .js and .css | ||
@@ -137,12 +135,10 @@ Resolves: https://github.com/podium-lib/issues/issues/26 | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.11.2 ([d584bd8](https://github.com/podium-lib/schemas/commit/d584bd88de7ba25c3954bf7a608691a68bcb794e)) | ||
* **deps:** update dependency ajv to v8.12.0 ([f98b5ef](https://github.com/podium-lib/schemas/commit/f98b5efca4ebaa089ac59a85bfce397c7a85468d)) | ||
- **deps:** update dependency ajv to v8.11.2 ([d584bd8](https://github.com/podium-lib/schemas/commit/d584bd88de7ba25c3954bf7a608691a68bcb794e)) | ||
- **deps:** update dependency ajv to v8.12.0 ([f98b5ef](https://github.com/podium-lib/schemas/commit/f98b5efca4ebaa089ac59a85bfce397c7a85468d)) | ||
### Features | ||
* add asset strategy and scope fields ([c23e9b0](https://github.com/podium-lib/schemas/commit/c23e9b07a082cb7936a36e8c48b763c68735fea5)) | ||
- add asset strategy and scope fields ([c23e9b0](https://github.com/podium-lib/schemas/commit/c23e9b07a082cb7936a36e8c48b763c68735fea5)) | ||
@@ -153,3 +149,3 @@ # [4.2.0](https://github.com/podium-lib/schemas/compare/v4.1.34...v4.2.0) (2023-11-16) | ||
* add asset strategy and scope fields ([c23e9b0](https://github.com/podium-lib/schemas/commit/c23e9b07a082cb7936a36e8c48b763c68735fea5)) | ||
- add asset strategy and scope fields ([c23e9b0](https://github.com/podium-lib/schemas/commit/c23e9b07a082cb7936a36e8c48b763c68735fea5)) | ||
@@ -160,3 +156,3 @@ ## [4.1.34](https://github.com/podium-lib/schemas/compare/v4.1.33...v4.1.34) (2023-01-03) | ||
* **deps:** update dependency ajv to v8.12.0 ([f98b5ef](https://github.com/podium-lib/schemas/commit/f98b5efca4ebaa089ac59a85bfce397c7a85468d)) | ||
- **deps:** update dependency ajv to v8.12.0 ([f98b5ef](https://github.com/podium-lib/schemas/commit/f98b5efca4ebaa089ac59a85bfce397c7a85468d)) | ||
@@ -167,3 +163,3 @@ ## [4.1.33](https://github.com/podium-lib/schemas/compare/v4.1.32...v4.1.33) (2022-11-14) | ||
* **deps:** update dependency ajv to v8.11.2 ([d584bd8](https://github.com/podium-lib/schemas/commit/d584bd88de7ba25c3954bf7a608691a68bcb794e)) | ||
- **deps:** update dependency ajv to v8.11.2 ([d584bd8](https://github.com/podium-lib/schemas/commit/d584bd88de7ba25c3954bf7a608691a68bcb794e)) | ||
@@ -174,91 +170,88 @@ # [5.0.0-next.6](https://github.com/podium-lib/schemas/compare/v5.0.0-next.5...v5.0.0-next.6) (2022-05-31) | ||
* Adding support for proxy objects ([#161](https://github.com/podium-lib/schemas/issues/161)) ([6f5de4e](https://github.com/podium-lib/schemas/commit/6f5de4e430c2a2662da079b801e24882d9ba8bc1)) | ||
- Adding support for proxy objects ([#161](https://github.com/podium-lib/schemas/issues/161)) ([6f5de4e](https://github.com/podium-lib/schemas/commit/6f5de4e430c2a2662da079b801e24882d9ba8bc1)) | ||
# [5.0.0-next.5](https://github.com/podium-lib/schemas/compare/v5.0.0-next.4...v5.0.0-next.5) (2022-05-02) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.10.0 ([57f4065](https://github.com/podium-lib/schemas/commit/57f406586280c8aa9ec894fa04b8c88050ff851b)) | ||
* **deps:** update dependency ajv to v8.11.0 ([5f3a961](https://github.com/podium-lib/schemas/commit/5f3a9619f7f7cf3b8368ba8e53a3e1f8b82bf573)) | ||
* **deps:** update dependency ajv to v8.2.0 ([766d756](https://github.com/podium-lib/schemas/commit/766d756dd77836208dd90250f8e9e7a6bb467d4d)) | ||
* **deps:** update dependency ajv to v8.3.0 ([7cb68ce](https://github.com/podium-lib/schemas/commit/7cb68cef97f22156faede1ea2b6889db01524921)) | ||
* **deps:** update dependency ajv to v8.4.0 ([3c45d1e](https://github.com/podium-lib/schemas/commit/3c45d1e970f02c0d8e3c31ee578c46462a499c85)) | ||
* **deps:** update dependency ajv to v8.5.0 ([cc175de](https://github.com/podium-lib/schemas/commit/cc175de19678e94928e2d260e3b014afab195856)) | ||
* **deps:** update dependency ajv to v8.6.0 ([438bd64](https://github.com/podium-lib/schemas/commit/438bd64e4ed46c63b73bbcf35c87a37310674fc7)) | ||
* **deps:** update dependency ajv to v8.6.1 ([8d288a6](https://github.com/podium-lib/schemas/commit/8d288a6543490db8147ddb8595a43c87da00cee2)) | ||
* **deps:** update dependency ajv to v8.6.2 ([4142faa](https://github.com/podium-lib/schemas/commit/4142faad8716e23a09c756030c5be81c5195015a)) | ||
* **deps:** update dependency ajv to v8.6.3 ([a6c641f](https://github.com/podium-lib/schemas/commit/a6c641f6758ef2f143cc8b4debdf61cd9080c676)) | ||
* **deps:** update dependency ajv to v8.7.1 ([8f16d28](https://github.com/podium-lib/schemas/commit/8f16d289bc3b08c182d6525b236f0b1e0782e6a9)) | ||
* **deps:** update dependency ajv to v8.8.0 ([2df5db1](https://github.com/podium-lib/schemas/commit/2df5db12ea012bcd53c8396cd64c2c1e655cc45f)) | ||
* **deps:** update dependency ajv to v8.8.1 ([aa4b973](https://github.com/podium-lib/schemas/commit/aa4b9730f9cf0eabb73d5d9cc18823daf1baa258)) | ||
* **deps:** update dependency ajv to v8.8.2 ([e8afafc](https://github.com/podium-lib/schemas/commit/e8afafc02c27744bfc303c15284c4ce1daef99ed)) | ||
* **deps:** update dependency ajv to v8.9.0 ([607a494](https://github.com/podium-lib/schemas/commit/607a494538567138f18c798893756ce7e7947db8)) | ||
* **deps:** update dependency ajv-formats to v2.1.0 ([d863293](https://github.com/podium-lib/schemas/commit/d8632934da49b3d437fb9f8564d9d75f47b60aff)) | ||
* **deps:** update dependency ajv-formats to v2.1.1 ([1131278](https://github.com/podium-lib/schemas/commit/11312786466b9d351b7923d1f565a963c51c4556)) | ||
* Pure ESM. Run tests on node 18.x ([#160](https://github.com/podium-lib/schemas/issues/160)) ([9c68d23](https://github.com/podium-lib/schemas/commit/9c68d23d377a811c09fa851d765eff075b701e0e)) | ||
- **deps:** update dependency ajv to v8.10.0 ([57f4065](https://github.com/podium-lib/schemas/commit/57f406586280c8aa9ec894fa04b8c88050ff851b)) | ||
- **deps:** update dependency ajv to v8.11.0 ([5f3a961](https://github.com/podium-lib/schemas/commit/5f3a9619f7f7cf3b8368ba8e53a3e1f8b82bf573)) | ||
- **deps:** update dependency ajv to v8.2.0 ([766d756](https://github.com/podium-lib/schemas/commit/766d756dd77836208dd90250f8e9e7a6bb467d4d)) | ||
- **deps:** update dependency ajv to v8.3.0 ([7cb68ce](https://github.com/podium-lib/schemas/commit/7cb68cef97f22156faede1ea2b6889db01524921)) | ||
- **deps:** update dependency ajv to v8.4.0 ([3c45d1e](https://github.com/podium-lib/schemas/commit/3c45d1e970f02c0d8e3c31ee578c46462a499c85)) | ||
- **deps:** update dependency ajv to v8.5.0 ([cc175de](https://github.com/podium-lib/schemas/commit/cc175de19678e94928e2d260e3b014afab195856)) | ||
- **deps:** update dependency ajv to v8.6.0 ([438bd64](https://github.com/podium-lib/schemas/commit/438bd64e4ed46c63b73bbcf35c87a37310674fc7)) | ||
- **deps:** update dependency ajv to v8.6.1 ([8d288a6](https://github.com/podium-lib/schemas/commit/8d288a6543490db8147ddb8595a43c87da00cee2)) | ||
- **deps:** update dependency ajv to v8.6.2 ([4142faa](https://github.com/podium-lib/schemas/commit/4142faad8716e23a09c756030c5be81c5195015a)) | ||
- **deps:** update dependency ajv to v8.6.3 ([a6c641f](https://github.com/podium-lib/schemas/commit/a6c641f6758ef2f143cc8b4debdf61cd9080c676)) | ||
- **deps:** update dependency ajv to v8.7.1 ([8f16d28](https://github.com/podium-lib/schemas/commit/8f16d289bc3b08c182d6525b236f0b1e0782e6a9)) | ||
- **deps:** update dependency ajv to v8.8.0 ([2df5db1](https://github.com/podium-lib/schemas/commit/2df5db12ea012bcd53c8396cd64c2c1e655cc45f)) | ||
- **deps:** update dependency ajv to v8.8.1 ([aa4b973](https://github.com/podium-lib/schemas/commit/aa4b9730f9cf0eabb73d5d9cc18823daf1baa258)) | ||
- **deps:** update dependency ajv to v8.8.2 ([e8afafc](https://github.com/podium-lib/schemas/commit/e8afafc02c27744bfc303c15284c4ce1daef99ed)) | ||
- **deps:** update dependency ajv to v8.9.0 ([607a494](https://github.com/podium-lib/schemas/commit/607a494538567138f18c798893756ce7e7947db8)) | ||
- **deps:** update dependency ajv-formats to v2.1.0 ([d863293](https://github.com/podium-lib/schemas/commit/d8632934da49b3d437fb9f8564d9d75f47b60aff)) | ||
- **deps:** update dependency ajv-formats to v2.1.1 ([1131278](https://github.com/podium-lib/schemas/commit/11312786466b9d351b7923d1f565a963c51c4556)) | ||
- Pure ESM. Run tests on node 18.x ([#160](https://github.com/podium-lib/schemas/issues/160)) ([9c68d23](https://github.com/podium-lib/schemas/commit/9c68d23d377a811c09fa851d765eff075b701e0e)) | ||
# [5.0.0-next.4](https://github.com/podium-lib/schemas/compare/v5.0.0-next.3...v5.0.0-next.4) (2021-04-25) | ||
## [4.1.32](https://github.com/podium-lib/schemas/compare/v4.1.31...v4.1.32) (2022-03-23) | ||
### Bug Fixes | ||
* Use ESM workaround for dirname to find path to schema ([#113](https://github.com/podium-lib/schemas/issues/113)) ([ed40808](https://github.com/podium-lib/schemas/commit/ed408081e4c56e4ba794839459331d5454e0c5f3)) | ||
- Use ESM workaround for dirname to find path to schema ([#113](https://github.com/podium-lib/schemas/issues/113)) ([ed40808](https://github.com/podium-lib/schemas/commit/ed408081e4c56e4ba794839459331d5454e0c5f3)) | ||
# [5.0.0-next.3](https://github.com/podium-lib/schemas/compare/v5.0.0-next.2...v5.0.0-next.3) (2021-04-25) | ||
* **deps:** update dependency ajv to v8.11.0 ([5f3a961](https://github.com/podium-lib/schemas/commit/5f3a9619f7f7cf3b8368ba8e53a3e1f8b82bf573)) | ||
- **deps:** update dependency ajv to v8.11.0 ([5f3a961](https://github.com/podium-lib/schemas/commit/5f3a9619f7f7cf3b8368ba8e53a3e1f8b82bf573)) | ||
## [4.1.31](https://github.com/podium-lib/schemas/compare/v4.1.30...v4.1.31) (2022-02-04) | ||
### Bug Fixes | ||
* Optimize the npm package ([#112](https://github.com/podium-lib/schemas/issues/112)) ([149ce28](https://github.com/podium-lib/schemas/commit/149ce28a9cd89c625c0a8ead1127e0c07d368cbb)) | ||
- Optimize the npm package ([#112](https://github.com/podium-lib/schemas/issues/112)) ([149ce28](https://github.com/podium-lib/schemas/commit/149ce28a9cd89c625c0a8ead1127e0c07d368cbb)) | ||
# [5.0.0-next.2](https://github.com/podium-lib/schemas/compare/v5.0.0-next.1...v5.0.0-next.2) (2021-04-25) | ||
* **deps:** update dependency ajv to v8.10.0 ([57f4065](https://github.com/podium-lib/schemas/commit/57f406586280c8aa9ec894fa04b8c88050ff851b)) | ||
- **deps:** update dependency ajv to v8.10.0 ([57f4065](https://github.com/podium-lib/schemas/commit/57f406586280c8aa9ec894fa04b8c88050ff851b)) | ||
## [4.1.30](https://github.com/podium-lib/schemas/compare/v4.1.29...v4.1.30) (2022-01-15) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v6.12.4 ([9d32b74](https://github.com/podium-lib/schemas/commit/9d32b74a0cc3a35e336fe2a01b90ab6add2779b2)) | ||
* **deps:** update dependency ajv to v6.12.5 ([087631b](https://github.com/podium-lib/schemas/commit/087631bfb8d759ab44164e99d0df9880ec1f2881)) | ||
* **deps:** update dependency ajv to v6.12.6 ([3ae65d3](https://github.com/podium-lib/schemas/commit/3ae65d34432ca7c14c1e142c28604566521b2b5b)) | ||
* **deps:** update dependency ajv to v7 ([#83](https://github.com/podium-lib/schemas/issues/83)) ([586f481](https://github.com/podium-lib/schemas/commit/586f4814fabef2ea5bfb86a288688d862c046e9e)) | ||
* **deps:** update dependency ajv to v7.0.3 ([38e48cd](https://github.com/podium-lib/schemas/commit/38e48cde49c4c746f408b605afc55ef76b8bdadb)) | ||
* **deps:** update dependency ajv to v7.0.4 ([6f8b024](https://github.com/podium-lib/schemas/commit/6f8b0245ad98f221332bb4a2db660c677d2130ab)) | ||
* **deps:** update dependency ajv to v7.1.0 ([a53d312](https://github.com/podium-lib/schemas/commit/a53d312464f6e378c71ef7a4b3da33b40ee9bf67)) | ||
* **deps:** update dependency ajv to v7.1.1 ([38be8ca](https://github.com/podium-lib/schemas/commit/38be8cad63716f2a78538aea9935c39511a4d2ee)) | ||
* **deps:** update dependency ajv to v7.2.0 ([1565373](https://github.com/podium-lib/schemas/commit/1565373eee48eacb24c44c813bd2703ab30d33e2)) | ||
* **deps:** update dependency ajv to v7.2.1 ([8ec39f8](https://github.com/podium-lib/schemas/commit/8ec39f8a7b015680107d6bf4f64c641b35ef4321)) | ||
* **deps:** update dependency ajv to v7.2.3 ([3c1196a](https://github.com/podium-lib/schemas/commit/3c1196afddf67100d6bf64c9a70ca199093086a3)) | ||
* **deps:** update dependency ajv to v7.2.4 ([cdcc6cc](https://github.com/podium-lib/schemas/commit/cdcc6cc52bfee91cabe47e8c3b3ab66c14e7e952)) | ||
* **deps:** update dependency ajv to v8.0.2 ([92fd51f](https://github.com/podium-lib/schemas/commit/92fd51f92d9a2d077ddfadec8f99e08f49291223)) | ||
* **deps:** update dependency ajv to v8.0.3 ([451974a](https://github.com/podium-lib/schemas/commit/451974ab7d88cb488f5683d636bbb22637013e6f)) | ||
* **deps:** update dependency ajv to v8.0.4 ([1b26d73](https://github.com/podium-lib/schemas/commit/1b26d739e43a7162ef5f22875758c75ffa936de0)) | ||
* **deps:** update dependency ajv to v8.0.5 ([f4375d0](https://github.com/podium-lib/schemas/commit/f4375d070bc8875afc238cc0916b322ed923c698)) | ||
* **deps:** update dependency ajv to v8.1.0 ([#107](https://github.com/podium-lib/schemas/issues/107)) ([1d76bb6](https://github.com/podium-lib/schemas/commit/1d76bb617e90a31adbd36b16829c97be1c797bb0)) | ||
* **deps:** update dependency ajv-formats to v1.6.0 ([69bb585](https://github.com/podium-lib/schemas/commit/69bb5850ff7c1f9166b2bfed2a3c16ca15d0f473)) | ||
* **deps:** update dependency ajv-formats to v2.0.2 ([5c4cbfb](https://github.com/podium-lib/schemas/commit/5c4cbfb6e0f372b518dc08773949a5bc8bf9837b)) | ||
* Updated ajv dependencies ([#102](https://github.com/podium-lib/schemas/issues/102)) ([a3dae05](https://github.com/podium-lib/schemas/commit/a3dae054df783746274a468b66a39e31d1358056)) | ||
- **deps:** update dependency ajv to v6.12.4 ([9d32b74](https://github.com/podium-lib/schemas/commit/9d32b74a0cc3a35e336fe2a01b90ab6add2779b2)) | ||
- **deps:** update dependency ajv to v6.12.5 ([087631b](https://github.com/podium-lib/schemas/commit/087631bfb8d759ab44164e99d0df9880ec1f2881)) | ||
- **deps:** update dependency ajv to v6.12.6 ([3ae65d3](https://github.com/podium-lib/schemas/commit/3ae65d34432ca7c14c1e142c28604566521b2b5b)) | ||
- **deps:** update dependency ajv to v7 ([#83](https://github.com/podium-lib/schemas/issues/83)) ([586f481](https://github.com/podium-lib/schemas/commit/586f4814fabef2ea5bfb86a288688d862c046e9e)) | ||
- **deps:** update dependency ajv to v7.0.3 ([38e48cd](https://github.com/podium-lib/schemas/commit/38e48cde49c4c746f408b605afc55ef76b8bdadb)) | ||
- **deps:** update dependency ajv to v7.0.4 ([6f8b024](https://github.com/podium-lib/schemas/commit/6f8b0245ad98f221332bb4a2db660c677d2130ab)) | ||
- **deps:** update dependency ajv to v7.1.0 ([a53d312](https://github.com/podium-lib/schemas/commit/a53d312464f6e378c71ef7a4b3da33b40ee9bf67)) | ||
- **deps:** update dependency ajv to v7.1.1 ([38be8ca](https://github.com/podium-lib/schemas/commit/38be8cad63716f2a78538aea9935c39511a4d2ee)) | ||
- **deps:** update dependency ajv to v7.2.0 ([1565373](https://github.com/podium-lib/schemas/commit/1565373eee48eacb24c44c813bd2703ab30d33e2)) | ||
- **deps:** update dependency ajv to v7.2.1 ([8ec39f8](https://github.com/podium-lib/schemas/commit/8ec39f8a7b015680107d6bf4f64c641b35ef4321)) | ||
- **deps:** update dependency ajv to v7.2.3 ([3c1196a](https://github.com/podium-lib/schemas/commit/3c1196afddf67100d6bf64c9a70ca199093086a3)) | ||
- **deps:** update dependency ajv to v7.2.4 ([cdcc6cc](https://github.com/podium-lib/schemas/commit/cdcc6cc52bfee91cabe47e8c3b3ab66c14e7e952)) | ||
- **deps:** update dependency ajv to v8.0.2 ([92fd51f](https://github.com/podium-lib/schemas/commit/92fd51f92d9a2d077ddfadec8f99e08f49291223)) | ||
- **deps:** update dependency ajv to v8.0.3 ([451974a](https://github.com/podium-lib/schemas/commit/451974ab7d88cb488f5683d636bbb22637013e6f)) | ||
- **deps:** update dependency ajv to v8.0.4 ([1b26d73](https://github.com/podium-lib/schemas/commit/1b26d739e43a7162ef5f22875758c75ffa936de0)) | ||
- **deps:** update dependency ajv to v8.0.5 ([f4375d0](https://github.com/podium-lib/schemas/commit/f4375d070bc8875afc238cc0916b322ed923c698)) | ||
- **deps:** update dependency ajv to v8.1.0 ([#107](https://github.com/podium-lib/schemas/issues/107)) ([1d76bb6](https://github.com/podium-lib/schemas/commit/1d76bb617e90a31adbd36b16829c97be1c797bb0)) | ||
- **deps:** update dependency ajv-formats to v1.6.0 ([69bb585](https://github.com/podium-lib/schemas/commit/69bb5850ff7c1f9166b2bfed2a3c16ca15d0f473)) | ||
- **deps:** update dependency ajv-formats to v2.0.2 ([5c4cbfb](https://github.com/podium-lib/schemas/commit/5c4cbfb6e0f372b518dc08773949a5bc8bf9837b)) | ||
- Updated ajv dependencies ([#102](https://github.com/podium-lib/schemas/issues/102)) ([a3dae05](https://github.com/podium-lib/schemas/commit/a3dae054df783746274a468b66a39e31d1358056)) | ||
### Features | ||
* Add css and js html attributes to schema ([#88](https://github.com/podium-lib/schemas/issues/88)) ([1db6f63](https://github.com/podium-lib/schemas/commit/1db6f632d63337e25f68f7c0ff80cd15a61a33a3)) | ||
* Convert to ESM ([#64](https://github.com/podium-lib/schemas/issues/64)) ([197fe2b](https://github.com/podium-lib/schemas/commit/197fe2bf269b625748fb1797eb455a0db46fa0e1)), closes [#83](https://github.com/podium-lib/schemas/issues/83) [#81](https://github.com/podium-lib/schemas/issues/81) [#83](https://github.com/podium-lib/schemas/issues/83) [#88](https://github.com/podium-lib/schemas/issues/88) [#88](https://github.com/podium-lib/schemas/issues/88) [#96](https://github.com/podium-lib/schemas/issues/96) [#102](https://github.com/podium-lib/schemas/issues/102) [#102](https://github.com/podium-lib/schemas/issues/102) [#106](https://github.com/podium-lib/schemas/issues/106) | ||
- Add css and js html attributes to schema ([#88](https://github.com/podium-lib/schemas/issues/88)) ([1db6f63](https://github.com/podium-lib/schemas/commit/1db6f632d63337e25f68f7c0ff80cd15a61a33a3)) | ||
- Convert to ESM ([#64](https://github.com/podium-lib/schemas/issues/64)) ([197fe2b](https://github.com/podium-lib/schemas/commit/197fe2bf269b625748fb1797eb455a0db46fa0e1)), closes [#83](https://github.com/podium-lib/schemas/issues/83) [#81](https://github.com/podium-lib/schemas/issues/81) [#83](https://github.com/podium-lib/schemas/issues/83) [#88](https://github.com/podium-lib/schemas/issues/88) [#88](https://github.com/podium-lib/schemas/issues/88) [#96](https://github.com/podium-lib/schemas/issues/96) [#102](https://github.com/podium-lib/schemas/issues/102) [#102](https://github.com/podium-lib/schemas/issues/102) [#106](https://github.com/podium-lib/schemas/issues/106) | ||
### BREAKING CHANGES | ||
* Convert from CommonJS module to ESM | ||
- Convert from CommonJS module to ESM | ||
* dev dependency tap updated to version 14.10.8 | ||
- dev dependency tap updated to version 14.10.8 | ||
* fix(deps): update dependency ajv to v6.12.4 | ||
- fix(deps): update dependency ajv to v6.12.4 | ||
* chore(release): 4.0.3 [skip ci] | ||
- chore(release): 4.0.3 [skip ci] | ||
@@ -269,9 +262,9 @@ ## [4.0.3](https://github.com/podium-lib/schemas/compare/v4.0.2...v4.0.3) (2020-08-15) | ||
* **deps:** update dependency ajv to v6.12.4 ([9d32b74](https://github.com/podium-lib/schemas/commit/9d32b74a0cc3a35e336fe2a01b90ab6add2779b2)) | ||
- **deps:** update dependency ajv to v6.12.4 ([9d32b74](https://github.com/podium-lib/schemas/commit/9d32b74a0cc3a35e336fe2a01b90ab6add2779b2)) | ||
* dev dependency @semantic-release/npm updated to version 7.0.6 | ||
- dev dependency @semantic-release/npm updated to version 7.0.6 | ||
* fix(deps): update dependency ajv to v6.12.5 | ||
- fix(deps): update dependency ajv to v6.12.5 | ||
* chore(release): 4.0.4 [skip ci] | ||
- chore(release): 4.0.4 [skip ci] | ||
@@ -282,13 +275,13 @@ ## [4.0.4](https://github.com/podium-lib/schemas/compare/v4.0.3...v4.0.4) (2020-09-13) | ||
* **deps:** update dependency ajv to v6.12.5 ([087631b](https://github.com/podium-lib/schemas/commit/087631bfb8d759ab44164e99d0df9880ec1f2881)) | ||
- **deps:** update dependency ajv to v6.12.5 ([087631b](https://github.com/podium-lib/schemas/commit/087631bfb8d759ab44164e99d0df9880ec1f2881)) | ||
* dev dependency @semantic-release/github updated to version 7.1.1 | ||
- dev dependency @semantic-release/github updated to version 7.1.1 | ||
* dev dependency semantic-release updated to version 17.1.2 | ||
- dev dependency semantic-release updated to version 17.1.2 | ||
* dev dependency eslint updated to version 7.10.0 | ||
- dev dependency eslint updated to version 7.10.0 | ||
* fix(deps): update dependency ajv to v6.12.6 | ||
- fix(deps): update dependency ajv to v6.12.6 | ||
* chore(release): 4.0.5 [skip ci] | ||
- chore(release): 4.0.5 [skip ci] | ||
@@ -299,39 +292,37 @@ ## [4.0.5](https://github.com/podium-lib/schemas/compare/v4.0.4...v4.0.5) (2020-10-10) | ||
* **deps:** update dependency ajv to v6.12.6 ([3ae65d3](https://github.com/podium-lib/schemas/commit/3ae65d34432ca7c14c1e142c28604566521b2b5b)) | ||
- **deps:** update dependency ajv to v6.12.6 ([3ae65d3](https://github.com/podium-lib/schemas/commit/3ae65d34432ca7c14c1e142c28604566521b2b5b)) | ||
* dev dependency eslint updated to version 7.11.0 | ||
- dev dependency eslint updated to version 7.11.0 | ||
* dev dependency eslint updated to version 7.12.0 | ||
- dev dependency eslint updated to version 7.12.0 | ||
* dev dependency eslint updated to version 7.12.1 | ||
- dev dependency eslint updated to version 7.12.1 | ||
* dev dependency eslint updated to version 7.13.0 | ||
- dev dependency eslint updated to version 7.13.0 | ||
* dev dependency @semantic-release/github updated to version 7.1.2 | ||
- dev dependency @semantic-release/github updated to version 7.1.2 | ||
* dev dependency semantic-release updated to version 17.2.3 | ||
- dev dependency semantic-release updated to version 17.2.3 | ||
* dev dependency @semantic-release/github updated to version 7.2.0 | ||
- dev dependency @semantic-release/github updated to version 7.2.0 | ||
* dev dependency eslint updated to version 7.15.0 | ||
- dev dependency eslint updated to version 7.15.0 | ||
* dev dependency eslint-plugin-prettier updated to version 3.3.0 | ||
- dev dependency eslint-plugin-prettier updated to version 3.3.0 | ||
* dev dependency @semantic-release/npm updated to version 7.0.9 | ||
- dev dependency @semantic-release/npm updated to version 7.0.9 | ||
* Dev dependency tap updated to version 14.11.0 | ||
- Dev dependency tap updated to version 14.11.0 | ||
* Dev dependency eslint updated to version 7.17.0 | ||
- Dev dependency eslint updated to version 7.17.0 | ||
# [5.0.0-next.1](https://github.com/podium-lib/schemas/compare/v4.0.3-next.1...v5.0.0-next.1) (2020-07-11) | ||
### chore | ||
* Remove .assets.js and .assets.css ([#62](https://github.com/podium-lib/schemas/issues/62)) ([6468f69](https://github.com/podium-lib/schemas/commit/6468f69b7d51cffef06d9d5c2d7d05b67b1af575)) | ||
- Remove .assets.js and .assets.css ([#62](https://github.com/podium-lib/schemas/issues/62)) ([6468f69](https://github.com/podium-lib/schemas/commit/6468f69b7d51cffef06d9d5c2d7d05b67b1af575)) | ||
### BREAKING CHANGES | ||
* .assets.js and .assets.css is now replaced by .js and .css | ||
- .assets.js and .assets.css is now replaced by .js and .css | ||
@@ -343,249 +334,215 @@ Resolves: https://github.com/podium-lib/issues/issues/26 | ||
## [4.0.3-next.1](https://github.com/podium-lib/schemas/compare/v4.0.2...v4.0.3-next.1) (2020-07-11) | ||
* **deps:** update dependency ajv to v8.9.0 ([607a494](https://github.com/podium-lib/schemas/commit/607a494538567138f18c798893756ce7e7947db8)) | ||
- **deps:** update dependency ajv to v8.9.0 ([607a494](https://github.com/podium-lib/schemas/commit/607a494538567138f18c798893756ce7e7947db8)) | ||
## [4.1.29](https://github.com/podium-lib/schemas/compare/v4.1.28...v4.1.29) (2021-11-21) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.8.2 ([e8afafc](https://github.com/podium-lib/schemas/commit/e8afafc02c27744bfc303c15284c4ce1daef99ed)) | ||
- **deps:** update dependency ajv to v8.8.2 ([e8afafc](https://github.com/podium-lib/schemas/commit/e8afafc02c27744bfc303c15284c4ce1daef99ed)) | ||
## [4.1.28](https://github.com/podium-lib/schemas/compare/v4.1.27...v4.1.28) (2021-11-16) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.8.1 ([aa4b973](https://github.com/podium-lib/schemas/commit/aa4b9730f9cf0eabb73d5d9cc18823daf1baa258)) | ||
- **deps:** update dependency ajv to v8.8.1 ([aa4b973](https://github.com/podium-lib/schemas/commit/aa4b9730f9cf0eabb73d5d9cc18823daf1baa258)) | ||
## [4.1.27](https://github.com/podium-lib/schemas/compare/v4.1.26...v4.1.27) (2021-11-13) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.8.0 ([2df5db1](https://github.com/podium-lib/schemas/commit/2df5db12ea012bcd53c8396cd64c2c1e655cc45f)) | ||
- **deps:** update dependency ajv to v8.8.0 ([2df5db1](https://github.com/podium-lib/schemas/commit/2df5db12ea012bcd53c8396cd64c2c1e655cc45f)) | ||
## [4.1.26](https://github.com/podium-lib/schemas/compare/v4.1.25...v4.1.26) (2021-11-09) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.7.1 ([8f16d28](https://github.com/podium-lib/schemas/commit/8f16d289bc3b08c182d6525b236f0b1e0782e6a9)) | ||
- **deps:** update dependency ajv to v8.7.1 ([8f16d28](https://github.com/podium-lib/schemas/commit/8f16d289bc3b08c182d6525b236f0b1e0782e6a9)) | ||
## [4.1.25](https://github.com/podium-lib/schemas/compare/v4.1.24...v4.1.25) (2021-09-12) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.6.3 ([a6c641f](https://github.com/podium-lib/schemas/commit/a6c641f6758ef2f143cc8b4debdf61cd9080c676)) | ||
- **deps:** update dependency ajv to v8.6.3 ([a6c641f](https://github.com/podium-lib/schemas/commit/a6c641f6758ef2f143cc8b4debdf61cd9080c676)) | ||
## [4.1.24](https://github.com/podium-lib/schemas/compare/v4.1.23...v4.1.24) (2021-08-14) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv-formats to v2.1.1 ([1131278](https://github.com/podium-lib/schemas/commit/11312786466b9d351b7923d1f565a963c51c4556)) | ||
- **deps:** update dependency ajv-formats to v2.1.1 ([1131278](https://github.com/podium-lib/schemas/commit/11312786466b9d351b7923d1f565a963c51c4556)) | ||
## [4.1.23](https://github.com/podium-lib/schemas/compare/v4.1.22...v4.1.23) (2021-07-15) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.6.2 ([4142faa](https://github.com/podium-lib/schemas/commit/4142faad8716e23a09c756030c5be81c5195015a)) | ||
- **deps:** update dependency ajv to v8.6.2 ([4142faa](https://github.com/podium-lib/schemas/commit/4142faad8716e23a09c756030c5be81c5195015a)) | ||
## [4.1.22](https://github.com/podium-lib/schemas/compare/v4.1.21...v4.1.22) (2021-07-04) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.6.1 ([8d288a6](https://github.com/podium-lib/schemas/commit/8d288a6543490db8147ddb8595a43c87da00cee2)) | ||
- **deps:** update dependency ajv to v8.6.1 ([8d288a6](https://github.com/podium-lib/schemas/commit/8d288a6543490db8147ddb8595a43c87da00cee2)) | ||
## [4.1.21](https://github.com/podium-lib/schemas/compare/v4.1.20...v4.1.21) (2021-06-06) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.6.0 ([438bd64](https://github.com/podium-lib/schemas/commit/438bd64e4ed46c63b73bbcf35c87a37310674fc7)) | ||
- **deps:** update dependency ajv to v8.6.0 ([438bd64](https://github.com/podium-lib/schemas/commit/438bd64e4ed46c63b73bbcf35c87a37310674fc7)) | ||
## [4.1.20](https://github.com/podium-lib/schemas/compare/v4.1.19...v4.1.20) (2021-05-24) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.5.0 ([cc175de](https://github.com/podium-lib/schemas/commit/cc175de19678e94928e2d260e3b014afab195856)) | ||
- **deps:** update dependency ajv to v8.5.0 ([cc175de](https://github.com/podium-lib/schemas/commit/cc175de19678e94928e2d260e3b014afab195856)) | ||
## [4.1.19](https://github.com/podium-lib/schemas/compare/v4.1.18...v4.1.19) (2021-05-14) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.4.0 ([3c45d1e](https://github.com/podium-lib/schemas/commit/3c45d1e970f02c0d8e3c31ee578c46462a499c85)) | ||
- **deps:** update dependency ajv to v8.4.0 ([3c45d1e](https://github.com/podium-lib/schemas/commit/3c45d1e970f02c0d8e3c31ee578c46462a499c85)) | ||
## [4.1.18](https://github.com/podium-lib/schemas/compare/v4.1.17...v4.1.18) (2021-05-09) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.3.0 ([7cb68ce](https://github.com/podium-lib/schemas/commit/7cb68cef97f22156faede1ea2b6889db01524921)) | ||
- **deps:** update dependency ajv to v8.3.0 ([7cb68ce](https://github.com/podium-lib/schemas/commit/7cb68cef97f22156faede1ea2b6889db01524921)) | ||
## [4.1.17](https://github.com/podium-lib/schemas/compare/v4.1.16...v4.1.17) (2021-05-04) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv-formats to v2.1.0 ([d863293](https://github.com/podium-lib/schemas/commit/d8632934da49b3d437fb9f8564d9d75f47b60aff)) | ||
- **deps:** update dependency ajv-formats to v2.1.0 ([d863293](https://github.com/podium-lib/schemas/commit/d8632934da49b3d437fb9f8564d9d75f47b60aff)) | ||
## [4.1.16](https://github.com/podium-lib/schemas/compare/v4.1.15...v4.1.16) (2021-04-27) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.2.0 ([766d756](https://github.com/podium-lib/schemas/commit/766d756dd77836208dd90250f8e9e7a6bb467d4d)) | ||
- **deps:** update dependency ajv to v8.2.0 ([766d756](https://github.com/podium-lib/schemas/commit/766d756dd77836208dd90250f8e9e7a6bb467d4d)) | ||
## [4.1.15](https://github.com/podium-lib/schemas/compare/v4.1.14...v4.1.15) (2021-04-11) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.1.0 ([#107](https://github.com/podium-lib/schemas/issues/107)) ([1d76bb6](https://github.com/podium-lib/schemas/commit/1d76bb617e90a31adbd36b16829c97be1c797bb0)) | ||
- **deps:** update dependency ajv to v8.1.0 ([#107](https://github.com/podium-lib/schemas/issues/107)) ([1d76bb6](https://github.com/podium-lib/schemas/commit/1d76bb617e90a31adbd36b16829c97be1c797bb0)) | ||
## [4.1.14](https://github.com/podium-lib/schemas/compare/v4.1.13...v4.1.14) (2021-04-02) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.0.5 ([f4375d0](https://github.com/podium-lib/schemas/commit/f4375d070bc8875afc238cc0916b322ed923c698)) | ||
- **deps:** update dependency ajv to v8.0.5 ([f4375d0](https://github.com/podium-lib/schemas/commit/f4375d070bc8875afc238cc0916b322ed923c698)) | ||
## [4.1.13](https://github.com/podium-lib/schemas/compare/v4.1.12...v4.1.13) (2021-04-02) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.0.4 ([1b26d73](https://github.com/podium-lib/schemas/commit/1b26d739e43a7162ef5f22875758c75ffa936de0)) | ||
- **deps:** update dependency ajv to v8.0.4 ([1b26d73](https://github.com/podium-lib/schemas/commit/1b26d739e43a7162ef5f22875758c75ffa936de0)) | ||
## [4.1.12](https://github.com/podium-lib/schemas/compare/v4.1.11...v4.1.12) (2021-04-02) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv-formats to v2.0.2 ([5c4cbfb](https://github.com/podium-lib/schemas/commit/5c4cbfb6e0f372b518dc08773949a5bc8bf9837b)) | ||
- **deps:** update dependency ajv-formats to v2.0.2 ([5c4cbfb](https://github.com/podium-lib/schemas/commit/5c4cbfb6e0f372b518dc08773949a5bc8bf9837b)) | ||
## [4.1.11](https://github.com/podium-lib/schemas/compare/v4.1.10...v4.1.11) (2021-04-01) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.0.3 ([451974a](https://github.com/podium-lib/schemas/commit/451974ab7d88cb488f5683d636bbb22637013e6f)) | ||
- **deps:** update dependency ajv to v8.0.3 ([451974a](https://github.com/podium-lib/schemas/commit/451974ab7d88cb488f5683d636bbb22637013e6f)) | ||
## [4.1.10](https://github.com/podium-lib/schemas/compare/v4.1.9...v4.1.10) (2021-03-31) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.0.2 ([92fd51f](https://github.com/podium-lib/schemas/commit/92fd51f92d9a2d077ddfadec8f99e08f49291223)) | ||
- **deps:** update dependency ajv to v8.0.2 ([92fd51f](https://github.com/podium-lib/schemas/commit/92fd51f92d9a2d077ddfadec8f99e08f49291223)) | ||
## [4.1.9](https://github.com/podium-lib/schemas/compare/v4.1.8...v4.1.9) (2021-03-30) | ||
### Bug Fixes | ||
* Updated ajv dependencies ([#102](https://github.com/podium-lib/schemas/issues/102)) ([a3dae05](https://github.com/podium-lib/schemas/commit/a3dae054df783746274a468b66a39e31d1358056)) | ||
- Updated ajv dependencies ([#102](https://github.com/podium-lib/schemas/issues/102)) ([a3dae05](https://github.com/podium-lib/schemas/commit/a3dae054df783746274a468b66a39e31d1358056)) | ||
## [4.1.8](https://github.com/podium-lib/schemas/compare/v4.1.7...v4.1.8) (2021-03-27) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv-formats to v1.6.0 ([69bb585](https://github.com/podium-lib/schemas/commit/69bb5850ff7c1f9166b2bfed2a3c16ca15d0f473)) | ||
- **deps:** update dependency ajv-formats to v1.6.0 ([69bb585](https://github.com/podium-lib/schemas/commit/69bb5850ff7c1f9166b2bfed2a3c16ca15d0f473)) | ||
## [4.1.7](https://github.com/podium-lib/schemas/compare/v4.1.6...v4.1.7) (2021-03-26) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v7.2.4 ([cdcc6cc](https://github.com/podium-lib/schemas/commit/cdcc6cc52bfee91cabe47e8c3b3ab66c14e7e952)) | ||
- **deps:** update dependency ajv to v7.2.4 ([cdcc6cc](https://github.com/podium-lib/schemas/commit/cdcc6cc52bfee91cabe47e8c3b3ab66c14e7e952)) | ||
## [4.1.6](https://github.com/podium-lib/schemas/compare/v4.1.5...v4.1.6) (2021-03-20) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v7.2.3 ([3c1196a](https://github.com/podium-lib/schemas/commit/3c1196afddf67100d6bf64c9a70ca199093086a3)) | ||
- **deps:** update dependency ajv to v7.2.3 ([3c1196a](https://github.com/podium-lib/schemas/commit/3c1196afddf67100d6bf64c9a70ca199093086a3)) | ||
## [4.1.5](https://github.com/podium-lib/schemas/compare/v4.1.4...v4.1.5) (2021-03-07) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v7.2.1 ([8ec39f8](https://github.com/podium-lib/schemas/commit/8ec39f8a7b015680107d6bf4f64c641b35ef4321)) | ||
- **deps:** update dependency ajv to v7.2.1 ([8ec39f8](https://github.com/podium-lib/schemas/commit/8ec39f8a7b015680107d6bf4f64c641b35ef4321)) | ||
## [4.1.4](https://github.com/podium-lib/schemas/compare/v4.1.3...v4.1.4) (2021-03-07) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v7.2.0 ([1565373](https://github.com/podium-lib/schemas/commit/1565373eee48eacb24c44c813bd2703ab30d33e2)) | ||
- **deps:** update dependency ajv to v7.2.0 ([1565373](https://github.com/podium-lib/schemas/commit/1565373eee48eacb24c44c813bd2703ab30d33e2)) | ||
## [4.1.3](https://github.com/podium-lib/schemas/compare/v4.1.2...v4.1.3) (2021-02-17) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v7.1.1 ([38be8ca](https://github.com/podium-lib/schemas/commit/38be8cad63716f2a78538aea9935c39511a4d2ee)) | ||
- **deps:** update dependency ajv to v7.1.1 ([38be8ca](https://github.com/podium-lib/schemas/commit/38be8cad63716f2a78538aea9935c39511a4d2ee)) | ||
## [4.1.2](https://github.com/podium-lib/schemas/compare/v4.1.1...v4.1.2) (2021-02-11) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v7.1.0 ([a53d312](https://github.com/podium-lib/schemas/commit/a53d312464f6e378c71ef7a4b3da33b40ee9bf67)) | ||
- **deps:** update dependency ajv to v7.1.0 ([a53d312](https://github.com/podium-lib/schemas/commit/a53d312464f6e378c71ef7a4b3da33b40ee9bf67)) | ||
## [4.1.1](https://github.com/podium-lib/schemas/compare/v4.1.0...v4.1.1) (2021-02-01) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v7.0.4 ([6f8b024](https://github.com/podium-lib/schemas/commit/6f8b0245ad98f221332bb4a2db660c677d2130ab)) | ||
- **deps:** update dependency ajv to v7.0.4 ([6f8b024](https://github.com/podium-lib/schemas/commit/6f8b0245ad98f221332bb4a2db660c677d2130ab)) | ||
# [4.1.0](https://github.com/podium-lib/schemas/compare/v4.0.7...v4.1.0) (2021-01-22) | ||
### Features | ||
* Add css and js html attributes to schema ([#88](https://github.com/podium-lib/schemas/issues/88)) ([1db6f63](https://github.com/podium-lib/schemas/commit/1db6f632d63337e25f68f7c0ff80cd15a61a33a3)) | ||
- Add css and js html attributes to schema ([#88](https://github.com/podium-lib/schemas/issues/88)) ([1db6f63](https://github.com/podium-lib/schemas/commit/1db6f632d63337e25f68f7c0ff80cd15a61a33a3)) | ||
## [4.0.7](https://github.com/podium-lib/schemas/compare/v4.0.6...v4.0.7) (2021-01-21) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v7.0.3 ([38e48cd](https://github.com/podium-lib/schemas/commit/38e48cde49c4c746f408b605afc55ef76b8bdadb)) | ||
- **deps:** update dependency ajv to v7.0.3 ([38e48cd](https://github.com/podium-lib/schemas/commit/38e48cde49c4c746f408b605afc55ef76b8bdadb)) | ||
## [4.0.6](https://github.com/podium-lib/schemas/compare/v4.0.5...v4.0.6) (2021-01-21) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v7 ([#83](https://github.com/podium-lib/schemas/issues/83)) ([586f481](https://github.com/podium-lib/schemas/commit/586f4814fabef2ea5bfb86a288688d862c046e9e)) | ||
- **deps:** update dependency ajv to v7 ([#83](https://github.com/podium-lib/schemas/issues/83)) ([586f481](https://github.com/podium-lib/schemas/commit/586f4814fabef2ea5bfb86a288688d862c046e9e)) | ||
## [4.0.5](https://github.com/podium-lib/schemas/compare/v4.0.4...v4.0.5) (2020-10-10) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v6.12.6 ([3ae65d3](https://github.com/podium-lib/schemas/commit/3ae65d34432ca7c14c1e142c28604566521b2b5b)) | ||
- **deps:** update dependency ajv to v6.12.6 ([3ae65d3](https://github.com/podium-lib/schemas/commit/3ae65d34432ca7c14c1e142c28604566521b2b5b)) | ||
## [4.0.4](https://github.com/podium-lib/schemas/compare/v4.0.3...v4.0.4) (2020-09-13) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v6.12.5 ([087631b](https://github.com/podium-lib/schemas/commit/087631bfb8d759ab44164e99d0df9880ec1f2881)) | ||
- **deps:** update dependency ajv to v6.12.5 ([087631b](https://github.com/podium-lib/schemas/commit/087631bfb8d759ab44164e99d0df9880ec1f2881)) | ||
## [4.0.3](https://github.com/podium-lib/schemas/compare/v4.0.2...v4.0.3) (2020-08-15) | ||
### Bug Fixes | ||
* Initial setup of next branch ([5314940](https://github.com/podium-lib/schemas/commit/53149406b1287c6a7d85dd9cbc7f623eeaaac307)) | ||
* **deps:** update dependency ajv to v6.12.4 ([9d32b74](https://github.com/podium-lib/schemas/commit/9d32b74a0cc3a35e336fe2a01b90ab6add2779b2)) | ||
- Initial setup of next branch ([5314940](https://github.com/podium-lib/schemas/commit/53149406b1287c6a7d85dd9cbc7f623eeaaac307)) | ||
- **deps:** update dependency ajv to v6.12.4 ([9d32b74](https://github.com/podium-lib/schemas/commit/9d32b74a0cc3a35e336fe2a01b90ab6add2779b2)) | ||
@@ -606,2 +563,2 @@ # Changelog | ||
[3.0.0]: https://github.com/podium-lib/schemas/releases/tag/v3.0.0 | ||
[releases-url]: https://github.com/podium-lib/schemas/blob/master/CHANGELOG.md | ||
[releases-url]: https://github.com/podium-lib/schemas/blob/main/CHANGELOG.md |
{ | ||
"name": "@podium/schemas", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"type": "module", | ||
@@ -36,7 +36,9 @@ "description": "Schemas for validating the @podium contract.", | ||
"lint:fix": "eslint --fix .", | ||
"test": "tap tests/*.js --disable-coverage --allow-empty-coverage && tsc --project tsconfig.test.json", | ||
"test": "run-s test:*", | ||
"test:unit": "tap tests/*.js --disable-coverage --allow-empty-coverage", | ||
"test:types": "tsc --project tsconfig.test.json", | ||
"types": "tsc --declaration --emitDeclarationOnly" | ||
}, | ||
"dependencies": { | ||
"ajv": "8.16.0", | ||
"ajv": "8.17.1", | ||
"ajv-formats": "2.1.1" | ||
@@ -51,12 +53,12 @@ }, | ||
"@semantic-release/release-notes-generator": "12.1.0", | ||
"eslint": "8.57.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint": "9.6.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"prettier": "3.2.5", | ||
"globals": "15.8.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "3.3.2", | ||
"semantic-release": "23.1.1", | ||
"tap": "18.8.0", | ||
"typescript": "5.4.5" | ||
"typescript": "5.5.3" | ||
} | ||
} |
@@ -29,3 +29,3 @@ /** @type {PodiumSchemaValidator<PodletManifestSchema>} */ | ||
value: T; | ||
error: false | Array<import('ajv').ErrorObject>; | ||
error: false | Array<import("ajv").ErrorObject>; | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42388
+ Addedajv@8.17.1(transitive)
+ Addedfast-uri@3.0.3(transitive)
- Removedajv@8.16.0(transitive)
- Removedpunycode@2.3.1(transitive)
- Removeduri-js@4.4.1(transitive)
Updatedajv@8.17.1