@movable/rollup-plugin-package-manifest-validator 3.10.1 → 3.12.0-canary.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.
@@ -29,10 +29,6 @@ const fieldSchema = {
29
29
  name: {
30
30
  type: 'string'
31
31
  },
32
- render_method: {
33
- type: 'string',
34
- enum: ['image', 'html']
35
- },
36
32
  options: {
37
33
  type: 'array',
38
34
  items: {
@@ -318,6 +314,10 @@ var _default = {
318
314
  label: {
319
315
  type: 'string'
320
316
  },
317
+ render_method: {
318
+ type: 'string',
319
+ enum: ['image', 'html']
320
+ },
321
321
  query_params: {
322
322
  type: 'object',
323
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.1",
3
+ "version": "3.12.0-canary.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": "a4c30764ad80bebe2469a79ac26c41613dda13e2"
41
+ "gitHead": "acdace98344c7df1c7aac30e72905f57e1ff59bb"
42
42
  }
@@ -11,7 +11,6 @@ const fieldSchema = {
11
11
  label: { type: 'string' },
12
12
  max: { type: 'number' },
13
13
  name: { type: 'string' },
14
- render_method: { type: 'string', enum: ['image', 'html'] },
15
14
  options: {
16
15
  type: 'array',
17
16
  items: {
@@ -186,6 +185,7 @@ export default {
186
185
  properties: {
187
186
  name: { type: 'string' },
188
187
  label: { type: 'string' },
188
+ render_method: { type: 'string', enum: ['image', 'html'] },
189
189
  query_params: {
190
190
  type: 'object',
191
191
  patternProperties: { '.*': { type: 'string' } }