@driveflux/env 0.0.2-develop.4 → 0.0.2-develop.5

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: 7
8
8
  Duplicates removed: 0
9
- Total processing time: 12.98ms
10
- Average time per file: 3.25ms
9
+ Total processing time: 39.76ms
10
+ Average time per file: 9.94ms
11
11
 
12
12
  ✅ No duplicate exports found in any files
13
13
  ✅ Build successful
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @driveflux/env
2
2
 
3
+ ## 0.0.2-develop.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 225b59a: env + updated deps
8
+
3
9
  ## 0.0.2-develop.4
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/env",
3
- "version": "0.0.2-develop.4",
3
+ "version": "0.0.2-develop.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -24,6 +24,9 @@
24
24
  "devDependencies": {
25
25
  "@types/bun": "^1.3",
26
26
  "typescript": "5.9.3",
27
- "@driveflux/fix-builds": "0.0.2-develop.15"
27
+ "@driveflux/fix-builds": "0.0.2-develop.16"
28
+ },
29
+ "bin": {
30
+ "init-env": "./dist/init-env.js"
28
31
  }
29
32
  }