@forge/tunnel 1.4.9-next.0 → 1.4.9-next.12

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 +90 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,95 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 1.4.9-next.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8571c05]
8
+ - @forge/runtime@1.12.0-next.4
9
+ - @forge/bundler@1.1.0-next.11
10
+ - @forge/cli-shared@2.1.6-next.8
11
+
12
+ ## 1.4.9-next.11
13
+
14
+ ### Patch Changes
15
+
16
+ - @forge/cli-shared@2.1.6-next.7
17
+ - @forge/bundler@1.1.0-next.10
18
+
19
+ ## 1.4.9-next.10
20
+
21
+ ### Patch Changes
22
+
23
+ - @forge/cli-shared@2.1.6-next.6
24
+ - @forge/bundler@1.1.0-next.9
25
+
26
+ ## 1.4.9-next.9
27
+
28
+ ### Patch Changes
29
+
30
+ - @forge/bundler@1.1.0-next.8
31
+
32
+ ## 1.4.9-next.8
33
+
34
+ ### Patch Changes
35
+
36
+ - @forge/cli-shared@2.1.6-next.5
37
+ - @forge/bundler@1.1.0-next.7
38
+
39
+ ## 1.4.9-next.7
40
+
41
+ ### Patch Changes
42
+
43
+ - @forge/cli-shared@2.1.6-next.4
44
+ - @forge/bundler@1.1.0-next.6
45
+
46
+ ## 1.4.9-next.6
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [04e4152]
51
+ - @forge/csp@1.8.1-next.0
52
+ - @forge/runtime@1.12.0-next.3
53
+ - @forge/bundler@1.1.0-next.5
54
+
55
+ ## 1.4.9-next.5
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies [348c663]
60
+ - @forge/bundler@1.1.0-next.4
61
+ - @forge/runtime@1.12.0-next.2
62
+
63
+ ## 1.4.9-next.4
64
+
65
+ ### Patch Changes
66
+
67
+ - @forge/cli-shared@2.1.6-next.3
68
+ - @forge/bundler@1.0.21-next.3
69
+
70
+ ## 1.4.9-next.3
71
+
72
+ ### Patch Changes
73
+
74
+ - Updated dependencies [1565b05]
75
+ - @forge/runtime@1.11.1-next.1
76
+ - @forge/cli-shared@2.1.6-next.2
77
+ - @forge/bundler@1.0.21-next.2
78
+
79
+ ## 1.4.9-next.2
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies [7f249d0]
84
+ - @forge/runtime@1.11.1-next.0
85
+
86
+ ## 1.4.9-next.1
87
+
88
+ ### Patch Changes
89
+
90
+ - @forge/cli-shared@2.1.6-next.1
91
+ - @forge/bundler@1.0.21-next.1
92
+
3
93
  ## 1.4.9-next.0
4
94
 
5
95
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "1.4.9-next.0",
3
+ "version": "1.4.9-next.12",
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.0",
20
- "@forge/cli-shared": "2.1.6-next.0",
21
- "@forge/csp": "^1.8.0",
19
+ "@forge/bundler": "1.1.0-next.11",
20
+ "@forge/cli-shared": "2.1.6-next.8",
21
+ "@forge/csp": "^1.8.1-next.0",
22
22
  "@forge/isolated-vm": "3.3.10",
23
- "@forge/runtime": "1.11.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.0",
34
+ "@forge/manifest": "^2.6.0-next.7",
35
35
  "@types/express": "^4.17.2",
36
36
  "@types/express-mung": "^0.5.2",
37
37
  "@types/jest": "^26.0.0",