@rushstack/playwright-browser-tunnel 0.3.19 → 0.3.21

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,30 @@
1
1
  {
2
2
  "name": "@rushstack/playwright-browser-tunnel",
3
3
  "entries": [
4
+ {
5
+ "version": "0.3.21",
6
+ "tag": "@rushstack/playwright-browser-tunnel_v0.3.21",
7
+ "date": "Mon, 08 Jun 2026 15:15:50 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.18`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.3.20",
18
+ "tag": "@rushstack/playwright-browser-tunnel_v0.3.20",
19
+ "date": "Sat, 25 Apr 2026 00:15:59 GMT",
20
+ "comments": {
21
+ "patch": [
22
+ {
23
+ "comment": "Bump the `ws` dependency to `~8.20.0`."
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "0.3.19",
6
30
  "tag": "@rushstack/playwright-browser-tunnel_v0.3.19",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
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 Mon, 08 Jun 2026 15:15:50 GMT and should not be manually modified.
4
+
5
+ ## 0.3.21
6
+ Mon, 08 Jun 2026 15:15:50 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.3.20
11
+ Sat, 25 Apr 2026 00:15:59 GMT
12
+
13
+ ### Patches
14
+
15
+ - Bump the `ws` dependency to `~8.20.0`.
4
16
 
5
17
  ## 0.3.19
6
18
  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.21",
4
4
  "description": "Run a remote Playwright Browser Tunnel. Useful in remote development environments.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -40,7 +40,7 @@
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
46
  "@rushstack/terminal": "0.24.0",
@@ -53,7 +53,7 @@
53
53
  "playwright-core": "~1.56.1",
54
54
  "@playwright/test": "~1.56.1",
55
55
  "@types/node": "20.17.19",
56
- "@rushstack/heft": "1.2.17",
56
+ "@rushstack/heft": "1.2.18",
57
57
  "local-node-rig": "1.0.0"
58
58
  },
59
59
  "peerDependencies": {