@forge/tunnel 6.5.0-next.7-experimental-44b7a12 → 6.5.0-next.8

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 (2) hide show
  1. package/CHANGELOG.md +4 -23
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,31 +1,12 @@
1
1
  # @forge/tunnel
2
2
 
3
- ## 6.5.0-next.7-experimental-44b7a12
4
-
5
- ### Minor Changes
6
-
7
- - 6aeecd7: The tunnel debugger now binds to localhost (127.0.0.1) by default instead of all network interfaces (0.0.0.0). If you need to attach a debugger from another host, use the new `--debugHost` option on `forge tunnel` to specify the IP address to bind to.
3
+ ## 6.5.0-next.8
8
4
 
9
5
  ### Patch Changes
10
6
 
11
- - 55c1371: bump cheerio to ^1.2.0 to pull in a patched undici (>=7.19.0, resolving to a fixed release) and remediate CVE-2026-1525
12
- NodeJS requirement bumped from 20.0.0 to >=20.18.1
13
- - Updated dependencies [c3b96b3]
14
- - Updated dependencies [2a03b88]
15
- - Updated dependencies [561f8f4]
16
- - Updated dependencies [6aeecd7]
17
- - Updated dependencies [ab1dcaa]
18
- - Updated dependencies [bb903a8]
19
- - Updated dependencies [c1acc55]
20
- - Updated dependencies [297d598]
21
- - Updated dependencies [5b67e61]
22
- - Updated dependencies [661b109]
23
- - Updated dependencies [55c1371]
24
- - Updated dependencies [2a1ec30]
25
- - @forge/cli-shared@8.25.0-next.5-experimental-44b7a12
26
- - @forge/bundler@6.2.2-next.7-experimental-44b7a12
27
- - @forge/runtime@6.2.0-next.0-experimental-44b7a12
28
- - @forge/csp@5.9.0-next.2-experimental-44b7a12
7
+ - Updated dependencies [9a6de66]
8
+ - @forge/cli-shared@8.25.0-next.6
9
+ - @forge/bundler@6.2.2-next.8
29
10
 
30
11
  ## 6.5.0-next.7
31
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "6.5.0-next.7-experimental-44b7a12",
3
+ "version": "6.5.0-next.8",
4
4
  "description": "Tunnel functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -11,10 +11,10 @@
11
11
  "compile": "tsc -b -v"
12
12
  },
13
13
  "dependencies": {
14
- "@forge/bundler": "6.2.2-next.7-experimental-44b7a12",
15
- "@forge/cli-shared": "8.25.0-next.5-experimental-44b7a12",
16
- "@forge/csp": "5.9.0-next.2-experimental-44b7a12",
17
- "@forge/runtime": "6.2.0-next.0-experimental-44b7a12",
14
+ "@forge/bundler": "6.2.2-next.8",
15
+ "@forge/cli-shared": "8.25.0-next.6",
16
+ "@forge/csp": "5.9.0-next.2",
17
+ "@forge/runtime": "6.2.0-next.0",
18
18
  "@forge/util": "^2.0.1",
19
19
  "cheerio": "^1.2.0",
20
20
  "chokidar": "^3.6.0",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@atlassian/xen-test-util": "^4.2.0",
35
- "@forge/manifest": "12.10.0-next.1-experimental-44b7a12",
35
+ "@forge/manifest": "12.10.0-next.1",
36
36
  "@types/express": "^4.17.21",
37
37
  "@types/jest": "^29.5.14",
38
38
  "@types/node": "20.19.1",