@forge/tunnel 3.0.0-next.6 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 3.0.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/bundler@4.3.1-next.0
8
+
9
+ ## 3.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - 93caf64: Split tunnel package
14
+ - e923fd6: Update Forge runtime to Node 16
15
+
16
+ ### Patch Changes
17
+
18
+ - 3cc4644: Fix local Docker tunnel
19
+ - 9c1c6bf: Bump @forge/tunnel to avoid version clash with renamed @forge/sandbox-tunnel
20
+ - Updated dependencies [7e36e75]
21
+ - Updated dependencies [37f48c5]
22
+ - Updated dependencies [8ac7fd3]
23
+ - Updated dependencies [1abacfd]
24
+ - Updated dependencies [38e4ae4]
25
+ - @forge/runtime@4.0.0
26
+ - @forge/bundler@4.3.0
27
+ - @forge/cli-shared@3.5.1
28
+
3
29
  ## 3.0.0-next.6
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "3.0.0-next.6",
3
+ "version": "3.0.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.3.0-next.11",
15
- "@forge/cli-shared": "3.5.1-next.7",
14
+ "@forge/bundler": "4.3.1-next.0",
15
+ "@forge/cli-shared": "3.5.1",
16
16
  "@forge/csp": "^2.1.0",
17
- "@forge/runtime": "4.0.0-next.0",
17
+ "@forge/runtime": "4.0.0",
18
18
  "express": "^4.17.1",
19
19
  "express-intercept": "^0.8.10",
20
20
  "http-proxy-middleware": "^1.0.6",
@@ -26,7 +26,7 @@
26
26
  "webpack-dev-server": "^4.11.1"
27
27
  },
28
28
  "devDependencies": {
29
- "@forge/manifest": "4.6.0-next.5",
29
+ "@forge/manifest": "4.6.0",
30
30
  "@types/express": "^4.17.2",
31
31
  "@types/jest": "^29.1.2",
32
32
  "@types/node": "^12.12.63",