@revfleet/hscli 0.8.2 → 0.8.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.8.3 - 2026-04-23
4
+
5
+ **Clean-install fix + CI stability.** Two P1 issues surfaced in a
6
+ post-0.8.2 external review blocked anyone trying `npm ci` from a
7
+ fresh clone — and two tests were hitting Vitest's 5 s default timeout
8
+ on slower CI runners. Neither affected end users running
9
+ `npm install -g @revfleet/hscli@0.8.2`.
10
+
11
+ ### Fixes
12
+
13
+ - **`package-lock.json`** — out of sync with `package.json` on 0.8.2;
14
+ `npm ci` failed with `Missing: @emnapi/{runtime,core}@1.9.2 from
15
+ lock file`. Lock regenerated from scratch against the current
16
+ dependency tree; `npm ci` now passes clean.
17
+ - **`vitest.config.ts`** — new file. Bumps `testTimeout` and
18
+ `hookTimeout` from the 5 s default to 20 s. The `audit timeline
19
+ scans a directory of trace-*.jsonl` and the `parses global flags`
20
+ tests were flaking at 5 s on slower CI runners where the first
21
+ cold `import("../src/cli.js")` plus a tmpdir directory scan added
22
+ several seconds of latency before the assertion window opened.
23
+ 20 s gives headroom without hiding real bugs — a legitimately 20-s
24
+ test would still be a red flag worth investigating.
25
+
26
+ No runtime behavior change. Tests still 255 / 265 pass; typecheck +
27
+ lint clean.
28
+
3
29
  ## 0.8.2 - 2026-04-23
4
30
 
5
31
  **Brand + polish release.** No runtime behavior changes for end users
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revfleet/hscli",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "Agentic HubSpot CLI + MCP server. 100% public API coverage (1180 endpoints, 55+ command domains) — full portal, no UI dependency. Enterprise safety rails, self-hosted.",
5
5
  "type": "module",
6
6
  "bin": {