yamltest 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/validate.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yamltest",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Declarative YAML-based HTTP, command, and Kubernetes test runner",
5
5
  "main": "./src/index.js",
6
6
  "bin": {
package/src/validate.js CHANGED
@@ -502,7 +502,7 @@ const testDefinitionSchema = {
502
502
  },
503
503
  },
504
504
  ],
505
- additionalProperties: false,
505
+ additionalProperties: true,
506
506
  };
507
507
 
508
508
  const rootSchema = {