@lcem/meta-schemas
Advanced tools
Comparing version 0.8.5 to 0.8.6
@@ -6,7 +6,7 @@ # Change Log | ||
## [0.8.5](https://github.com/salesforce/uem-js/compare/v0.8.4...v0.8.5) (2022-02-14) | ||
## [0.8.6](https://github.com/salesforce/uem-js/compare/v0.8.5...v0.8.6) (2022-03-14) | ||
### Features | ||
### Bug Fixes | ||
* enable current array features and readOnly ([#104](https://github.com/salesforce/uem-js/issues/104)) ([fa1af30](https://github.com/salesforce/uem-js/commit/fa1af300577ee55f7db7b4239ccfe564b65fb844)) | ||
* enable number for validation ([#105](https://github.com/salesforce/uem-js/issues/105)) ([3950e86](https://github.com/salesforce/uem-js/commit/3950e86c0f02f808736b21b69d7a8726c5d9c458)) |
{ | ||
"name": "@lcem/meta-schemas", | ||
"license": "MIT", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"types": "src/types/index.d.ts", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
@@ -72,3 +72,3 @@ { | ||
"simpleTypes": { | ||
"enum": ["array", "boolean", "integer", "null", "object", "string"] | ||
"enum": ["array", "boolean", "integer", "number", "null", "object", "string"] | ||
}, | ||
@@ -75,0 +75,0 @@ "stringArray": { |
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
65512
114
2404