@forge/tunnel 5.5.3-next.1 → 5.5.3-next.11

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.11
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/bundler@4.19.3-next.11
8
+ - @forge/cli-shared@5.6.0-next.10
9
+
10
+ ## 5.5.3-next.10
11
+
12
+ ### Patch Changes
13
+
14
+ - @forge/bundler@4.19.3-next.10
15
+ - @forge/cli-shared@5.6.0-next.9
16
+
17
+ ## 5.5.3-next.9
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [89b9453]
22
+ - @forge/cli-shared@5.6.0-next.8
23
+ - @forge/bundler@4.19.3-next.9
24
+
25
+ ## 5.5.3-next.8
26
+
27
+ ### Patch Changes
28
+
29
+ - @forge/bundler@4.19.3-next.8
30
+ - @forge/cli-shared@5.6.0-next.7
31
+
32
+ ## 5.5.3-next.7
33
+
34
+ ### Patch Changes
35
+
36
+ - @forge/bundler@4.19.3-next.7
37
+ - @forge/cli-shared@5.6.0-next.6
38
+
39
+ ## 5.5.3-next.6
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [238e7ab]
44
+ - @forge/cli-shared@5.6.0-next.5
45
+ - @forge/bundler@4.19.3-next.6
46
+
47
+ ## 5.5.3-next.5
48
+
49
+ ### Patch Changes
50
+
51
+ - @forge/bundler@4.19.3-next.5
52
+ - @forge/cli-shared@5.5.3-next.4
53
+
54
+ ## 5.5.3-next.4
55
+
56
+ ### Patch Changes
57
+
58
+ - @forge/bundler@4.19.3-next.4
59
+ - @forge/cli-shared@5.5.3-next.3
60
+
61
+ ## 5.5.3-next.3
62
+
63
+ ### Patch Changes
64
+
65
+ - @forge/bundler@4.19.3-next.3
66
+
67
+ ## 5.5.3-next.2
68
+
69
+ ### Patch Changes
70
+
71
+ - @forge/bundler@4.19.3-next.2
72
+ - @forge/cli-shared@5.5.3-next.2
73
+
3
74
  ## 5.5.3-next.1
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.1",
3
+ "version": "5.5.3-next.11",
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.1",
15
- "@forge/cli-shared": "5.5.3-next.1",
14
+ "@forge/bundler": "4.19.3-next.11",
15
+ "@forge/cli-shared": "5.6.0-next.10",
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.1-next.0",
32
+ "@forge/manifest": "7.9.0-next.8",
33
33
  "@types/express": "^4.17.21",
34
34
  "@types/jest": "^29.5.12",
35
35
  "@types/node": "14.18.63",