@forge/tunnel 6.3.9-next.1 → 6.3.9-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 +64 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,69 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 6.3.9-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/bundler@6.1.18-next.10
8
+ - @forge/cli-shared@8.15.1-next.8
9
+
10
+ ## 6.3.9-next.9
11
+
12
+ ### Patch Changes
13
+
14
+ - @forge/bundler@6.1.18-next.9
15
+
16
+ ## 6.3.9-next.8
17
+
18
+ ### Patch Changes
19
+
20
+ - @forge/bundler@6.1.18-next.8
21
+ - @forge/cli-shared@8.15.1-next.7
22
+
23
+ ## 6.3.9-next.7
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [2b94ed8]
28
+ - @forge/cli-shared@8.15.1-next.6
29
+ - @forge/bundler@6.1.18-next.7
30
+
31
+ ## 6.3.9-next.6
32
+
33
+ ### Patch Changes
34
+
35
+ - @forge/bundler@6.1.18-next.6
36
+ - @forge/cli-shared@8.15.1-next.5
37
+
38
+ ## 6.3.9-next.5
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies [c1526eb]
43
+ - @forge/cli-shared@8.15.1-next.4
44
+ - @forge/bundler@6.1.18-next.5
45
+
46
+ ## 6.3.9-next.4
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [475f9a7]
51
+ - @forge/bundler@6.1.18-next.4
52
+
53
+ ## 6.3.9-next.3
54
+
55
+ ### Patch Changes
56
+
57
+ - @forge/bundler@6.1.18-next.3
58
+ - @forge/cli-shared@8.15.1-next.3
59
+
60
+ ## 6.3.9-next.2
61
+
62
+ ### Patch Changes
63
+
64
+ - @forge/bundler@6.1.18-next.2
65
+ - @forge/cli-shared@8.15.1-next.2
66
+
3
67
  ## 6.3.9-next.1
4
68
 
5
69
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "6.3.9-next.1",
3
+ "version": "6.3.9-next.10",
4
4
  "description": "Tunnel functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -11,8 +11,8 @@
11
11
  "compile": "tsc -b -v"
12
12
  },
13
13
  "dependencies": {
14
- "@forge/bundler": "6.1.18-next.1",
15
- "@forge/cli-shared": "8.15.1-next.1",
14
+ "@forge/bundler": "6.1.18-next.10",
15
+ "@forge/cli-shared": "8.15.1-next.8",
16
16
  "@forge/csp": "5.6.1",
17
17
  "@forge/runtime": "6.1.2",
18
18
  "@forge/util": "^2.0.1",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@atlassian/xen-test-util": "^4.2.0",
36
- "@forge/manifest": "12.1.0-next.0",
36
+ "@forge/manifest": "12.1.0-next.5",
37
37
  "@types/express": "^4.17.21",
38
38
  "@types/jest": "^29.5.14",
39
39
  "@types/node": "20.19.1",