@stencila/logga
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -0,1 +1,8 @@ | ||
## [1.4.1](https://github.com/stencila/logga/compare/v1.4.0...v1.4.1) (2019-11-10) | ||
### Bug Fixes | ||
* **Package:** Remove browser property of package.json ([fe7a7d8](https://github.com/stencila/logga/commit/fe7a7d8)) | ||
# [1.4.0](https://github.com/stencila/logga/compare/v1.3.0...v1.4.0) (2019-10-17) | ||
@@ -2,0 +9,0 @@ |
@@ -8,2 +8,2 @@ parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c<t.length;c++)try{f(t[c])}catch(e){i||(i=e)}if(t.length){var l=f(t[t.length-1]);"object"==typeof exports&&"undefined"!=typeof module?module.exports=l:"function"==typeof define&&define.amd?define(function(){return l}):n&&(this[n]=l)}if(parcelRequire=f,i)throw i;return f}({"g5IB":[function(require,module,exports) { | ||
},{"process":"g5IB"}]},{},["QCba"], "logga") | ||
//# sourceMappingURL=index.js.map | ||
//# sourceMappingURL=/index.js.map |
{ | ||
"name": "@stencila/logga", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Unified logging across related Javascript modules", | ||
"main": "dist/lib/index.js", | ||
"types": "dist/lib/index.d.ts", | ||
"browser": "dist/browser/index.js", | ||
"browserslist": [ | ||
@@ -21,3 +20,3 @@ "> 0.2%", | ||
"test:browser": "jest --env=jsdom", | ||
"build": "tsc && parcel build index.ts -d dist/browser --public-url . --global logga" | ||
"build": "tsc && parcel build index.ts --out-dir dist/browser --global logga" | ||
}, | ||
@@ -24,0 +23,0 @@ "repository": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
59078
0