@forge/tunnel 5.9.2-next.0 → 5.9.2-next.10

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 CHANGED
@@ -1,5 +1,80 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 5.9.2-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [951f3f0]
8
+ - @forge/cli-shared@6.6.0-next.7
9
+ - @forge/bundler@4.20.8-next.8
10
+
11
+ ## 5.9.2-next.9
12
+
13
+ ### Patch Changes
14
+
15
+ - @forge/bundler@4.20.8-next.7
16
+ - @forge/cli-shared@6.6.0-next.6
17
+ - @forge/runtime@5.10.5-next.1
18
+
19
+ ## 5.9.2-next.8
20
+
21
+ ### Patch Changes
22
+
23
+ - @forge/bundler@4.20.8-next.6
24
+ - @forge/cli-shared@6.6.0-next.5
25
+ - @forge/runtime@5.10.5-next.0
26
+
27
+ ## 5.9.2-next.7
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [0954fcd]
32
+ - @forge/cli-shared@6.6.0-next.4
33
+ - @forge/bundler@4.20.8-next.5
34
+
35
+ ## 5.9.2-next.6
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [e5cca82]
40
+ - @forge/cli-shared@6.6.0-next.3
41
+ - @forge/bundler@4.20.8-next.4
42
+
43
+ ## 5.9.2-next.5
44
+
45
+ ### Patch Changes
46
+
47
+ - 9775d88: Use upstream cloudflared package
48
+
49
+ ## 5.9.2-next.4
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [f8e2503]
54
+ - @forge/cli-shared@6.6.0-next.2
55
+ - @forge/bundler@4.20.8-next.3
56
+
57
+ ## 5.9.2-next.3
58
+
59
+ ### Patch Changes
60
+
61
+ - @forge/bundler@4.20.8-next.2
62
+ - @forge/cli-shared@6.5.5-next.1
63
+
64
+ ## 5.9.2-next.2
65
+
66
+ ### Patch Changes
67
+
68
+ - Updated dependencies [2330d2c]
69
+ - @forge/csp@3.6.1-next.0
70
+
71
+ ## 5.9.2-next.1
72
+
73
+ ### Patch Changes
74
+
75
+ - @forge/bundler@4.20.8-next.1
76
+ - @forge/cli-shared@6.5.5-next.0
77
+
3
78
  ## 5.9.2-next.0
4
79
 
5
80
  ### Patch Changes
@@ -59,7 +59,7 @@ class CloudflareCreateTunnelService {
59
59
  let cloudflaredBinary = null;
60
60
  let usingLocalCloudflareBinary = false;
61
61
  try {
62
- const cloudflaredBin = require('@koterpillar/cloudflared').bin;
62
+ const cloudflaredBin = require('cloudflared').bin;
63
63
  if (fs_1.default.existsSync(cloudflaredBin)) {
64
64
  cloudflaredBinary = cloudflaredBin;
65
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "5.9.2-next.0",
3
+ "version": "5.9.2-next.10",
4
4
  "description": "Tunnel functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -11,11 +11,11 @@
11
11
  "compile": "tsc -b -v"
12
12
  },
13
13
  "dependencies": {
14
- "@forge/bundler": "4.20.8-next.0",
15
- "@forge/cli-shared": "6.5.4",
16
- "@forge/csp": "3.6.0",
17
- "@forge/runtime": "5.10.4",
18
- "@koterpillar/cloudflared": "^0.8.0",
14
+ "@forge/bundler": "4.20.8-next.8",
15
+ "@forge/cli-shared": "6.6.0-next.7",
16
+ "@forge/csp": "3.6.1-next.0",
17
+ "@forge/runtime": "5.10.5-next.1",
18
+ "cloudflared": "^0.7.0",
19
19
  "chokidar": "^3.6.0",
20
20
  "express": "^4.18.3",
21
21
  "express-intercept": "^1.1.0",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@atlassian/xen-test-util": "^4.2.0",
33
- "@forge/manifest": "8.6.0",
33
+ "@forge/manifest": "8.6.1-next.1",
34
34
  "@types/express": "^4.17.21",
35
35
  "@types/jest": "^29.5.12",
36
36
  "@types/node": "14.18.63",