Comparing version 13.5.5 to 13.5.6
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "13.5.5", | ||
"version": "13.5.6", | ||
"author": "Pedro Teixeira <pedro.teixeira@gmail.com>", | ||
@@ -52,3 +52,3 @@ "repository": { | ||
"rimraf": "^3.0.0", | ||
"semantic-release": "^23.0.2", | ||
"semantic-release": "^24.1.0", | ||
"sinon": "^15.0.1", | ||
@@ -55,0 +55,0 @@ "sinon-chai": "^3.7.0", |
@@ -292,3 +292,3 @@ // TypeScript Version: 3.5 | ||
after?: (scope: Scope) => void | ||
afterRecord?: (defs: Definition[]) => Definition[] | ||
afterRecord?: (defs: Definition[]) => Definition[] | string | ||
recorder?: RecorderOptions | ||
@@ -295,0 +295,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
186855