@adamatti.org/logger
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.1.1](https://github.com/adamatti/adamatti-npm-libs/compare/@adamatti.org/logger@0.1.0...@adamatti.org/logger@0.1.1) (2021-09-09) | ||
### Bug Fixes | ||
* **logger:** sample fix ([d6e786c](https://github.com/adamatti/adamatti-npm-libs/commit/d6e786cbcfd322151c4de5f04e5749dbf6c27226)) | ||
# [0.1.0](https://github.com/adamatti/adamatti-npm-libs/compare/@adamatti.org/logger@0.0.2...@adamatti.org/logger@0.1.0) (2021-09-09) | ||
@@ -8,0 +19,0 @@ |
@@ -22,4 +22,6 @@ 'use strict'; | ||
logger.fakeFeature1 = ()=> {}; | ||
logger.fakeFeature2 = ()=> {}; | ||
logger.fakeFeature2 = ()=> { | ||
return null; | ||
}; | ||
module.exports = logger; |
{ | ||
"name": "@adamatti.org/logger", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "logger.js", | ||
@@ -15,3 +15,3 @@ "license": "UNLICENSED", | ||
}, | ||
"gitHead": "82a66a18a0321a807160fff73079fd0426b06135" | ||
"gitHead": "7dc9797f41f183f9e6e7cffa8f719e2f586437d7" | ||
} |
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
2242
33