@driveflux/env 4.0.0-develop.8 → 5.0.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.
@@ -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: 17.79ms
10
- Average time per file: 4.45ms
9
+ Total processing time: 11.23ms
10
+ Average time per file: 2.81ms
11
11
 
12
12
  ✅ No duplicate exports found in any files
13
13
  ✅ Build successful
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @driveflux/env
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 01523d3: Major release for all packages
8
+
9
+ ## 4.0.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 225b59a: env + updated deps
14
+ - f36867a: improvements from tests
15
+ - da962ce: fixed queries
16
+ - ef70398: revert result-handlers
17
+ - 0b0dce3: Bundle dotenvx
18
+ - 8594bb3: Status text fix
19
+ - 8a06a8c: env version
20
+ - b469487: Fixed slack env names
21
+ - env version
22
+ - b880d39: Better error handling on stripe
23
+ - 2a3aad2: payment fixes
24
+ - 569342b: Fixed loading priority
25
+ - 6a7cbad: Fixed error
26
+ - afe41e3: Created env package
27
+ - 1f995b9: added PrivacyPolicySettings
28
+
3
29
  ## 4.0.0-develop.8
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/env",
3
- "version": "4.0.0-develop.8",
3
+ "version": "5.0.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -24,7 +24,7 @@
24
24
  "devDependencies": {
25
25
  "@types/bun": "^1.3",
26
26
  "typescript": "5.9.3",
27
- "@driveflux/fix-builds": "0.0.2-develop.23"
27
+ "@driveflux/fix-builds": "1.0.0"
28
28
  },
29
29
  "bin": {
30
30
  "init-env": "./dist/init-env.js"