@chengyixu/envshow 1.0.0 → 1.0.1

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/envshow.js +1 -1
  2. package/package.json +1 -1
package/envshow.js CHANGED
@@ -30,7 +30,7 @@ Examples:
30
30
  envshow -f proxy -m Find proxy settings with masked values
31
31
  `;
32
32
 
33
- const VERSION = '1.0.0';
33
+ const VERSION = '1.0.1';
34
34
 
35
35
  function parseArgs(argv) {
36
36
  const flags = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chengyixu/envshow",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Pretty-print environment variables with sorting, filtering, masking, and JSON output. Zero dependencies.",
5
5
  "main": "envshow.js",
6
6
  "bin": {