analogger 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nycrc +20 -0
- package/CHANGELOG.md +3 -1
- package/README.md +2 -0
- package/ci.md +0 -0
- package/package.json +1 -1
package/.nycrc
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lines": 95,
|
|
3
|
+
"statements": 95,
|
|
4
|
+
"functions": 95,
|
|
5
|
+
"branches": 50,
|
|
6
|
+
"reporter": [
|
|
7
|
+
"json",
|
|
8
|
+
"text-summary"
|
|
9
|
+
],
|
|
10
|
+
"exclude": [
|
|
11
|
+
"coverage/**",
|
|
12
|
+
"docs/**",
|
|
13
|
+
"test{,s}/**",
|
|
14
|
+
"test{,-*}.{js,cjs,mjs,ts}",
|
|
15
|
+
"lib/browser/**",
|
|
16
|
+
"package-scripts.js",
|
|
17
|
+
"scripts/**"
|
|
18
|
+
],
|
|
19
|
+
"check-coverage": true
|
|
20
|
+
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
## [1.3.
|
|
1
|
+
## [1.3.2](https://github.com/thimpat/analogger/compare/v1.3.1...v1.3.2) (2022-02-09)
|
|
2
2
|
|
|
3
|
+
## [1.3.1](https://github.com/thimpat/analogger/compare/v1.3.0...v1.3.1) (2022-02-09)
|
|
4
|
+
|
|
3
5
|
# [1.3.0](https://github.com/thimpat/analogger/compare/v1.2.0...v1.3.0) (2022-02-08)
|
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|

|
|
3
|
+

|
|
3
4
|

|
|
5
|
+
[](https://badge.fury.io/js/analogger)
|
|
4
6
|
|
|
5
7
|
Analogger is a very simple logger for both Node and the Browser.
|
|
6
8
|
It is a library using both CJS and ESM.
|
package/ci.md
CHANGED
|
Binary file
|