@lcem/meta-schemas
Advanced tools
Comparing version 0.8.4 to 0.8.5
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.8.4](https://github.com/salesforce/uem-js/compare/v0.8.3...v0.8.4) (2022-01-28) | ||
## [0.8.5](https://github.com/salesforce/uem-js/compare/v0.8.4...v0.8.5) (2022-02-14) | ||
@@ -12,2 +12,2 @@ | ||
* enable oneOf for schemas @W-10157664 ([#101](https://github.com/salesforce/uem-js/issues/101)) ([4e7d1ed](https://github.com/salesforce/uem-js/commit/4e7d1ed2c81b070cb77266f90b56f4c526ee38ce)) | ||
* enable current array features and readOnly ([#104](https://github.com/salesforce/uem-js/issues/104)) ([fa1af30](https://github.com/salesforce/uem-js/commit/fa1af300577ee55f7db7b4239ccfe564b65fb844)) |
{ | ||
"name": "@lcem/meta-schemas", | ||
"license": "MIT", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"types": "src/types/index.d.ts", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
@@ -13,6 +13,7 @@ { | ||
"unevaluatedItems": false, | ||
"prefixItems": { "$ref": "#/$defs/schemaArray" }, | ||
"items": { | ||
"anyOf": [{ "$recursiveRef": "#" }, { "$ref": "#/$defs/schemaArray" }] | ||
}, | ||
"contains": false, | ||
"contains": { "$recursiveRef": "#" }, | ||
"additionalProperties": true, | ||
@@ -19,0 +20,0 @@ "unevaluatedProperties": false, |
@@ -20,3 +20,6 @@ { | ||
"deprecated": false, | ||
"readOnly": false, | ||
"readOnly": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
"writeOnly": false, | ||
@@ -23,0 +26,0 @@ "examples": false |
@@ -39,4 +39,4 @@ { | ||
}, | ||
"maxContains": false, | ||
"minContains": false, | ||
"maxContains": { "$ref": "#/$defs/nonNegativeInteger" }, | ||
"minContains": { "$ref": "#/$defs/nonNegativeInteger" }, | ||
"maxProperties": false, | ||
@@ -43,0 +43,0 @@ "minProperties": false, |
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
65332
112
2392