@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.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
[](README.md)
|
|
5
5
|
[](https://semver.org/)
|
|
6
6
|
[](https://packagephobia.com/result?p=@substrate-system/debug)
|
|
7
|
+
[](https://bundlephobia.com/package/@substrate-system/web-component)
|
|
7
8
|
[](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
|
|
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)
|