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