@zimic/fetch 0.3.0 → 0.3.1-canary.1

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/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -47,11 +47,11 @@
47
47
 
48
48
  ---
49
49
 
50
- `@zimic/fetch` is a minimal (1 kB minified and gzipped), zero-dependency, and type-safe `fetch`-like API client.
50
+ `@zimic/fetch` is a minimal (~2 kB minified and gzipped), zero-dependency, and type-safe `fetch`-like API client.
51
51
 
52
52
  > [!WARNING]
53
53
  >
54
- > :construction: This library is **experimental**.
54
+ > Status: :seedling: **Beta**
55
55
 
56
56
  ## Features
57
57
 
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "api",
14
14
  "static"
15
15
  ],
16
- "version": "0.3.0",
16
+ "version": "0.3.1-canary.1",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "https://github.com/zimicjs/zimic.git",
@@ -61,20 +61,20 @@
61
61
  "@vitest/browser": "^3.1.2",
62
62
  "@vitest/coverage-istanbul": "^3.1.2",
63
63
  "dotenv-cli": "^8.0.0",
64
- "eslint": "^9.26.0",
64
+ "eslint": "^9.27.0",
65
65
  "playwright": "^1.52.0",
66
66
  "tsup": "^8.4.0",
67
67
  "typescript": "^5.8.3",
68
68
  "vitest": "^3.1.2",
69
69
  "@zimic/eslint-config-node": "0.0.0",
70
- "@zimic/interceptor": "0.18.0-canary.2",
70
+ "@zimic/interceptor": "0.18.2-canary.1",
71
71
  "@zimic/lint-staged-config": "0.0.0",
72
72
  "@zimic/tsconfig": "0.0.0",
73
73
  "@zimic/utils": "0.0.0"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "typescript": ">=4.8.0",
77
- "@zimic/http": "^0.4.0 || 0.4.0-canary.3"
77
+ "@zimic/http": "^0.4.0 || 0.4.2-canary.1"
78
78
  },
79
79
  "scripts": {
80
80
  "dev": "tsup --watch",