+6
-7
| { | ||
| "name": "@kynth/api", | ||
| "version": "0.3.1", | ||
| "version": "0.5.0", | ||
| "description": "Official TypeScript SDK for Kynth Core — the AI back-end for your product. Parse documents, extract fields, redact PII, analyze contracts, fight chargebacks, enrich companies.", | ||
@@ -47,7 +47,2 @@ "keywords": [ | ||
| }, | ||
| "scripts": { | ||
| "build": "tsc -p tsconfig.build.json", | ||
| "typecheck": "tsc --noEmit", | ||
| "prepublishOnly": "npm run build" | ||
| }, | ||
| "publishConfig": { | ||
@@ -58,3 +53,7 @@ "access": "public" | ||
| "typescript": "^5" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsc -p tsconfig.build.json", | ||
| "typecheck": "tsc --noEmit" | ||
| } | ||
| } | ||
| } |
93154
-0.04%