@achs/env 5.0.0-alpha.1 → 5.0.0-alpha.3

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  <div id="top" align="center">
2
- <img alt="@achs/env logo" src="assets/logo.svg" width="160" />
2
+ <img alt="@achs/env logo" src="https://cdn.jsdelivr.net/npm/@achs/env@%5E5.0.0-0/assets/logo.svg" width="150" />
3
3
 
4
4
  <h1 align="center"><b>env</b></h1>
5
5
  <h4 align="center">Environment variables made easy — load, validate, inject.</h4>
@@ -574,7 +574,7 @@ process.env.GROUP1__SHARED; // "sharedValue2"
574
574
  <br />
575
575
 
576
576
  <p align="center">
577
- <img width="25%" src="./assets/logo-achs.svg" alt="ACHS" />
577
+ <img width="25%" src="https://cdn.jsdelivr.net/npm/@achs/env@%5E5.0.0-0/assets/logo-achs.svg" alt="ACHS" />
578
578
  <h3 align="center">ASOCIACIÓN CHILENA DE SEGURIDAD</h3>
579
579
  <h4 align="center">Transformación Digital ▪ Equipo de Desarrollo</h4>
580
580
  </p>
package/assets/logo.svg CHANGED
@@ -8,13 +8,6 @@
8
8
  <stop stop-color="#34D399"/>
9
9
  <stop offset="1" stop-color="#22D3EE"/>
10
10
  </linearGradient>
11
- <filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
12
- <feGaussianBlur stdDeviation="4" result="b"/>
13
- <feMerge>
14
- <feMergeNode in="b"/>
15
- <feMergeNode in="SourceGraphic"/>
16
- </feMerge>
17
- </filter>
18
11
  </defs>
19
12
 
20
13
  <!-- terminal card -->
@@ -29,18 +22,9 @@
29
22
  <!-- separator -->
30
23
  <line x1="40" y1="86" x2="216" y2="86" stroke="#22D3EE" stroke-opacity="0.12" stroke-width="2"/>
31
24
 
32
- <!-- [ > _ ] : env brackets + CLI prompt -->
33
- <g filter="url(#glow)">
34
- <!-- left bracket -->
35
- <path d="M104 108 H82 V184 H104" stroke="url(#accent)" stroke-width="14"
36
- stroke-linecap="round" stroke-linejoin="round" fill="none"/>
37
- <!-- right bracket -->
38
- <path d="M152 108 H174 V184 H152" stroke="url(#accent)" stroke-width="14"
39
- stroke-linecap="round" stroke-linejoin="round" fill="none"/>
40
- <!-- prompt chevron -->
41
- <path d="M110 128 L132 146 L110 164" stroke="#E2F7F2" stroke-width="13"
42
- stroke-linecap="round" stroke-linejoin="round" fill="none"/>
43
- </g>
44
- <!-- blinking cursor block -->
25
+ <!-- [ > _ ] : env brackets + CLI prompt -->
26
+ <path d="M104 108 H82 V184 H104" stroke="url(#accent)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
27
+ <path d="M152 108 H174 V184 H152" stroke="url(#accent)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
28
+ <path d="M110 128 L132 146 L110 164" stroke="#E2F7F2" stroke-width="13" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
45
29
  <rect x="128" y="158" width="22" height="11" rx="3" fill="#34D399"/>
46
30
  </svg>
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.0.0-alpha.1",
2
+ "version": "5.0.0-alpha.3",
3
3
  "project": "common",
4
4
  "name": "@achs/env",
5
5
  "type": "module",