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