@forge/tunnel 5.10.1-next.17 → 5.10.1-next.17-experimental-beb5acf
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 +25 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @forge/tunnel
|
|
2
2
|
|
|
3
|
+
## 5.10.1-next.17-experimental-beb5acf
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bd12e28: Fix tunnelling with handlers not in default location
|
|
8
|
+
- de0bf46: Fix tunnel for non index.html custom ui resources
|
|
9
|
+
- 336f74f: Support serving i18n resources while using `forge tunnel`
|
|
10
|
+
- Updated dependencies [a779dc3]
|
|
11
|
+
- Updated dependencies [7243788]
|
|
12
|
+
- Updated dependencies [2cdac63]
|
|
13
|
+
- Updated dependencies [c57e34a]
|
|
14
|
+
- Updated dependencies [9d231e9]
|
|
15
|
+
- Updated dependencies [0aad197]
|
|
16
|
+
- Updated dependencies [999a9d0]
|
|
17
|
+
- Updated dependencies [4b083be]
|
|
18
|
+
- Updated dependencies [d156658]
|
|
19
|
+
- Updated dependencies [7a83fd9]
|
|
20
|
+
- Updated dependencies [b503084]
|
|
21
|
+
- Updated dependencies [336f74f]
|
|
22
|
+
- Updated dependencies [210360b]
|
|
23
|
+
- Updated dependencies [a7db2e6]
|
|
24
|
+
- @forge/csp@3.7.0-next.0-experimental-beb5acf
|
|
25
|
+
- @forge/cli-shared@6.8.0-next.15-experimental-beb5acf
|
|
26
|
+
- @forge/bundler@4.22.0-next.16-experimental-beb5acf
|
|
27
|
+
|
|
3
28
|
## 5.10.1-next.17
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/tunnel",
|
|
3
|
-
"version": "5.10.1-next.17",
|
|
3
|
+
"version": "5.10.1-next.17-experimental-beb5acf",
|
|
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.16",
|
|
15
|
-
"@forge/cli-shared": "6.8.0-next.15",
|
|
16
|
-
"@forge/csp": "3.7.0-next.0",
|
|
14
|
+
"@forge/bundler": "4.22.0-next.16-experimental-beb5acf",
|
|
15
|
+
"@forge/cli-shared": "6.8.0-next.15-experimental-beb5acf",
|
|
16
|
+
"@forge/csp": "3.7.0-next.0-experimental-beb5acf",
|
|
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.8",
|
|
33
|
+
"@forge/manifest": "8.9.0-next.8-experimental-beb5acf",
|
|
34
34
|
"@types/express": "^4.17.21",
|
|
35
35
|
"@types/jest": "^29.5.12",
|
|
36
36
|
"@types/node": "14.18.63",
|