@rushstack/playwright-browser-tunnel 0.3.19 → 0.3.20

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/CHANGELOG.json CHANGED
@@ -1,6 +1,18 @@
1
1
  {
2
2
  "name": "@rushstack/playwright-browser-tunnel",
3
3
  "entries": [
4
+ {
5
+ "version": "0.3.20",
6
+ "tag": "@rushstack/playwright-browser-tunnel_v0.3.20",
7
+ "date": "Sat, 25 Apr 2026 00:15:59 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Bump the `ws` dependency to `~8.20.0`."
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "0.3.19",
6
18
  "tag": "@rushstack/playwright-browser-tunnel_v0.3.19",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @rushstack/playwright-browser-tunnel
2
2
 
3
- This log was last generated on Mon, 20 Apr 2026 23:31:13 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 25 Apr 2026 00:15:59 GMT and should not be manually modified.
4
+
5
+ ## 0.3.20
6
+ Sat, 25 Apr 2026 00:15:59 GMT
7
+
8
+ ### Patches
9
+
10
+ - Bump the `ws` dependency to `~8.20.0`.
4
11
 
5
12
  ## 0.3.19
6
13
  Mon, 20 Apr 2026 23:31:13 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.58.6"
8
+ "packageVersion": "7.58.7"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/playwright-browser-tunnel",
3
- "version": "0.3.19",
3
+ "version": "0.3.20",
4
4
  "description": "Run a remote Playwright Browser Tunnel. Useful in remote development environments.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -40,11 +40,11 @@
40
40
  "homepage": "https://rushstack.io",
41
41
  "dependencies": {
42
42
  "string-argv": "~0.3.1",
43
- "ws": "~8.14.1",
43
+ "ws": "~8.20.0",
44
44
  "playwright": "1.56.1",
45
45
  "@rushstack/node-core-library": "5.23.1",
46
- "@rushstack/terminal": "0.24.0",
47
- "@rushstack/ts-command-line": "5.3.9"
46
+ "@rushstack/ts-command-line": "5.3.9",
47
+ "@rushstack/terminal": "0.24.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "eslint": "~9.37.0",