@driveflux/env 5.0.8 → 5.0.9-feature-microlino.0

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.
@@ -6,8 +6,8 @@ $ bun run ./build.ts
6
6
  Files processed: 4
7
7
  Total exports found: 9
8
8
  Duplicates removed: 0
9
- Total processing time: 29.38ms
10
- Average time per file: 7.35ms
9
+ Total processing time: 36.24ms
10
+ Average time per file: 9.06ms
11
11
 
12
12
  ✅ No duplicate exports found in any files
13
13
  ✅ Build successful
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @driveflux/env
2
2
 
3
+ ## 5.0.9-feature-microlino.0
4
+
5
+ ### Patch Changes
6
+
7
+ - fff20b6: Bump version
8
+
9
+ ## 5.0.8-feature-microlino.0
10
+
11
+ ### Patch Changes
12
+
13
+ - c52ae80: Handle when USE_ENV and NODE_ENV are the same
14
+
3
15
  ## 5.0.8
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/env",
3
- "version": "5.0.8",
3
+ "version": "5.0.9-feature-microlino.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {