@rushstack/playwright-browser-tunnel 0.1.0 → 0.1.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.55.5\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 (22.696s) ---- \n"}
8
- {"kind":"O","text":"\u001b[1m\u001b[32m-------------------- Finished (22.704s) --------------------\u001b[39m\u001b[22m\n"}
7
+ {"kind":"O","text":" ---- build finished (23.863s) ---- \n"}
8
+ {"kind":"O","text":"\u001b[1m\u001b[32m-------------------- Finished (23.868s) --------------------\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.55.5
6
6
  [build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2
7
- ---- build finished (22.696s) ----
8
- -------------------- Finished (22.704s) --------------------
7
+ ---- build finished (23.863s) ----
8
+ -------------------- Finished (23.868s) --------------------
@@ -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.55.5\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 (22.696s) ---- \n"}
8
- {"kind":"O","text":"\u001b[1m\u001b[32m-------------------- Finished (22.704s) --------------------\u001b[39m\u001b[22m\n"}
7
+ {"kind":"O","text":" ---- build finished (23.863s) ---- \n"}
8
+ {"kind":"O","text":"\u001b[1m\u001b[32m-------------------- Finished (23.868s) --------------------\u001b[39m\u001b[22m\n"}
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 23874.630682000017
2
+ "nonCachedDurationMs": 25197.64068500002
3
3
  }
@@ -1,5 +1,5 @@
1
- Start time: Sat Jan 24 2026 01:09:00 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-83a085f61cdc0a4bb81c20aa939830fc5b5cff2f-a7eb0343c78a82a6.temp -z --files-from=-"
1
+ Start time: Fri Jan 30 2026 01:11:50 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-30b62d7139c5aa1c6fb170862c3beb21213201bc-3e12f16c09433cbf.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,18 @@
1
1
  {
2
2
  "name": "@rushstack/playwright-browser-tunnel",
3
3
  "entries": [
4
+ {
5
+ "version": "0.1.1",
6
+ "tag": "@rushstack/playwright-browser-tunnel_v0.1.1",
7
+ "date": "Fri, 30 Jan 2026 01:16:13 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.11`"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "0.1.0",
6
18
  "tag": "@rushstack/playwright-browser-tunnel_v0.1.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 Sat, 24 Jan 2026 01:13:02 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 30 Jan 2026 01:16:13 GMT and should not be manually modified.
4
+
5
+ ## 0.1.1
6
+ Fri, 30 Jan 2026 01:16:13 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 0.1.0
6
11
  Sat, 24 Jan 2026 01:13:02 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/playwright-browser-tunnel",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Run a remote Playwright Browser Tunnel. Useful in remote development environments.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -20,8 +20,8 @@
20
20
  "ws": "~8.14.1",
21
21
  "playwright": "1.56.1",
22
22
  "@rushstack/node-core-library": "5.19.1",
23
- "@rushstack/terminal": "0.21.0",
24
- "@rushstack/ts-command-line": "5.1.7"
23
+ "@rushstack/ts-command-line": "5.1.7",
24
+ "@rushstack/terminal": "0.21.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "eslint": "~9.37.0",
@@ -30,7 +30,7 @@
30
30
  "playwright-core": "~1.56.1",
31
31
  "@playwright/test": "~1.56.1",
32
32
  "@types/node": "20.17.19",
33
- "@rushstack/heft": "1.1.10",
33
+ "@rushstack/heft": "1.1.11",
34
34
  "local-node-rig": "1.0.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -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-83a085f61cdc0a4bb81c20aa939830fc5b5cff2f
3
+ Cache key: rushstack+playwright-browser-tunnel-_phase_build-30b62d7139c5aa1c6fb170862c3beb21213201bc
@@ -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.55.5
6
6
  [build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2
7
- ---- build finished (22.696s) ----
8
- -------------------- Finished (22.704s) --------------------
7
+ ---- build finished (23.863s) ----
8
+ -------------------- Finished (23.868s) --------------------