@forge/tunnel 1.5.1-next.1 → 1.5.1-next.13

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 +84 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,89 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 1.5.1-next.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7d0ef8b]
8
+ - @forge/bundler@2.0.0-next.13
9
+
10
+ ## 1.5.1-next.12
11
+
12
+ ### Patch Changes
13
+
14
+ - @forge/cli-shared@2.2.1-next.9
15
+ - @forge/bundler@2.0.0-next.12
16
+
17
+ ## 1.5.1-next.11
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [37f9898]
22
+ - @forge/bundler@2.0.0-next.11
23
+
24
+ ## 1.5.1-next.10
25
+
26
+ ### Patch Changes
27
+
28
+ - @forge/bundler@2.0.0-next.10
29
+ - @forge/cli-shared@2.2.1-next.8
30
+
31
+ ## 1.5.1-next.9
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [037c31a]
36
+ - @forge/bundler@2.0.0-next.9
37
+ - @forge/runtime@1.13.0-next.1
38
+ - @forge/cli-shared@2.2.1-next.7
39
+
40
+ ## 1.5.1-next.8
41
+
42
+ ### Patch Changes
43
+
44
+ - @forge/bundler@1.1.1-next.8
45
+
46
+ ## 1.5.1-next.7
47
+
48
+ ### Patch Changes
49
+
50
+ - @forge/cli-shared@2.2.1-next.6
51
+ - @forge/bundler@1.1.1-next.7
52
+
53
+ ## 1.5.1-next.6
54
+
55
+ ### Patch Changes
56
+
57
+ - @forge/bundler@1.1.1-next.6
58
+
59
+ ## 1.5.1-next.5
60
+
61
+ ### Patch Changes
62
+
63
+ - @forge/cli-shared@2.2.1-next.5
64
+ - @forge/bundler@1.1.1-next.5
65
+
66
+ ## 1.5.1-next.4
67
+
68
+ ### Patch Changes
69
+
70
+ - @forge/bundler@1.1.1-next.4
71
+ - @forge/cli-shared@2.2.1-next.4
72
+
73
+ ## 1.5.1-next.3
74
+
75
+ ### Patch Changes
76
+
77
+ - @forge/cli-shared@2.2.1-next.3
78
+ - @forge/bundler@1.1.1-next.3
79
+
80
+ ## 1.5.1-next.2
81
+
82
+ ### Patch Changes
83
+
84
+ - @forge/bundler@1.1.1-next.2
85
+ - @forge/cli-shared@2.2.1-next.2
86
+
3
87
  ## 1.5.1-next.1
4
88
 
5
89
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "1.5.1-next.1",
3
+ "version": "1.5.1-next.13",
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.1-next.1",
20
- "@forge/cli-shared": "2.2.1-next.1",
19
+ "@forge/bundler": "2.0.0-next.13",
20
+ "@forge/cli-shared": "2.2.1-next.9",
21
21
  "@forge/csp": "^1.9.0",
22
22
  "@forge/isolated-vm": "3.3.10",
23
- "@forge/runtime": "1.12.1-next.0",
23
+ "@forge/runtime": "1.13.0-next.1",
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.1",
34
+ "@forge/manifest": "^3.1.0-next.9",
35
35
  "@types/express": "^4.17.2",
36
36
  "@types/express-mung": "^0.5.2",
37
37
  "@types/jest": "^26.0.0",
@@ -40,7 +40,7 @@
40
40
  "@types/supertest": "^2.0.10",
41
41
  "@types/tmp": "^0.1.0",
42
42
  "@types/uuid": "^3.4.7",
43
- "node-fetch": "^2.6.1",
43
+ "node-fetch": "2.6.1",
44
44
  "supertest": "^6.1.3"
45
45
  },
46
46
  "optionalDependencies": {