ghost-ignition
Advanced tools
Comparing version 4.6.2 to 4.6.3
var nconf = require('nconf'); | ||
var fs = require('fs'); | ||
var path = require('path'); | ||
var utils = require('../utils'); | ||
var rootUtils = require('@tryghost/root-utils'); | ||
var config; | ||
@@ -13,3 +13,3 @@ | ||
var defaults = {}; | ||
var parentPath = utils.getCWDRoot(); | ||
var parentPath = rootUtils.getProcessRoot(); | ||
@@ -16,0 +16,0 @@ config = new nconf.Provider(); |
@@ -1,2 +0,2 @@ | ||
var utils = require('./utils'); | ||
const rootUtils = require('@tryghost/root-utils'); | ||
var debug = require('debug'); | ||
@@ -13,3 +13,3 @@ | ||
module.exports = function initDebug(name) { | ||
var parentPath = utils.getCallerRoot(); | ||
var parentPath = rootUtils.getCallerRoot(); | ||
var alias, pkg; | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "ghost-ignition", | ||
"version": "4.6.2", | ||
"version": "4.6.3", | ||
"description": "Basic configuration and tooling shared across applications", | ||
@@ -41,2 +41,3 @@ "main": "index.js", | ||
"@tryghost/elasticsearch-bunyan": "0.1.1", | ||
"@tryghost/root-utils": "^0.1.0", | ||
"bunyan": "1.8.15", | ||
@@ -58,7 +59,7 @@ "bunyan-loggly": "1.4.2", | ||
"chai": "4.3.4", | ||
"eslint": "7.24.0", | ||
"mocha": "8.3.2", | ||
"eslint": "7.28.0", | ||
"mocha": "8.4.0", | ||
"should": "13.2.3", | ||
"sinon": "10.0.0" | ||
"sinon": "11.1.1" | ||
} | ||
} |
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
55328
16
13
1233
+ Added@tryghost/root-utils@^0.1.0
+ Added@tryghost/root-utils@0.1.0(transitive)