recappi 0.1.6 → 0.1.8

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,18 +1,26 @@
1
1
  {
2
2
  "name": "recappi",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "recappi": "./dist/index.js"
7
7
  },
8
8
  "files": [
9
- "dist",
10
- "helpers"
9
+ "dist"
11
10
  ],
12
11
  "type": "module",
13
12
  "publishConfig": {
14
13
  "access": "public"
15
14
  },
15
+ "scripts": {
16
+ "build": "tsup",
17
+ "build:helper": "../../scripts/build-cli-helper.sh",
18
+ "test": "vp test",
19
+ "typecheck": "tsc --noEmit",
20
+ "check": "pnpm run typecheck && pnpm run test && pnpm run build",
21
+ "lint:package": "publint run --strict && attw --pack . --no-emoji",
22
+ "pack:check": "pnpm run build && node scripts/check-pack.mjs && pnpm run lint:package"
23
+ },
16
24
  "dependencies": {
17
25
  "better-sqlite3": "12.10.1",
18
26
  "chalk": "^5.6.2",
@@ -21,6 +29,9 @@
21
29
  "music-metadata": "^11.10.3",
22
30
  "react": "^19.2.7"
23
31
  },
32
+ "optionalDependencies": {
33
+ "recappi-helper-darwin-arm64": "0.1.8"
34
+ },
24
35
  "devDependencies": {
25
36
  "@arethetypeswrong/cli": "^0.18.4",
26
37
  "@types/node": "^24.10.1",
@@ -29,18 +40,10 @@
29
40
  "publint": "^0.3.21",
30
41
  "tsup": "^8.5.1",
31
42
  "typescript": "^5.9.3",
32
- "vite": "npm:@voidzero-dev/vite-plus-core@^0.1.24",
33
- "vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.24"
43
+ "vite": "catalog:",
44
+ "vitest": "catalog:"
34
45
  },
35
46
  "engines": {
36
47
  "node": ">=20"
37
- },
38
- "scripts": {
39
- "build": "tsup",
40
- "test": "vp test",
41
- "typecheck": "tsc --noEmit",
42
- "check": "pnpm run typecheck && pnpm run test && pnpm run build",
43
- "lint:package": "publint run --strict && attw --pack . --no-emoji",
44
- "pack:check": "pnpm run build && node scripts/check-pack.mjs && pnpm run lint:package"
45
48
  }
46
- }
49
+ }
package/helpers/README.md DELETED
@@ -1,12 +0,0 @@
1
- This directory is reserved for native recording helpers bundled in the npm
2
- package.
3
-
4
- The CLI selects helpers by `process.platform` and `process.arch`:
5
-
6
- - `darwin-arm64/RecappiMiniSidecar`
7
- - `darwin-x64/RecappiMiniSidecar`
8
- - `win32-x64/RecappiMiniSidecar.exe`
9
- - `win32-arm64/RecappiMiniSidecar.exe`
10
-
11
- Development builds can override helper resolution with `--sidecar-command` or
12
- `RECAPPI_MINI_SIDECAR`.
@@ -1 +0,0 @@
1
-
@@ -1 +0,0 @@
1
-
@@ -1 +0,0 @@
1
-
@@ -1 +0,0 @@
1
-