@forge/tunnel 5.5.3-next.0 → 5.5.3-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +71 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,76 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 5.5.3-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/bundler@4.19.3-next.10
8
+ - @forge/cli-shared@5.6.0-next.9
9
+
10
+ ## 5.5.3-next.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [89b9453]
15
+ - @forge/cli-shared@5.6.0-next.8
16
+ - @forge/bundler@4.19.3-next.9
17
+
18
+ ## 5.5.3-next.8
19
+
20
+ ### Patch Changes
21
+
22
+ - @forge/bundler@4.19.3-next.8
23
+ - @forge/cli-shared@5.6.0-next.7
24
+
25
+ ## 5.5.3-next.7
26
+
27
+ ### Patch Changes
28
+
29
+ - @forge/bundler@4.19.3-next.7
30
+ - @forge/cli-shared@5.6.0-next.6
31
+
32
+ ## 5.5.3-next.6
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies [238e7ab]
37
+ - @forge/cli-shared@5.6.0-next.5
38
+ - @forge/bundler@4.19.3-next.6
39
+
40
+ ## 5.5.3-next.5
41
+
42
+ ### Patch Changes
43
+
44
+ - @forge/bundler@4.19.3-next.5
45
+ - @forge/cli-shared@5.5.3-next.4
46
+
47
+ ## 5.5.3-next.4
48
+
49
+ ### Patch Changes
50
+
51
+ - @forge/bundler@4.19.3-next.4
52
+ - @forge/cli-shared@5.5.3-next.3
53
+
54
+ ## 5.5.3-next.3
55
+
56
+ ### Patch Changes
57
+
58
+ - @forge/bundler@4.19.3-next.3
59
+
60
+ ## 5.5.3-next.2
61
+
62
+ ### Patch Changes
63
+
64
+ - @forge/bundler@4.19.3-next.2
65
+ - @forge/cli-shared@5.5.3-next.2
66
+
67
+ ## 5.5.3-next.1
68
+
69
+ ### Patch Changes
70
+
71
+ - @forge/bundler@4.19.3-next.1
72
+ - @forge/cli-shared@5.5.3-next.1
73
+
3
74
  ## 5.5.3-next.0
4
75
 
5
76
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "5.5.3-next.0",
3
+ "version": "5.5.3-next.10",
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.19.3-next.0",
15
- "@forge/cli-shared": "5.5.3-next.0",
14
+ "@forge/bundler": "4.19.3-next.10",
15
+ "@forge/cli-shared": "5.6.0-next.9",
16
16
  "@forge/csp": "3.3.0",
17
17
  "@forge/runtime": "5.10.1",
18
18
  "chokidar": "^3.6.0",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@atlassian/xen-test-util": "^4.2.0",
32
- "@forge/manifest": "7.8.0",
32
+ "@forge/manifest": "7.9.0-next.7",
33
33
  "@types/express": "^4.17.21",
34
34
  "@types/jest": "^29.5.12",
35
35
  "@types/node": "14.18.63",