recker 1.0.70 → 1.0.71
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.
- package/dist/version.js +1 -1
- package/package.json +10 -10
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "recker",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.71",
|
|
4
4
|
"description": "Multi-Protocol SDK for the AI Era - HTTP, WebSocket, DNS, FTP, SFTP, Telnet, HLS unified with AI providers and MCP tools",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -221,12 +221,12 @@
|
|
|
221
221
|
},
|
|
222
222
|
"dependencies": {
|
|
223
223
|
"@maxmind/geoip2-node": "^6.3.4",
|
|
224
|
-
"cli-args-parser": "^1.0.
|
|
224
|
+
"cli-args-parser": "^1.0.6",
|
|
225
225
|
"css-select": "^6.0.0",
|
|
226
226
|
"he": "^1.2.0",
|
|
227
|
-
"tuiuiu.js": "^1.0.
|
|
228
|
-
"undici": "^7.
|
|
229
|
-
"zod": "^4.3.
|
|
227
|
+
"tuiuiu.js": "^1.0.53",
|
|
228
|
+
"undici": "^7.19.0",
|
|
229
|
+
"zod": "^4.3.6"
|
|
230
230
|
},
|
|
231
231
|
"peerDependencies": {
|
|
232
232
|
"cardinal": "^2.1.0",
|
|
@@ -248,18 +248,18 @@
|
|
|
248
248
|
"@hapi/wreck": "^18.1.0",
|
|
249
249
|
"@types/he": "^1.2.3",
|
|
250
250
|
"@types/needle": "^3.3.0",
|
|
251
|
-
"@types/node": "^25.0.
|
|
251
|
+
"@types/node": "^25.0.10",
|
|
252
252
|
"@types/ssh2-sftp-client": "^9.0.6",
|
|
253
253
|
"@types/superagent": "^8.1.9",
|
|
254
254
|
"@types/ws": "^8.18.1",
|
|
255
|
-
"@vitest/coverage-v8": "^4.0.
|
|
255
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
256
256
|
"axios": "^1.13.2",
|
|
257
257
|
"cardinal": "^2.1.1",
|
|
258
258
|
"cross-fetch": "^4.1.0",
|
|
259
259
|
"domhandler": "^5.0.3",
|
|
260
260
|
"esbuild": "^0.27.2",
|
|
261
261
|
"got": "^14.6.6",
|
|
262
|
-
"happy-dom": "^20.3.
|
|
262
|
+
"happy-dom": "^20.3.4",
|
|
263
263
|
"husky": "^9.1.7",
|
|
264
264
|
"ky": "^1.14.2",
|
|
265
265
|
"make-fetch-happen": "^15.0.3",
|
|
@@ -274,10 +274,10 @@
|
|
|
274
274
|
"superagent": "^10.3.0",
|
|
275
275
|
"tsx": "^4.21.0",
|
|
276
276
|
"typescript": "^5.9.3",
|
|
277
|
-
"vitest": "^4.0.
|
|
277
|
+
"vitest": "^4.0.18",
|
|
278
278
|
"wretch": "^3.0.6",
|
|
279
279
|
"ws": "^8.19.0",
|
|
280
|
-
"zod": "^4.3.
|
|
280
|
+
"zod": "^4.3.6"
|
|
281
281
|
},
|
|
282
282
|
"scripts": {
|
|
283
283
|
"build": "pnpm build:node && pnpm build:browser",
|