nero-env 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/README.md +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <p align="center">
4
4
  <img src="https://img.shields.io/npm/v/nero-env?color=6366f1" alt="npm version" />
5
- <img src="https://img.shields.io/npm/dm/nero-env?color=0f172a" alt="npm downloads" />
5
+ <img src="https://img.shields.io/npm/dt/nero-env?color=0f172a" alt="npm downloads" />
6
6
  <img src="https://img.shields.io/github/license/alcanivorax/nero-env?color=22c55e" alt="license" />
7
7
  </p>
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nero-env",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Validate and compare .env files to catch missing, empty, and unused variables.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -39,7 +39,6 @@
39
39
  "packageManager": "pnpm@10.17.1",
40
40
  "devDependencies": {
41
41
  "@types/node": "^25.0.3",
42
- "@types/update-notifier": "^6.0.8",
43
42
  "ts-node": "^10.9.2",
44
43
  "tsx": "^4.21.0",
45
44
  "typescript": "^5.9.3"