vibespot 1.6.4 → 1.7.7

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,7 +1,7 @@
1
1
  {
2
2
  "name": "vibespot",
3
- "version": "1.6.4",
4
- "description": "AI-powered HubSpot CMS landing page builder vibe coding & React converter",
3
+ "version": "1.7.7",
4
+ "description": "AI-powered HubSpot CMS landing page builder \u2014 vibe coding & React converter",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "vibespot": "bin/vibespot.mjs"
@@ -17,9 +17,11 @@
17
17
  "scripts": {
18
18
  "dev": "tsx src/index.ts",
19
19
  "build": "tsup",
20
+ "typecheck": "tsc --noEmit",
20
21
  "test": "vitest run",
21
22
  "test:watch": "vitest",
22
23
  "eval": "tsx test/eval/run-eval.ts",
24
+ "eval:calibrate": "tsx test/eval/calibrate-judge.ts",
23
25
  "benchmark": "tsx test/eval/benchmark.ts",
24
26
  "prompts:pull": "tsx scripts/sync-prompts.ts",
25
27
  "prompts:seed": "tsx scripts/sync-prompts.ts --from-local",
@@ -31,7 +33,7 @@
31
33
  "docker:smoke": "scripts/docker-publish.sh --smoke --dry-run"
32
34
  },
33
35
  "dependencies": {
34
- "@anthropic-ai/sdk": "^0.99.0",
36
+ "@anthropic-ai/sdk": "^0.104.1",
35
37
  "@clack/prompts": "^1.3.0",
36
38
  "@codemirror/lang-css": "^6.3.1",
37
39
  "@codemirror/lang-html": "^6.4.11",
@@ -41,7 +43,7 @@
41
43
  "busboy": "^1.6.0",
42
44
  "chalk": "^5.4.1",
43
45
  "codemirror": "^6.0.2",
44
- "commander": "^14.0.3",
46
+ "commander": "^15.0.0",
45
47
  "execa": "^9.6.1",
46
48
  "jszip": "^3.10.1",
47
49
  "mammoth": "^1.11.0",