@forge/tunnel 1.4.9-next.7 → 1.5.0-next.23

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