@bazel/jasmine
Advanced tools
Comparing version 5.2.0 to 5.3.0
@@ -149,5 +149,5 @@ const fs = require('fs'); | ||
// remember to update the `peerDependencies` as well. | ||
// Jasmine versions prior to 3.10.0 should use the old API. | ||
if (/^3\.[1-9]\.|^2\./.test(jrunner.coreVersion())) { | ||
console.warn(`DEPRECATED: Support for Jasmine versions prior to '3.10.x' is deprecated in '@bazel/jasmine'.`); | ||
// Jasmine versions prior to 4.0.0 should use the old API. | ||
if (jrunner.coreVersion().charAt(0) !== '4') { | ||
console.warn(`DEPRECATED: Support for Jasmine versions prior to '4.0.x' is deprecated in '@bazel/jasmine'.`); | ||
@@ -154,0 +154,0 @@ // Old Jasmine API. |
@@ -5,3 +5,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type" : "git", |
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
31864