@forge/tunnel 5.10.1-next.26 → 5.10.1-next.26-experimental-99739ec
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.md +35 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @forge/tunnel
|
|
2
2
|
|
|
3
|
+
## 5.10.1-next.26-experimental-99739ec
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f9c2880: Add support for --no-verify during tunnel
|
|
8
|
+
- bd12e28: Fix tunnelling with handlers not in default location
|
|
9
|
+
- 0dfb15d: Revert CustomUITunnellingResourceHandler change
|
|
10
|
+
- 8c34ca3: Changed manifest to allow egress objects to be a list of string, egress objects containing at least the 'address' field, or a remote reference
|
|
11
|
+
- 336f74f: Support serving i18n resources while using `forge tunnel`
|
|
12
|
+
- Updated dependencies [f9c2880]
|
|
13
|
+
- Updated dependencies [3a510c5]
|
|
14
|
+
- Updated dependencies [a779dc3]
|
|
15
|
+
- Updated dependencies [7243788]
|
|
16
|
+
- Updated dependencies [2204d8d]
|
|
17
|
+
- Updated dependencies [2cdac63]
|
|
18
|
+
- Updated dependencies [c57e34a]
|
|
19
|
+
- Updated dependencies [9d231e9]
|
|
20
|
+
- Updated dependencies [0aad197]
|
|
21
|
+
- Updated dependencies [61f499c]
|
|
22
|
+
- Updated dependencies [1a9af0b]
|
|
23
|
+
- Updated dependencies [999a9d0]
|
|
24
|
+
- Updated dependencies [7d8339b]
|
|
25
|
+
- Updated dependencies [8410c2d]
|
|
26
|
+
- Updated dependencies [4b083be]
|
|
27
|
+
- Updated dependencies [d156658]
|
|
28
|
+
- Updated dependencies [7a83fd9]
|
|
29
|
+
- Updated dependencies [b503084]
|
|
30
|
+
- Updated dependencies [8c34ca3]
|
|
31
|
+
- Updated dependencies [336f74f]
|
|
32
|
+
- Updated dependencies [210360b]
|
|
33
|
+
- Updated dependencies [a7db2e6]
|
|
34
|
+
- @forge/cli-shared@6.8.0-next.24-experimental-99739ec
|
|
35
|
+
- @forge/csp@3.7.0-next.1-experimental-99739ec
|
|
36
|
+
- @forge/bundler@4.22.0-next.25-experimental-99739ec
|
|
37
|
+
|
|
3
38
|
## 5.10.1-next.26
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/tunnel",
|
|
3
|
-
"version": "5.10.1-next.26",
|
|
3
|
+
"version": "5.10.1-next.26-experimental-99739ec",
|
|
4
4
|
"description": "Tunnel functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"compile": "tsc -b -v"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@forge/bundler": "4.22.0-next.25",
|
|
15
|
-
"@forge/cli-shared": "6.8.0-next.24",
|
|
16
|
-
"@forge/csp": "3.7.0-next.1",
|
|
14
|
+
"@forge/bundler": "4.22.0-next.25-experimental-99739ec",
|
|
15
|
+
"@forge/cli-shared": "6.8.0-next.24-experimental-99739ec",
|
|
16
|
+
"@forge/csp": "3.7.0-next.1-experimental-99739ec",
|
|
17
17
|
"@forge/runtime": "5.10.7",
|
|
18
18
|
"cloudflared": "^0.7.0",
|
|
19
19
|
"chokidar": "^3.6.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@atlassian/xen-test-util": "^4.2.0",
|
|
33
|
-
"@forge/manifest": "8.9.0-next.12",
|
|
33
|
+
"@forge/manifest": "8.9.0-next.12-experimental-99739ec",
|
|
34
34
|
"@types/express": "^4.17.21",
|
|
35
35
|
"@types/jest": "^29.5.12",
|
|
36
36
|
"@types/node": "14.18.63",
|