@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.
- package/.turbo/turbo-build.log +4 -7
- package/CHANGELOG.md +6 -0
- package/bin/init-env-bin.js.map +110 -0
- package/bin/init-env.js +32 -0
- package/build.ts +18 -0
- package/dist/augment-env.js +3 -118
- package/dist/augment-env.js.map +2 -2
- package/dist/init-env-bin.d.ts +2 -0
- package/dist/init-env.js +31 -10697
- package/dist/init-env.js.map +3 -3
- package/dist/init-shell.js +3 -33
- package/dist/init-shell.js.map +2 -2
- package/dist/main.js +2 -17
- package/dist/main.js.map +2 -2
- package/package.json +2 -2
- package/src/init-env-bin.ts +4 -0
- package/tsconfig.tsbuildinfo +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -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:
|
|
9
|
-
Total processing time:
|
|
10
|
-
Average time per file:
|
|
8
|
+
Duplicates removed: 0
|
|
9
|
+
Total processing time: 42.68ms
|
|
10
|
+
Average time per file: 10.67ms
|
|
11
11
|
|
|
12
|
-
|
|
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
|