@driveflux/env 5.1.2 → 5.1.4

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: 8
7
7
  Total exports found: 9
8
8
  Duplicates removed: 0
9
- Total processing time: 171.98ms
10
- Average time per file: 21.50ms
9
+ Total processing time: 77.95ms
10
+ Average time per file: 9.74ms
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.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 64ec46f: added ai
8
+
9
+ ## 5.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 9edd63c: fixed loading env when NODE_ENV is empty
14
+
3
15
  ## 5.1.2
4
16
 
5
17
  ### Patch Changes