hull-connector-tester
Advanced tools
Comparing version 0.0.15 to 0.0.16
# CHANGELOG | ||
## v0.0.16 | ||
- changed hull-node-version check to require versions: "0.13.16" | ||
## v0.0.15 | ||
@@ -4,0 +7,0 @@ - changed hull-node-version check to require versions: "0.13.15" |
{ | ||
"name": "hull-connector-tester", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/bin.js", |
@@ -9,3 +9,3 @@ const fs = require("fs"); | ||
const allowedVersions = ["0.13.15"]; | ||
const allowedVersions = ["0.13.16"]; | ||
@@ -12,0 +12,0 @@ const packageJson = JSON.parse(fs.readFileSync(`${process.cwd()}/package.json`, "utf-8")); |
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
6321