@zap-studio/fetch 0.5.1 → 0.5.2

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 +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @zap-studio/fetch
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Changed
6
+
7
+ - Expand TSDoc coverage across fetch modules and exported contracts for stronger JSR documentation completeness.
8
+
9
+ ### Dependencies
10
+
11
+ - Updated dependency `@zap-studio/validation` to `0.3.4`.
12
+
3
13
  ## 0.5.1
4
14
 
5
15
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zap-studio/fetch",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "private": false,
5
5
  "description": "A type-safe fetch wrapper for HTTP requests with runtime schema validation.",
6
6
  "keywords": [
@@ -52,7 +52,7 @@
52
52
  "access": "public"
53
53
  },
54
54
  "dependencies": {
55
- "@zap-studio/validation": "0.3.3"
55
+ "@zap-studio/validation": "0.3.4"
56
56
  },
57
57
  "devDependencies": {
58
58
  "arktype": "^2.2.0",