@stryke/env 0.20.41 → 0.20.43

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  # Changelog for Stryke - Env
4
4
 
5
+ ## [0.20.42](https://github.com/storm-software/stryke/releases/tag/env%400.20.42) (12/18/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **path** to **v0.23.2**
10
+ - Updated **fs** to **v0.33.25**
11
+
12
+ ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/optimized/banner-1280x320.gif)
13
+
14
+ # Changelog for Stryke - Env
15
+
16
+ ## [0.20.41](https://github.com/storm-software/stryke/releases/tag/env%400.20.41) (12/18/2025)
17
+
18
+ ### Miscellaneous
19
+
20
+ - **monorepo:** Update CDN URLs for banner assets
21
+ ([5aefe1b](https://github.com/storm-software/stryke/commit/5aefe1b))
22
+
23
+ ### Updated Dependencies
24
+
25
+ - Updated **string-format** to **v0.12.28**
26
+ - Updated **convert** to **v0.6.28**
27
+ - Updated **path** to **v0.23.1**
28
+ - Updated **fs** to **v0.33.24**
29
+
5
30
  ## [0.20.40](https://github.com/storm-software/stryke/releases/tag/env%400.20.40) (12/18/2025)
6
31
 
7
32
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/env",
3
- "version": "0.20.41",
3
+ "version": "0.20.43",
4
4
  "type": "module",
5
5
  "description": "A package containing utility functions to handle environment specific processes",
6
6
  "repository": {
@@ -43,13 +43,13 @@
43
43
  "types": "./dist/index.d.cts",
44
44
  "dependencies": {
45
45
  "@dotenvx/dotenvx": "1.35.0",
46
- "@stryke/convert": "^0.6.28",
47
- "@stryke/fs": "^0.33.24",
48
- "@stryke/path": "^0.23.1",
49
- "@stryke/string-format": "^0.12.28",
46
+ "@stryke/convert": "^0.6.29",
47
+ "@stryke/fs": "^0.33.26",
48
+ "@stryke/path": "^0.24.0",
49
+ "@stryke/string-format": "^0.12.29",
50
50
  "defu": "^6.1.4"
51
51
  },
52
52
  "devDependencies": { "@types/node": "^24.10.4", "tsdown": "^0.17.2" },
53
53
  "publishConfig": { "access": "public" },
54
- "gitHead": "ed86f49867133045cf1eb4626ca513043221d0af"
54
+ "gitHead": "91cfc26c66c3042fd25e7c39d65f2a9cc88fb920"
55
55
  }