@tapflowio/android-agent 0.11.0 → 0.11.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapflowio/android-agent",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Android emulator agent for tapflow — ADB control and scrcpy H.264 streaming",
5
5
  "keywords": [
6
6
  "tapflow",
@@ -49,15 +49,15 @@
49
49
  "@grpc/grpc-js": "^1.14.4",
50
50
  "@grpc/proto-loader": "^0.8.1",
51
51
  "ws": "^8.21.0",
52
- "@tapflowio/agent-core": "0.11.0",
53
- "@tapflowio/audiotap-helper": "0.2.0"
52
+ "@tapflowio/agent-core": "0.11.1",
53
+ "@tapflowio/audiotap-helper": "0.2.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^20.19.43",
57
57
  "@types/ws": "^8.0.0",
58
58
  "typescript": "^5.0.0",
59
59
  "vitest": "^4.1.9",
60
- "@tapflowio/relay": "0.11.0"
60
+ "@tapflowio/relay": "0.11.1"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "tsc -b",