@forge/tunnel 7.1.1-next.1 → 7.1.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 +68 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,73 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 7.1.1-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [873db00]
8
+ - @forge/csp@6.3.1-next.0
9
+ - @forge/bundler@7.2.0-next.10
10
+
11
+ ## 7.1.1-next.9
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [9afd5c3]
16
+ - @forge/cli-shared@9.4.0-next.8
17
+ - @forge/bundler@7.2.0-next.9
18
+
19
+ ## 7.1.1-next.8
20
+
21
+ ### Patch Changes
22
+
23
+ - @forge/bundler@7.2.0-next.8
24
+ - @forge/cli-shared@9.4.0-next.7
25
+
26
+ ## 7.1.1-next.7
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [d1767a0]
31
+ - @forge/cli-shared@9.4.0-next.6
32
+ - @forge/bundler@7.2.0-next.7
33
+
34
+ ## 7.1.1-next.6
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [016ed9d]
39
+ - @forge/cli-shared@9.4.0-next.5
40
+ - @forge/bundler@7.2.0-next.6
41
+
42
+ ## 7.1.1-next.5
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [2b13c2e]
47
+ - @forge/cli-shared@9.4.0-next.4
48
+ - @forge/bundler@7.2.0-next.5
49
+
50
+ ## 7.1.1-next.4
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies [ff4f2bf]
55
+ - @forge/cli-shared@9.4.0-next.3
56
+ - @forge/bundler@7.1.1-next.4
57
+
58
+ ## 7.1.1-next.3
59
+
60
+ ### Patch Changes
61
+
62
+ - @forge/bundler@7.1.1-next.3
63
+
64
+ ## 7.1.1-next.2
65
+
66
+ ### Patch Changes
67
+
68
+ - @forge/bundler@7.1.1-next.2
69
+ - @forge/cli-shared@9.3.1-next.2
70
+
3
71
  ## 7.1.1-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": "7.1.1-next.1",
3
+ "version": "7.1.1-next.10",
4
4
  "description": "Tunnel functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -11,9 +11,9 @@
11
11
  "compile": "tsc -b -v"
12
12
  },
13
13
  "dependencies": {
14
- "@forge/bundler": "7.1.1-next.1",
15
- "@forge/cli-shared": "9.3.1-next.1",
16
- "@forge/csp": "6.3.0",
14
+ "@forge/bundler": "7.2.0-next.10",
15
+ "@forge/cli-shared": "9.4.0-next.8",
16
+ "@forge/csp": "6.3.1-next.0",
17
17
  "@forge/runtime": "7.0.0",
18
18
  "@forge/util": "^3.0.0",
19
19
  "cheerio": "^1.2.0",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@atlassian/xen-test-util": "^4.2.0",
36
- "@forge/manifest": "13.3.0",
36
+ "@forge/manifest": "13.3.1-next.1",
37
37
  "@types/express": "^4.17.21",
38
38
  "@types/jest": "^29.5.14",
39
39
  "@types/node": "20.19.1",