polkadot-secure-validator
Advanced tools
Comparing version 0.8.3 to 0.9.0
{ | ||
"name": "polkadot-secure-validator", | ||
"version": "0.8.3", | ||
"version": "0.9.0", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/w3f/polkadot-secure-validator", |
@@ -39,3 +39,4 @@ const path = require('path'); | ||
const project = new Project(this.config); | ||
const target = path.join(project.path(), 'ansible', inventoryFileName); | ||
const buildDir = path.join(project.path(), 'ansible'); | ||
const target = path.join(buildDir, inventoryFileName); | ||
const validators = this._genTplNodes(this.config.validators); | ||
@@ -55,2 +56,4 @@ const publicNodes = this._genTplNodes(this.config.publicNodes, validators.length); | ||
publicTelemetryUrl: this.config.publicNodes.telemetryUrl, | ||
buildDir, | ||
}; | ||
@@ -57,0 +60,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
135073
124
480