@lcem/meta-schemas
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.8.2](https://github.com/salesforce/uem-js/compare/v0.8.1...v0.8.2) (2021-12-15) | ||
## [0.8.3](https://github.com/salesforce/uem-js/compare/v0.8.2...v0.8.3) (2022-01-08) | ||
@@ -12,2 +12,3 @@ | ||
* uem shape metaschema changes ([#94](https://github.com/salesforce/uem-js/issues/94)) ([ec72e26](https://github.com/salesforce/uem-js/commit/ec72e26d113e85f75136e80cabb41a88b8b633ac)) | ||
* 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)) |
{ | ||
"name": "@lcem/meta-schemas", | ||
"license": "MIT", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"types": "src/types/index.d.ts", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
@@ -8,4 +8,16 @@ { | ||
"properties": { | ||
"config": { | ||
"category": { | ||
"type": "string" | ||
}, | ||
"shape": { | ||
"type": "string", | ||
"pattern": "^\\..*\\.shape\\.json$" | ||
}, | ||
"view": { | ||
"type": "string", | ||
"pattern": "^\\..*\\.view\\.json$" | ||
}, | ||
"renderers": { | ||
"type": "string", | ||
"pattern": "^\\..*\\.renderers\\.json$" | ||
} | ||
@@ -12,0 +24,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
57468
103
2067