@substrate-system/debug 0.9.5 → 0.9.6

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
  [![types](https://img.shields.io/npm/types/@substrate-system/debug?style=flat-square)](README.md)
5
5
  [![semantic versioning](https://img.shields.io/badge/semver-2.0.0-blue?logo=semver&style=flat-square)](https://semver.org/)
6
6
  [![install size](https://flat.badgen.net/packagephobia/install/@substrate-system/debug)](https://packagephobia.com/result?p=@substrate-system/debug)
7
+ [![GZip size](https://flat.badgen.net/bundlephobia/minzip/@substrate-system/web-component)](https://bundlephobia.com/package/@substrate-system/web-component)
7
8
  [![license](https://img.shields.io/badge/license-Big_Time-blue?style=flat-square)](LICENSE)
8
9
 
9
10
 
@@ -16,7 +17,7 @@ This is based on [debug](https://github.com/debug-js/debug).
16
17
  It's been rewritten to use contemporary JS.
17
18
 
18
19
  In the browser, this uses localStorage to control debug output.
19
- In Node.js, it uses the environmen variable `DEBUG`.
20
+ In Node.js, it uses the environment variable `DEBUG`.
20
21
 
21
22
  **Featuring:**
22
23
  * Use [exports](https://github.com/substrate-system/debug/blob/main/package.json#L31)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@substrate-system/debug",
3
3
  "description": "Debug utility",
4
4
  "type": "module",
5
- "version": "0.9.5",
5
+ "version": "0.9.6",
6
6
  "main": "./dist/node.js",
7
7
  "files": [
8
8
  "./dist/*"