recker 1.0.15-next.4b46fa1 → 1.0.15-next.64a2dc9
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "recker",
|
|
3
|
-
"version": "1.0.15-next.
|
|
3
|
+
"version": "1.0.15-next.64a2dc9",
|
|
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",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"test:coverage": "vitest run --coverage",
|
|
174
174
|
"bench": "tsx benchmark/index.ts",
|
|
175
175
|
"bench:all": "tsx benchmark/run-all.ts",
|
|
176
|
-
"docs": "
|
|
176
|
+
"docs": "npx docsify-cli serve docs -p 3000 -o",
|
|
177
177
|
"lint": "echo \"No linting configured for this project.\" && exit 0",
|
|
178
178
|
"cli": "tsx src/cli/index.ts",
|
|
179
179
|
"mcp:start": "tsx src/mcp/cli.ts",
|