@browser-bunyan/console-formatted-stream
Advanced tools
Comparing version 1.5.3 to 1.5.4
{ | ||
"name": "@browser-bunyan/console-formatted-stream", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "Bunyan stream for outputting nicely formatted records to the browser console", | ||
@@ -10,5 +10,7 @@ "publishConfig": { | ||
"module": "./lib/index.m.js", | ||
"typings": "./lib/index.d.ts", | ||
"scripts": { | ||
"lint": "../../node_modules/.bin/eslint src", | ||
"prepublish": "npm run lint && npm test && npm run build", | ||
"prepublish": "npm run lint && npm test && npm run build && npm run copy-types", | ||
"copy-types": "cp src/index.d.ts lib/index.d.ts", | ||
"build": "../../node_modules/.bin/microbundle --name consoleFormattedStream", | ||
@@ -29,3 +31,3 @@ "test": "../../node_modules/.bin/babel-tap src/*.test.js" | ||
"dependencies": { | ||
"@browser-bunyan/levels": "^1.5.3" | ||
"@browser-bunyan/levels": "^1.5.4" | ||
}, | ||
@@ -41,3 +43,3 @@ "author": "Phil Mander", | ||
}, | ||
"gitHead": "7c96ce9adf55b9f724ad1ff7d1016132af8b3d33" | ||
"gitHead": "054ccb688e8421215e7f9c93292b21b3b292fa2c" | ||
} |
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
9735
9
125