@driveflux/env 4.0.0-develop.7 → 4.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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +26 -0
- package/dist/init-env.js +4 -4
- package/dist/init-env.js.map +8 -8
- package/dist/main.js +2 -2
- package/dist/main.js.map +3 -3
- package/package.json +2 -2
- package/src/init-env.ts +7 -1
- package/src/main.ts +12 -15
- package/tsconfig.tsbuildinfo +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -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:
|
|
10
|
-
Average time per file:
|
|
9
|
+
Total processing time: 32.60ms
|
|
10
|
+
Average time per file: 8.15ms
|
|
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
|
+
## 4.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 225b59a: env + updated deps
|
|
8
|
+
- f36867a: improvements from tests
|
|
9
|
+
- da962ce: fixed queries
|
|
10
|
+
- ef70398: revert result-handlers
|
|
11
|
+
- 0b0dce3: Bundle dotenvx
|
|
12
|
+
- 8594bb3: Status text fix
|
|
13
|
+
- 8a06a8c: env version
|
|
14
|
+
- b469487: Fixed slack env names
|
|
15
|
+
- env version
|
|
16
|
+
- b880d39: Better error handling on stripe
|
|
17
|
+
- 2a3aad2: payment fixes
|
|
18
|
+
- 569342b: Fixed loading priority
|
|
19
|
+
- 6a7cbad: Fixed error
|
|
20
|
+
- afe41e3: Created env package
|
|
21
|
+
- 1f995b9: added PrivacyPolicySettings
|
|
22
|
+
|
|
23
|
+
## 4.0.0-develop.8
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 569342b: Fixed loading priority
|
|
28
|
+
|
|
3
29
|
## 4.0.0-develop.7
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|