recker 1.0.18-next.9e6d658 → 1.0.18-next.b9303c8

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "recker",
3
- "version": "1.0.18-next.9e6d658",
3
+ "version": "1.0.18-next.b9303c8",
4
4
  "description": "AI & DevX focused HTTP client for Node.js 18+",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -117,11 +117,11 @@
117
117
  "dependencies": {
118
118
  "@maxmind/geoip2-node": "^6.3.4",
119
119
  "cheerio": "^1.0.0",
120
- "commander": "^12.0.0",
120
+ "commander": "^14.0.2",
121
121
  "fuse.js": "^7.1.0",
122
- "ora": "^8.0.0",
122
+ "ora": "^9.0.0",
123
123
  "undici": "^7.16.0",
124
- "zod": "^3.24.0"
124
+ "zod": "^4.1.13"
125
125
  },
126
126
  "peerDependencies": {
127
127
  "cardinal": "^2.1.0",
@@ -164,7 +164,7 @@
164
164
  "tsx": "^4.20.6",
165
165
  "typescript": "^5.9.3",
166
166
  "vitest": "^3.2.4",
167
- "zod": "^3.24.0"
167
+ "zod": "^4.1.13"
168
168
  },
169
169
  "scripts": {
170
170
  "build": "tsc",