recker 1.0.15-next.3794a15 → 1.0.15-next.7944604

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "recker",
3
- "version": "1.0.15-next.3794a15",
3
+ "version": "1.0.15-next.7944604",
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",
@@ -166,7 +166,7 @@
166
166
  "zod": "^3.24.0"
167
167
  },
168
168
  "scripts": {
169
- "build": "tsc && mkdir -p dist/mcp/data && cp src/mcp/data/embeddings.json dist/mcp/data/",
169
+ "build": "tsc",
170
170
  "build:embeddings": "tsx scripts/build-embeddings.ts",
171
171
  "test": "vitest run",
172
172
  "test:coverage": "vitest run --coverage",