@zimic/fetch 0.6.3 → 1.0.0-rc.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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  `@zimic/fetch` is a minimal (~2 kB minified and gzipped) and type-safe `fetch`-like API client.
40
40
 
41
- Status: :seedling: **Beta**
41
+ Status: :bulb: **Release Candidate**
42
42
 
43
43
  ## Features
44
44
 
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "api",
14
14
  "static"
15
15
  ],
16
- "version": "0.6.3",
16
+ "version": "1.0.0-rc.1",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "https://github.com/zimicjs/zimic.git",
@@ -71,14 +71,14 @@
71
71
  "typescript": "^5.8.3",
72
72
  "vitest": "^3.2.4",
73
73
  "@zimic/eslint-config-node": "0.0.0",
74
- "@zimic/interceptor": "0.21.3-canary.0",
75
74
  "@zimic/lint-staged-config": "0.0.0",
76
75
  "@zimic/tsconfig": "0.0.0",
77
- "@zimic/utils": "0.0.0"
76
+ "@zimic/utils": "0.0.0",
77
+ "@zimic/interceptor": "1.0.0-rc.1"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "typescript": ">=5.0.0",
81
- "@zimic/http": "^0.7.0 || 0.7.3-canary.0"
81
+ "@zimic/http": "^0.7.0 || ^1.0.0-rc || 1.0.0-rc.0"
82
82
  },
83
83
  "peerDependenciesMeta": {
84
84
  "typescript": {