@rushstack/playwright-browser-tunnel 0.2.0 → 0.2.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.
@@ -4,5 +4,5 @@
4
4
  {"kind":"O","text":"[build:lint] Using ESLint version 9.37.0\n"}
5
5
  {"kind":"O","text":"[build:api-extractor] Using API Extractor version 7.56.0\n"}
6
6
  {"kind":"O","text":"[build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2\n"}
7
- {"kind":"O","text":" ---- build finished (21.387s) ---- \n"}
8
- {"kind":"O","text":"\u001b[1m\u001b[32m-------------------- Finished (21.404s) --------------------\u001b[39m\u001b[22m\n"}
7
+ {"kind":"O","text":" ---- build finished (21.981s) ---- \n"}
8
+ {"kind":"O","text":"\u001b[1m\u001b[32m-------------------- Finished (21.989s) --------------------\u001b[39m\u001b[22m\n"}
@@ -4,5 +4,5 @@ Invoking: heft run --only build -- --clean --production
4
4
  [build:lint] Using ESLint version 9.37.0
5
5
  [build:api-extractor] Using API Extractor version 7.56.0
6
6
  [build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2
7
- ---- build finished (21.387s) ----
8
- -------------------- Finished (21.404s) --------------------
7
+ ---- build finished (21.981s) ----
8
+ -------------------- Finished (21.989s) --------------------
@@ -4,5 +4,5 @@
4
4
  {"kind":"O","text":"[build:lint] Using ESLint version 9.37.0\n"}
5
5
  {"kind":"O","text":"[build:api-extractor] Using API Extractor version 7.56.0\n"}
6
6
  {"kind":"O","text":"[build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2\n"}
7
- {"kind":"O","text":" ---- build finished (21.387s) ---- \n"}
8
- {"kind":"O","text":"\u001b[1m\u001b[32m-------------------- Finished (21.404s) --------------------\u001b[39m\u001b[22m\n"}
7
+ {"kind":"O","text":" ---- build finished (21.981s) ---- \n"}
8
+ {"kind":"O","text":"\u001b[1m\u001b[32m-------------------- Finished (21.989s) --------------------\u001b[39m\u001b[22m\n"}
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 22430.210673999973
2
+ "nonCachedDurationMs": 23084.790194
3
3
  }
@@ -1,5 +1,5 @@
1
- Start time: Fri Jan 30 2026 22:34:14 GMT+0000 (Coordinated Universal Time)
2
- Invoking "/usr/bin/tar -c -f /mnt/vss/_work/1/s/common/temp/build-cache/rushstack+playwright-browser-tunnel-_phase_build-1937f4c0911bcb65c94b2b4decfde58532afb468-9adfe8769ca1104b.temp -z --files-from=-"
1
+ Start time: Wed Feb 04 2026 16:09:09 GMT+0000 (Coordinated Universal Time)
2
+ Invoking "/usr/bin/tar -c -f /mnt/vss/_work/1/s/common/temp/build-cache/rushstack+playwright-browser-tunnel-_phase_build-dfbca9926e3d1813fecbd371ea641326bf46c00a-b65e4a740306f75c.temp -z --files-from=-"
3
3
 
4
4
  ======= BEGIN PROCESS INPUT ======
5
5
  .rush/temp/operation/_phase_build/all.log
package/CHANGELOG.json CHANGED
@@ -1,6 +1,21 @@
1
1
  {
2
2
  "name": "@rushstack/playwright-browser-tunnel",
3
3
  "entries": [
4
+ {
5
+ "version": "0.2.1",
6
+ "tag": "@rushstack/playwright-browser-tunnel_v0.2.1",
7
+ "date": "Wed, 04 Feb 2026 16:13:27 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.2.0`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.12`"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "version": "0.2.0",
6
21
  "tag": "@rushstack/playwright-browser-tunnel_v0.2.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @rushstack/playwright-browser-tunnel
2
2
 
3
- This log was last generated on Fri, 30 Jan 2026 22:38:36 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 04 Feb 2026 16:13:27 GMT and should not be manually modified.
4
+
5
+ ## 0.2.1
6
+ Wed, 04 Feb 2026 16:13:27 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 0.2.0
6
11
  Fri, 30 Jan 2026 22:38:36 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/playwright-browser-tunnel",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Run a remote Playwright Browser Tunnel. Useful in remote development environments.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -20,7 +20,7 @@
20
20
  "ws": "~8.14.1",
21
21
  "playwright": "1.56.1",
22
22
  "@rushstack/node-core-library": "5.19.1",
23
- "@rushstack/ts-command-line": "5.1.7",
23
+ "@rushstack/ts-command-line": "5.2.0",
24
24
  "@rushstack/terminal": "0.21.0"
25
25
  },
26
26
  "devDependencies": {
@@ -30,8 +30,8 @@
30
30
  "playwright-core": "~1.56.1",
31
31
  "@playwright/test": "~1.56.1",
32
32
  "@types/node": "20.17.19",
33
- "local-node-rig": "1.0.0",
34
- "@rushstack/heft": "1.1.11"
33
+ "@rushstack/heft": "1.1.12",
34
+ "local-node-rig": "1.0.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "playwright-core": "~1.56.1"
@@ -1,3 +1,3 @@
1
1
  Caching build output folders: dist, lib, temp, .rush/temp/operation/_phase_build
2
2
  Successfully set cache entry.
3
- Cache key: rushstack+playwright-browser-tunnel-_phase_build-1937f4c0911bcb65c94b2b4decfde58532afb468
3
+ Cache key: rushstack+playwright-browser-tunnel-_phase_build-dfbca9926e3d1813fecbd371ea641326bf46c00a
@@ -4,5 +4,5 @@ Invoking: heft run --only build -- --clean --production
4
4
  [build:lint] Using ESLint version 9.37.0
5
5
  [build:api-extractor] Using API Extractor version 7.56.0
6
6
  [build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2
7
- ---- build finished (21.387s) ----
8
- -------------------- Finished (21.404s) --------------------
7
+ ---- build finished (21.981s) ----
8
+ -------------------- Finished (21.989s) --------------------