@stryke/env 0.20.41 → 0.20.42

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 +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/optimized/banner-1280x320.gif)
2
+
3
+ # Changelog for Stryke - Env
4
+
5
+ ## [0.20.41](https://github.com/storm-software/stryke/releases/tag/env%400.20.41) (12/18/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update CDN URLs for banner assets
10
+ ([5aefe1b](https://github.com/storm-software/stryke/commit/5aefe1b))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated **string-format** to **v0.12.28**
15
+ - Updated **convert** to **v0.6.28**
16
+ - Updated **path** to **v0.23.1**
17
+ - Updated **fs** to **v0.33.24**
18
+
1
19
  ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320.gif)
2
20
 
3
21
  # Changelog for Stryke - Env
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/env",
3
- "version": "0.20.41",
3
+ "version": "0.20.42",
4
4
  "type": "module",
5
5
  "description": "A package containing utility functions to handle environment specific processes",
6
6
  "repository": {
@@ -44,12 +44,12 @@
44
44
  "dependencies": {
45
45
  "@dotenvx/dotenvx": "1.35.0",
46
46
  "@stryke/convert": "^0.6.28",
47
- "@stryke/fs": "^0.33.24",
48
- "@stryke/path": "^0.23.1",
47
+ "@stryke/fs": "^0.33.25",
48
+ "@stryke/path": "^0.23.2",
49
49
  "@stryke/string-format": "^0.12.28",
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": "562e4b64add5e6c076ae803315d2768582148620"
55
55
  }