Comparing version 0.12.1 to 0.12.2
@@ -115,3 +115,3 @@ export interface ExecJSON { | ||
run?: boolean | null; | ||
skipped_due_to_waiver?: null | string; | ||
skipped_due_to_waiver?: boolean | null | string; | ||
} | ||
@@ -118,0 +118,0 @@ export interface Dependency { |
@@ -232,3 +232,3 @@ "use strict"; | ||
{ json: "run", js: "run", typ: u(undefined, u(true, null)) }, | ||
{ json: "skipped_due_to_waiver", js: "skipped_due_to_waiver", typ: u(undefined, u(null, "")) }, | ||
{ json: "skipped_due_to_waiver", js: "skipped_due_to_waiver", typ: u(undefined, u(true, null, "")) }, | ||
], "any"), | ||
@@ -235,0 +235,0 @@ "Dependency": o([ |
{ | ||
"name": "inspecjs", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"description": "© 2018 The MITRE Corporation.", | ||
@@ -16,9 +16,9 @@ "files": [ | ||
"@typescript-eslint/parser": "^2.16.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.9.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"prettier": "^1.19.1", | ||
"chai": "^4.2.0", | ||
"jest": "^24.9.0", | ||
"lite-server": "^2.5.4", | ||
"prettier": "^1.19.1", | ||
"quicktype": "^15.0.201", | ||
@@ -25,0 +25,0 @@ "ts-jest": "^24.0.2", |
Sorry, the diff of this file is not supported yet
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
201796