browser-bunyan
Advanced tools
Comparing version 1.7.0 to 1.8.0
{ | ||
"name": "browser-bunyan", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Bunyan logging specifically for the browser", | ||
@@ -17,3 +17,4 @@ "author": "Phil Mander <philip.mander@gmail.com>", | ||
], | ||
"main": "./lib/index.js", | ||
"type": "module", | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.m.js", | ||
@@ -26,9 +27,9 @@ "typings": "./lib/index.d.ts", | ||
"build": "../../node_modules/.bin/microbundle --name bunyan --external none && ../../node_modules/.bin/mkdirp dist && cp lib/index.umd.js dist/browser-bunyan.min.js", | ||
"test": "../../node_modules/.bin/babel-tap test/*.test.js" | ||
"test": "../../node_modules/.bin/tap test/*.test.js" | ||
}, | ||
"dependencies": { | ||
"@browser-bunyan/console-formatted-stream": "^1.6.4", | ||
"@browser-bunyan/console-plain-stream": "^1.6.0", | ||
"@browser-bunyan/console-raw-stream": "^1.6.0", | ||
"@browser-bunyan/levels": "^1.6.0" | ||
"@browser-bunyan/console-formatted-stream": "^1.8.0", | ||
"@browser-bunyan/console-plain-stream": "^1.8.0", | ||
"@browser-bunyan/console-raw-stream": "^1.8.0", | ||
"@browser-bunyan/levels": "^1.8.0" | ||
}, | ||
@@ -41,3 +42,3 @@ "licenses": [ | ||
], | ||
"gitHead": "3370a2dbc06309a84e55e5aab77cc533fcbf0788" | ||
"gitHead": "61158191e36c4ab922dd0609c4e1d36667243622" | ||
} |
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
332403
35
351
Yes