@tapflowio/audiotap-helper 0.1.0 → 0.2.0

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": "@tapflowio/audiotap-helper",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Shared macOS Core Audio process-tap helper for tapflow — iOS simulator audio capture and Android emulator host-mute",
5
5
  "keywords": [
6
6
  "tapflow",
@@ -43,19 +43,19 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "scripts": {
47
- "postinstall": "node -e \"if (process.platform === 'darwin') { try { require('fs').chmodSync('bin/audiotap-helper.app/Contents/MacOS/audiotap-helper', 0o755) } catch {} }\"",
48
- "build": "tsc -b",
49
- "typecheck": "tsc -b",
50
- "test": "vitest run",
51
- "lint": "eslint src"
52
- },
53
46
  "dependencies": {
54
- "@tapflowio/agent-core": "workspace:*"
47
+ "@tapflowio/agent-core": "0.11.0"
55
48
  },
56
49
  "devDependencies": {
57
50
  "@types/node": "^20.19.43",
58
51
  "typescript": "^5.0.0",
59
52
  "vitest": "^4.1.9"
53
+ },
54
+ "scripts": {
55
+ "postinstall": "node -e \"if (process.platform === 'darwin') { try { require('fs').chmodSync('bin/audiotap-helper.app/Contents/MacOS/audiotap-helper', 0o755) } catch {} }\"",
56
+ "build": "tsc -b",
57
+ "typecheck": "tsc -b",
58
+ "test": "vitest run",
59
+ "lint": "eslint src"
60
60
  }
61
- }
61
+ }
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0"><dict>
4
- <key>com.apple.security.device.audio-input</key><true/>
5
- </dict></plist>