@driveflux/env 5.0.10-develop.1 → 5.0.11

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: 5
7
7
  Total exports found: 9
8
8
  Duplicates removed: 0
9
- Total processing time: 60.34ms
10
- Average time per file: 12.07ms
9
+ Total processing time: 17.92ms
10
+ Average time per file: 3.58ms
11
11
 
12
12
  ✅ No duplicate exports found in any files
13
13
  ✅ Build successful
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @driveflux/env
2
2
 
3
+ ## 5.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 10295a2: fixed loading init-shell
8
+
9
+ ## 5.0.10
10
+
11
+ ### Patch Changes
12
+
13
+ - 3bf6393: Minor updates
14
+ - bdc6c00: make env static
15
+
3
16
  ## 5.0.10-develop.1
4
17
 
5
18
  ### Patch Changes
package/bin/init-env.js CHANGED
@@ -1 +1,2 @@
1
+ #!/usr/bin/env node
1
2
  import '../dist/bin/init-env.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/env",
3
- "version": "5.0.10-develop.1",
3
+ "version": "5.0.11",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {