@forge/tunnel 1.4.9-next.2 → 1.4.9-next.20

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 +133 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,138 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 1.4.9-next.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b63af27]
8
+ - @forge/cli-shared@2.2.0-next.16
9
+ - @forge/bundler@1.1.0-next.19
10
+
11
+ ## 1.4.9-next.19
12
+
13
+ ### Patch Changes
14
+
15
+ - @forge/cli-shared@2.1.6-next.15
16
+ - @forge/bundler@1.1.0-next.18
17
+
18
+ ## 1.4.9-next.18
19
+
20
+ ### Patch Changes
21
+
22
+ - @forge/cli-shared@2.1.6-next.14
23
+ - @forge/bundler@1.1.0-next.17
24
+
25
+ ## 1.4.9-next.17
26
+
27
+ ### Patch Changes
28
+
29
+ - @forge/cli-shared@2.1.6-next.13
30
+ - @forge/bundler@1.1.0-next.16
31
+
32
+ ## 1.4.9-next.16
33
+
34
+ ### Patch Changes
35
+
36
+ - @forge/bundler@1.1.0-next.15
37
+ - @forge/cli-shared@2.1.6-next.12
38
+
39
+ ## 1.4.9-next.15
40
+
41
+ ### Patch Changes
42
+
43
+ - @forge/cli-shared@2.1.6-next.11
44
+ - @forge/bundler@1.1.0-next.14
45
+
46
+ ## 1.4.9-next.14
47
+
48
+ ### Patch Changes
49
+
50
+ - @forge/cli-shared@2.1.6-next.10
51
+ - @forge/bundler@1.1.0-next.13
52
+
53
+ ## 1.4.9-next.13
54
+
55
+ ### Patch Changes
56
+
57
+ - @forge/cli-shared@2.1.6-next.9
58
+ - @forge/bundler@1.1.0-next.12
59
+
60
+ ## 1.4.9-next.12
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [8571c05]
65
+ - @forge/runtime@1.12.0-next.4
66
+ - @forge/bundler@1.1.0-next.11
67
+ - @forge/cli-shared@2.1.6-next.8
68
+
69
+ ## 1.4.9-next.11
70
+
71
+ ### Patch Changes
72
+
73
+ - @forge/cli-shared@2.1.6-next.7
74
+ - @forge/bundler@1.1.0-next.10
75
+
76
+ ## 1.4.9-next.10
77
+
78
+ ### Patch Changes
79
+
80
+ - @forge/cli-shared@2.1.6-next.6
81
+ - @forge/bundler@1.1.0-next.9
82
+
83
+ ## 1.4.9-next.9
84
+
85
+ ### Patch Changes
86
+
87
+ - @forge/bundler@1.1.0-next.8
88
+
89
+ ## 1.4.9-next.8
90
+
91
+ ### Patch Changes
92
+
93
+ - @forge/cli-shared@2.1.6-next.5
94
+ - @forge/bundler@1.1.0-next.7
95
+
96
+ ## 1.4.9-next.7
97
+
98
+ ### Patch Changes
99
+
100
+ - @forge/cli-shared@2.1.6-next.4
101
+ - @forge/bundler@1.1.0-next.6
102
+
103
+ ## 1.4.9-next.6
104
+
105
+ ### Patch Changes
106
+
107
+ - Updated dependencies [04e4152]
108
+ - @forge/csp@1.8.1-next.0
109
+ - @forge/runtime@1.12.0-next.3
110
+ - @forge/bundler@1.1.0-next.5
111
+
112
+ ## 1.4.9-next.5
113
+
114
+ ### Patch Changes
115
+
116
+ - Updated dependencies [348c663]
117
+ - @forge/bundler@1.1.0-next.4
118
+ - @forge/runtime@1.12.0-next.2
119
+
120
+ ## 1.4.9-next.4
121
+
122
+ ### Patch Changes
123
+
124
+ - @forge/cli-shared@2.1.6-next.3
125
+ - @forge/bundler@1.0.21-next.3
126
+
127
+ ## 1.4.9-next.3
128
+
129
+ ### Patch Changes
130
+
131
+ - Updated dependencies [1565b05]
132
+ - @forge/runtime@1.11.1-next.1
133
+ - @forge/cli-shared@2.1.6-next.2
134
+ - @forge/bundler@1.0.21-next.2
135
+
3
136
  ## 1.4.9-next.2
4
137
 
5
138
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "1.4.9-next.2",
3
+ "version": "1.4.9-next.20",
4
4
  "description": "Tunnel functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -16,11 +16,11 @@
16
16
  "postbuild": "chmod +x out/*.js"
17
17
  },
18
18
  "dependencies": {
19
- "@forge/bundler": "1.0.21-next.1",
20
- "@forge/cli-shared": "2.1.6-next.1",
21
- "@forge/csp": "^1.8.0",
19
+ "@forge/bundler": "1.1.0-next.19",
20
+ "@forge/cli-shared": "2.2.0-next.16",
21
+ "@forge/csp": "^1.8.1-next.0",
22
22
  "@forge/isolated-vm": "3.3.10",
23
- "@forge/runtime": "1.11.1-next.0",
23
+ "@forge/runtime": "1.12.0-next.4",
24
24
  "express": "^4.17.1",
25
25
  "express-mung": "^0.5.1",
26
26
  "http-proxy-middleware": "^1.0.6",
@@ -31,7 +31,7 @@
31
31
  "uuid": "^3.4.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@forge/manifest": "^2.5.1-next.0",
34
+ "@forge/manifest": "^2.6.0-next.15",
35
35
  "@types/express": "^4.17.2",
36
36
  "@types/express-mung": "^0.5.2",
37
37
  "@types/jest": "^26.0.0",