@stryke/http 0.12.39 → 0.12.40

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 +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  # Changelog for Stryke - HTTP
4
4
 
5
+ ## [0.12.39](https://github.com/storm-software/stryke/releases/tag/http%400.12.39) (03/03/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **type-checks** to **v0.5.29**
10
+ - Updated **url** to **v0.4.0**
11
+
5
12
  ## [0.12.38](https://github.com/storm-software/stryke/releases/tag/http%400.12.38) (03/02/2026)
6
13
 
7
14
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/http",
3
- "version": "0.12.39",
3
+ "version": "0.12.40",
4
4
  "type": "module",
5
5
  "description": "A package containing HTTP communication utilities used by Storm Software.",
6
6
  "repository": {
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "types": "./dist/index.d.cts",
45
45
  "dependencies": {
46
- "@stryke/type-checks": "^0.5.29",
47
- "@stryke/url": "^0.4.0",
46
+ "@stryke/type-checks": "^0.5.30",
47
+ "@stryke/url": "^0.4.1",
48
48
  "defu": "^6.1.4",
49
49
  "undici": "^7.22.0"
50
50
  },
@@ -54,5 +54,5 @@
54
54
  "undici-types": "^7.22.0"
55
55
  },
56
56
  "publishConfig": { "access": "public" },
57
- "gitHead": "b8125bf046febc1991df62777827d0481c2c89c0"
57
+ "gitHead": "793c21dcc2c0734890ffe5e40bd69683455dc301"
58
58
  }