@forge/tunnel 5.9.0-next.4 → 5.9.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 +20 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 5.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c86b880: Make the cloudflared dependency optional to unblock users with network restrictions
8
+
9
+ ### Patch Changes
10
+
11
+ - b2ec2b3: downgrade which package
12
+ - Updated dependencies [7f9c560]
13
+ - Updated dependencies [cda6bc5]
14
+ - @forge/bundler@4.20.6
15
+ - @forge/cli-shared@6.5.3
16
+
17
+ ## 5.9.0-next.5
18
+
19
+ ### Patch Changes
20
+
21
+ - b2ec2b3: downgrade which package
22
+
3
23
  ## 5.9.0-next.4
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "5.9.0-next.4",
3
+ "version": "5.9.0",
4
4
  "description": "Tunnel functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -11,8 +11,8 @@
11
11
  "compile": "tsc -b -v"
12
12
  },
13
13
  "dependencies": {
14
- "@forge/bundler": "4.20.6-next.4",
15
- "@forge/cli-shared": "6.5.3-next.2",
14
+ "@forge/bundler": "4.20.6",
15
+ "@forge/cli-shared": "6.5.3",
16
16
  "@forge/csp": "3.6.0",
17
17
  "@forge/runtime": "5.10.4",
18
18
  "chokidar": "^3.6.0",
@@ -25,11 +25,11 @@
25
25
  "tslib": "^2.6.2",
26
26
  "uuid": "^9.0.1",
27
27
  "webpack-dev-server": "^4.15.1",
28
- "which": "^5.0.0"
28
+ "which": "^3.0.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@atlassian/xen-test-util": "^4.2.0",
32
- "@forge/manifest": "8.5.0-next.2",
32
+ "@forge/manifest": "8.5.0",
33
33
  "@types/express": "^4.17.21",
34
34
  "@types/jest": "^29.5.12",
35
35
  "@types/node": "14.18.63",