@forge/tunnel 7.0.0-next.13 → 7.0.0

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 +37 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 7.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 78fcb7f: Adds support for TypeScript 5
8
+
9
+ ### Minor Changes
10
+
11
+ - 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.
12
+ - 5881924: update memfs
13
+
14
+ ### Patch Changes
15
+
16
+ - 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
17
+ NodeJS requirement bumped from 20.0.0 to >=20.18.1
18
+ - Updated dependencies [c3b96b3]
19
+ - Updated dependencies [2a03b88]
20
+ - Updated dependencies [561f8f4]
21
+ - Updated dependencies [6aeecd7]
22
+ - Updated dependencies [78fcb7f]
23
+ - Updated dependencies [ab1dcaa]
24
+ - Updated dependencies [4a191fe]
25
+ - Updated dependencies [bb903a8]
26
+ - Updated dependencies [c1acc55]
27
+ - Updated dependencies [39d4f9d]
28
+ - Updated dependencies [297d598]
29
+ - Updated dependencies [5b67e61]
30
+ - Updated dependencies [661b109]
31
+ - Updated dependencies [9a6de66]
32
+ - Updated dependencies [55c1371]
33
+ - Updated dependencies [2a1ec30]
34
+ - @forge/cli-shared@9.0.0
35
+ - @forge/bundler@7.0.0
36
+ - @forge/runtime@7.0.0
37
+ - @forge/csp@6.0.0
38
+ - @forge/util@3.0.0
39
+
3
40
  ## 7.0.0-next.13
4
41
 
5
42
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "7.0.0-next.13",
3
+ "version": "7.0.0",
4
4
  "description": "Tunnel functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -11,11 +11,11 @@
11
11
  "compile": "tsc -b -v"
12
12
  },
13
13
  "dependencies": {
14
- "@forge/bundler": "7.0.0-next.12",
15
- "@forge/cli-shared": "9.0.0-next.9",
16
- "@forge/csp": "6.0.0-next.3",
17
- "@forge/runtime": "7.0.0-next.1",
18
- "@forge/util": "^3.0.0-next.0",
14
+ "@forge/bundler": "7.0.0",
15
+ "@forge/cli-shared": "9.0.0",
16
+ "@forge/csp": "6.0.0",
17
+ "@forge/runtime": "7.0.0",
18
+ "@forge/util": "^3.0.0",
19
19
  "cheerio": "^1.2.0",
20
20
  "chokidar": "^3.6.0",
21
21
  "cloudflared": "^0.7.0",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@atlassian/xen-test-util": "^4.2.0",
36
- "@forge/manifest": "13.0.0-next.3",
36
+ "@forge/manifest": "13.0.0",
37
37
  "@types/express": "^4.17.21",
38
38
  "@types/jest": "^29.5.14",
39
39
  "@types/node": "20.19.1",