@fern-api/replay 0.18.0 → 0.19.1

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": "@fern-api/replay",
3
- "version": "0.18.0",
3
+ "version": "0.19.1",
4
4
  "description": "Automatically preserves SDK customizations across Fern regenerations",
5
5
  "type": "module",
6
6
  "exports": {
@@ -29,6 +29,8 @@
29
29
  "dev": "npx tsx src/cli.ts",
30
30
  "test": "vitest run",
31
31
  "test:watch": "vitest",
32
+ "test:fast": "vitest run __tests__/unit __tests__/goldens",
33
+ "test:pr": "FERN_SKIP_SLOW=1 vitest run",
32
34
  "test:coverage": "vitest run --coverage",
33
35
  "ci:coverage-gate": "vitest run --coverage --passWithNoTests || true && node scripts/validate-coverage.mjs",
34
36
  "typecheck": "tsc --noEmit"