@lcem/meta-schemas
Advanced tools
Comparing version 0.8.3 to 0.8.4
@@ -6,8 +6,7 @@ # Change Log | ||
## [0.8.3](https://github.com/salesforce/uem-js/compare/v0.8.2...v0.8.3) (2022-01-08) | ||
## [0.8.4](https://github.com/salesforce/uem-js/compare/v0.8.3...v0.8.4) (2022-01-28) | ||
### Bug Fixes | ||
### Features | ||
* refactor manifest to new format @W-10122931([#96](https://github.com/salesforce/uem-js/issues/96)) ([c4d47f7](https://github.com/salesforce/uem-js/commit/c4d47f78957b9e6beeef23ace15a3ca93aa05a86)) | ||
* release 0.8.3 ([#98](https://github.com/salesforce/uem-js/issues/98)) ([8ec4685](https://github.com/salesforce/uem-js/commit/8ec4685d10214c77bb96d107e5faaf386f0c5910)) | ||
* enable oneOf for schemas @W-10157664 ([#101](https://github.com/salesforce/uem-js/issues/101)) ([4e7d1ed](https://github.com/salesforce/uem-js/commit/4e7d1ed2c81b070cb77266f90b56f4c526ee38ce)) |
{ | ||
"name": "@lcem/meta-schemas", | ||
"license": "MIT", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"types": "src/types/index.d.ts", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
@@ -32,3 +32,3 @@ { | ||
"anyOf": false, | ||
"oneOf": false, | ||
"oneOf": { "$ref": "#/$defs/schemaArray" }, | ||
"not": false | ||
@@ -35,0 +35,0 @@ }, |
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
64380
107
2348