@driveflux/env 5.0.12 → 5.1.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.
@@ -0,0 +1,16 @@
1
+ $ bun tsc --emitDeclarationOnly && bun run ./build.ts
2
+ 🔍 Scanning folder: ./dist
3
+ 📄 Found 4 JS files to process
4
+
5
+ 📊 Processing Summary:
6
+ Files processed: 4
7
+ Total exports found: 9
8
+ Duplicates removed: 3
9
+ Total processing time: 20.44ms
10
+ Average time per file: 5.11ms
11
+
12
+ 🔧 Files with duplicates removed:
13
+ dist/augment-env.js: 1 duplicates removed (3.11ms)
14
+ dist/init-shell.js: 1 duplicates removed (3.31ms)
15
+ dist/init-env.js: 1 duplicates removed (10.89ms)
16
+ ✅ Build successful
@@ -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: 27.21ms
10
- Average time per file: 3.40ms
9
+ Total processing time: 37.25ms
10
+ Average time per file: 4.66ms
11
11
 
12
12
  ✅ No duplicate exports found in any files
13
13
  ✅ Build successful
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @driveflux/env
2
2
 
3
+ ## 5.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 83047ad: upgraded deps
8
+
9
+ ## 5.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 2e1009f: Increment minor
14
+
15
+ ### Patch Changes
16
+
17
+ - e96957a: bump
18
+
3
19
  ## 5.0.12
4
20
 
5
21
  ### Patch Changes
@@ -1,4 +1,10 @@
1
- import{f as a}from"./chunk-smdern9n.js";export{a as augmentEnv};
1
+ // @bun
2
+ import {
3
+ augmentEnv
4
+ } from "./chunk-a04mfzxz.js";
5
+ export {
6
+ augmentEnv
7
+ };
2
8
 
3
- //# debugId=84AB363C6659B96864756E2164756E21
9
+ //# debugId=F8FE29C9C8790CF764756E2164756E21
4
10
  //# sourceMappingURL=augment-env.js.map
@@ -4,6 +4,6 @@
4
4
  "sourcesContent": [
5
5
  ],
6
6
  "mappings": "",
7
- "debugId": "84AB363C6659B96864756E2164756E21",
7
+ "debugId": "F8FE29C9C8790CF764756E2164756E21",
8
8
  "names": []
9
9
  }