@root/greenlock
Advanced tools
Comparing version 4.0.4 to 4.0.5
@@ -127,3 +127,2 @@ 'use strict'; | ||
//var mkdirp = promisify(require("@root/mkdirp")); | ||
opts.configFile = path.join( | ||
@@ -130,0 +129,0 @@ path.resolve(opts.packageRoot, opts.configDir), |
{ | ||
"name": "@root/greenlock", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "The easiest Let's Encrypt client for Node.js and Browsers", | ||
@@ -42,7 +42,7 @@ "homepage": "https://rootprojects.org/greenlock/", | ||
"@greenlock/manager": "^3.1.0", | ||
"@root/acme": "^3.0.9", | ||
"@root/acme": "^3.1.0", | ||
"@root/csr": "^0.8.1", | ||
"@root/keypairs": "^0.9.0", | ||
"@root/keypairs": "^0.10.0", | ||
"@root/mkdirp": "^1.0.0", | ||
"@root/request": "^1.4.2", | ||
"@root/request": "^1.6.1", | ||
"acme-http-01-standalone": "^3.0.5", | ||
@@ -49,0 +49,0 @@ "cert-info": "^1.5.1", |
@@ -149,3 +149,3 @@ 'use strict'; | ||
// init, zones, set, get, remove | ||
// init, zones, set, get, remove, propagationDelay | ||
if (ch.init) { | ||
@@ -187,2 +187,5 @@ if (2 === ch.init.length) { | ||
} | ||
if("number" === typeof ch.propagationDelay) { | ||
gch.propagationDelay = ch.propagationDelay; | ||
} | ||
@@ -189,0 +192,0 @@ return gch; |
@@ -86,3 +86,4 @@ # New Documentation & [v4 Migration Guide](https://git.rootprojects.org/root/greenlock.js/src/branch/master/MIGRATION_GUIDE.md) | ||
var greenlock = Greenlock.create({ | ||
configDir: './greenlock.d/config.json', | ||
packageRoot: __dirname, | ||
configDir: "./greenlock.d/", | ||
packageAgent: pkg.name + '/' + pkg.version, | ||
@@ -181,3 +182,3 @@ maintainerEmail: pkg.author, | ||
var gl = Greenlock.create({ | ||
configDir: './greenlock.d/config.json', | ||
configDir: './greenlock.d/', | ||
@@ -184,0 +185,0 @@ // Staging for testing environments |
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
182446
4398
668
- Removed@root/keypairs@0.9.0(transitive)
Updated@root/acme@^3.1.0
Updated@root/keypairs@^0.10.0
Updated@root/request@^1.6.1