@movable/rollup-plugin-package-manifest-validator 3.10.0 → 3.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -314,6 +314,10 @@ var _default = {
314
314
  label: {
315
315
  type: 'string'
316
316
  },
317
+ render_method: {
318
+ type: 'string',
319
+ enum: ['image', 'html']
320
+ },
317
321
  query_params: {
318
322
  type: 'object',
319
323
  patternProperties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movable/rollup-plugin-package-manifest-validator",
3
- "version": "3.10.0",
3
+ "version": "3.11.0",
4
4
  "description": "Validates package-manifest.yml",
5
5
  "main": "dist",
6
6
  "keywords": [],
@@ -38,5 +38,5 @@
38
38
  "volta": {
39
39
  "extends": "../../package.json"
40
40
  },
41
- "gitHead": "2c7e1bc5dd889b9a430cbea56ee92284c72294c1"
41
+ "gitHead": "fcc8d059827d84c36d0504c2708a3cacb290ed4b"
42
42
  }
@@ -185,6 +185,7 @@ export default {
185
185
  properties: {
186
186
  name: { type: 'string' },
187
187
  label: { type: 'string' },
188
+ render_method: { type: 'string', enum: ['image', 'html'] },
188
189
  query_params: {
189
190
  type: 'object',
190
191
  patternProperties: { '.*': { type: 'string' } }