Comparing version 3.0.15 to 3.0.16
{ | ||
"name": "fable-log", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "A simple logging wrapper.", | ||
@@ -10,8 +10,3 @@ "main": "source/Fable-Log.js", | ||
"test": "./node_modules/.bin/mocha -u tdd -R spec", | ||
"build": "./node_modules/.bin/gulp build", | ||
"docker-dev-build-image": "docker build ./ -f Dockerfile_LUXURYCode -t retold/fable-log:local", | ||
"docker-dev-run": "docker run -it -d --name retold-fable-log-dev -p 30004:8080 -v \"$PWD/.config:/home/coder/.config\" -v \"$PWD:/home/coder/fable-log\" -u \"$(id -u):$(id -g)\" -e \"DOCKER_USER=$USER\" retold/fable-log:local", | ||
"tests": "npx mocha -u tdd --exit -R spec --grep", | ||
"docker-dev-build": "docker build ./ -f Dockerfile_LUXURYCode -t fable-log-image:local", | ||
"docker-dev-shell": "docker exec -it fable-log-dev /bin/bash" | ||
"tests": "npx mocha -u tdd --exit -R spec --grep" | ||
}, | ||
@@ -56,4 +51,4 @@ "mocha": { | ||
"dependencies": { | ||
"fable-serviceproviderbase": "^3.0.14" | ||
"fable-serviceproviderbase": "^3.0.15" | ||
} | ||
} |
@@ -7,2 +7,4 @@ /** | ||
const libPackage = require('../package.json'); | ||
class FableLog extends libFableServiceProviderBase | ||
@@ -15,5 +17,5 @@ { | ||
this.serviceType = 'Logging'; | ||
/** @type {Object} */ | ||
this._Package = libPackage; | ||
this._Package = require('../package.json'); | ||
let tmpSettings = (typeof(pSettings) === 'object') ? pSettings : {} | ||
@@ -20,0 +22,0 @@ this._Settings = tmpSettings; |
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
989
43898