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 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](https://github.com/thimpat/analogger/compare/v1.3.0...v1.3.1) (2022-02-09)
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
  ![Test workflow](https://github.com/thimpat/analogger/actions/workflows/test.yml/badge.svg)
3
+ ![nycrc Coverage](https://img.shields.io/nycrc/thimpat/analogger?preferredThreshold=lines)
3
4
  ![Version workflow](https://github.com/thimpat/analogger/actions/workflows/versioning.yml/badge.svg)
5
+ [![npm version](https://badge.fury.io/js/analogger.svg)](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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analogger",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Js Logger",
5
5
  "main": "dist/index-cjs.min.cjs",
6
6
  "module": "dist/index-esm.min.mjs",