@forge/tunnel 5.3.0-next.6 → 5.3.1-next.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.
- 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.3.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [2a08e4c]
|
|
8
|
+
- @forge/runtime@5.9.0-next.0
|
|
9
|
+
- @forge/cli-shared@5.1.1-next.0
|
|
10
|
+
- @forge/bundler@4.17.2-next.0
|
|
11
|
+
|
|
12
|
+
## 5.3.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- 9b6b9b1: Fix Ngrok config setting requirement for Cloudflare flow
|
|
17
|
+
- 4f8329f: Changing cloudflared default protocol to http2
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 0c9271c: When the manifest changes whilst running forge tunnel, warn the user that they need to redeploy for changes to take effect.
|
|
22
|
+
- Updated dependencies [0c9271c]
|
|
23
|
+
- Updated dependencies [fbc037b]
|
|
24
|
+
- Updated dependencies [7bf2dda]
|
|
25
|
+
- @forge/cli-shared@5.1.0
|
|
26
|
+
- @forge/bundler@4.17.1
|
|
27
|
+
|
|
3
28
|
## 5.3.0-next.6
|
|
4
29
|
|
|
5
30
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/tunnel",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.1-next.0",
|
|
4
4
|
"description": "Tunnel functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"compile": "tsc -b -v"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@forge/bundler": "4.17.
|
|
15
|
-
"@forge/cli-shared": "5.1.
|
|
14
|
+
"@forge/bundler": "4.17.2-next.0",
|
|
15
|
+
"@forge/cli-shared": "5.1.1-next.0",
|
|
16
16
|
"@forge/csp": "3.2.1",
|
|
17
|
-
"@forge/runtime": "5.
|
|
17
|
+
"@forge/runtime": "5.9.0-next.0",
|
|
18
18
|
"chokidar": "^3.6.0",
|
|
19
19
|
"cloudflared": "^0.5.2",
|
|
20
20
|
"express": "^4.18.3",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@atlassian/xen-test-util": "^4.2.0",
|
|
32
|
-
"@forge/manifest": "7.
|
|
32
|
+
"@forge/manifest": "7.5.0-next.0",
|
|
33
33
|
"@types/express": "^4.17.21",
|
|
34
34
|
"@types/jest": "^29.5.12",
|
|
35
35
|
"@types/node": "14.18.63",
|