@forge/tunnel 1.4.9-next.6 → 1.5.0-next.22

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 +120 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,125 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 1.5.0-next.22
4
+
5
+ ### Minor Changes
6
+
7
+ - 6abbbd0: Upgrade forge runtime to use node 14
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [6abbbd0]
12
+ - @forge/runtime@1.12.0-next.5
13
+ - @forge/cli-shared@2.2.0-next.18
14
+ - @forge/bundler@1.1.0-next.21
15
+
16
+ ## 1.4.9-next.21
17
+
18
+ ### Patch Changes
19
+
20
+ - @forge/cli-shared@2.2.0-next.17
21
+ - @forge/bundler@1.1.0-next.20
22
+
23
+ ## 1.4.9-next.20
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [b63af27]
28
+ - @forge/cli-shared@2.2.0-next.16
29
+ - @forge/bundler@1.1.0-next.19
30
+
31
+ ## 1.4.9-next.19
32
+
33
+ ### Patch Changes
34
+
35
+ - @forge/cli-shared@2.1.6-next.15
36
+ - @forge/bundler@1.1.0-next.18
37
+
38
+ ## 1.4.9-next.18
39
+
40
+ ### Patch Changes
41
+
42
+ - @forge/cli-shared@2.1.6-next.14
43
+ - @forge/bundler@1.1.0-next.17
44
+
45
+ ## 1.4.9-next.17
46
+
47
+ ### Patch Changes
48
+
49
+ - @forge/cli-shared@2.1.6-next.13
50
+ - @forge/bundler@1.1.0-next.16
51
+
52
+ ## 1.4.9-next.16
53
+
54
+ ### Patch Changes
55
+
56
+ - @forge/bundler@1.1.0-next.15
57
+ - @forge/cli-shared@2.1.6-next.12
58
+
59
+ ## 1.4.9-next.15
60
+
61
+ ### Patch Changes
62
+
63
+ - @forge/cli-shared@2.1.6-next.11
64
+ - @forge/bundler@1.1.0-next.14
65
+
66
+ ## 1.4.9-next.14
67
+
68
+ ### Patch Changes
69
+
70
+ - @forge/cli-shared@2.1.6-next.10
71
+ - @forge/bundler@1.1.0-next.13
72
+
73
+ ## 1.4.9-next.13
74
+
75
+ ### Patch Changes
76
+
77
+ - @forge/cli-shared@2.1.6-next.9
78
+ - @forge/bundler@1.1.0-next.12
79
+
80
+ ## 1.4.9-next.12
81
+
82
+ ### Patch Changes
83
+
84
+ - Updated dependencies [8571c05]
85
+ - @forge/runtime@1.12.0-next.4
86
+ - @forge/bundler@1.1.0-next.11
87
+ - @forge/cli-shared@2.1.6-next.8
88
+
89
+ ## 1.4.9-next.11
90
+
91
+ ### Patch Changes
92
+
93
+ - @forge/cli-shared@2.1.6-next.7
94
+ - @forge/bundler@1.1.0-next.10
95
+
96
+ ## 1.4.9-next.10
97
+
98
+ ### Patch Changes
99
+
100
+ - @forge/cli-shared@2.1.6-next.6
101
+ - @forge/bundler@1.1.0-next.9
102
+
103
+ ## 1.4.9-next.9
104
+
105
+ ### Patch Changes
106
+
107
+ - @forge/bundler@1.1.0-next.8
108
+
109
+ ## 1.4.9-next.8
110
+
111
+ ### Patch Changes
112
+
113
+ - @forge/cli-shared@2.1.6-next.5
114
+ - @forge/bundler@1.1.0-next.7
115
+
116
+ ## 1.4.9-next.7
117
+
118
+ ### Patch Changes
119
+
120
+ - @forge/cli-shared@2.1.6-next.4
121
+ - @forge/bundler@1.1.0-next.6
122
+
3
123
  ## 1.4.9-next.6
4
124
 
5
125
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "1.4.9-next.6",
3
+ "version": "1.5.0-next.22",
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.1.0-next.5",
20
- "@forge/cli-shared": "2.1.6-next.3",
19
+ "@forge/bundler": "1.1.0-next.21",
20
+ "@forge/cli-shared": "2.2.0-next.18",
21
21
  "@forge/csp": "^1.8.1-next.0",
22
22
  "@forge/isolated-vm": "3.3.10",
23
- "@forge/runtime": "1.12.0-next.3",
23
+ "@forge/runtime": "1.12.0-next.5",
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.2",
34
+ "@forge/manifest": "^2.6.0-next.17",
35
35
  "@types/express": "^4.17.2",
36
36
  "@types/express-mung": "^0.5.2",
37
37
  "@types/jest": "^26.0.0",