@forge/tunnel 1.5.1-next.9 → 1.5.2-next.2

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 +60 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,65 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 1.5.2-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/cli-shared@2.2.2-next.1
8
+ - @forge/bundler@2.0.1-next.2
9
+
10
+ ## 1.5.2-next.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [f27cbfc]
15
+ - @forge/bundler@2.0.1-next.1
16
+
17
+ ## 1.5.2-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - @forge/cli-shared@2.2.2-next.0
22
+ - @forge/bundler@2.0.1-next.0
23
+
24
+ ## 1.5.1
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [37f9898]
29
+ - Updated dependencies [037c31a5]
30
+ - Updated dependencies [7d0ef8b]
31
+ - @forge/bundler@2.0.0
32
+ - @forge/runtime@1.13.0
33
+ - @forge/cli-shared@2.2.1
34
+
35
+ ## 1.5.1-next.13
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [7d0ef8b]
40
+ - @forge/bundler@2.0.0-next.13
41
+
42
+ ## 1.5.1-next.12
43
+
44
+ ### Patch Changes
45
+
46
+ - @forge/cli-shared@2.2.1-next.9
47
+ - @forge/bundler@2.0.0-next.12
48
+
49
+ ## 1.5.1-next.11
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [37f9898]
54
+ - @forge/bundler@2.0.0-next.11
55
+
56
+ ## 1.5.1-next.10
57
+
58
+ ### Patch Changes
59
+
60
+ - @forge/bundler@2.0.0-next.10
61
+ - @forge/cli-shared@2.2.1-next.8
62
+
3
63
  ## 1.5.1-next.9
4
64
 
5
65
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "1.5.1-next.9",
3
+ "version": "1.5.2-next.2",
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": "2.0.0-next.9",
20
- "@forge/cli-shared": "2.2.1-next.7",
19
+ "@forge/bundler": "2.0.1-next.2",
20
+ "@forge/cli-shared": "2.2.2-next.1",
21
21
  "@forge/csp": "^1.9.0",
22
22
  "@forge/isolated-vm": "3.3.10",
23
- "@forge/runtime": "1.13.0-next.1",
23
+ "@forge/runtime": "1.13.0",
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": "^3.1.0-next.7",
34
+ "@forge/manifest": "^3.1.1-next.1",
35
35
  "@types/express": "^4.17.2",
36
36
  "@types/express-mung": "^0.5.2",
37
37
  "@types/jest": "^26.0.0",