@driveflux/env 5.0.9 → 5.0.10-develop.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.
@@ -5,12 +5,9 @@ $ bun run ./build.ts
5
5
  📊 Processing Summary:
6
6
  Files processed: 4
7
7
  Total exports found: 9
8
- Duplicates removed: 3
9
- Total processing time: 21.46ms
10
- Average time per file: 5.36ms
8
+ Duplicates removed: 0
9
+ Total processing time: 42.68ms
10
+ Average time per file: 10.67ms
11
11
 
12
- 🔧 Files with duplicates removed:
13
- dist/augment-env.js: 1 duplicates removed (3.14ms)
14
- dist/init-shell.js: 1 duplicates removed (2.36ms)
15
- dist/init-env.js: 1 duplicates removed (13.43ms)
12
+ No duplicate exports found in any files
16
13
  ✅ Build successful
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @driveflux/env
2
2
 
3
+ ## 5.0.10-develop.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 3bf6393: Minor updates
8
+
3
9
  ## 5.0.9
4
10
 
5
11
  ### Patch Changes