@forge/tunnel 2.0.0-next.5 → 2.0.1-next.1

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 +37 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 2.0.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [89ae99e0]
8
+ - @forge/bundler@3.1.0-next.0
9
+ - @forge/cli-shared@3.1.0-next.0
10
+
11
+ ## 2.0.1-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [045b9fcf]
16
+ - @forge/runtime@2.3.1-next.0
17
+
18
+ ## 2.0.0
19
+
20
+ ### Major Changes
21
+
22
+ - 5972825c: Refuse to store credentials in plaintext
23
+
24
+ ### Minor Changes
25
+
26
+ - 35172f2: Add ngrok debug logs
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [23c1a25]
31
+ - Updated dependencies [5424f97]
32
+ - Updated dependencies [35172f2]
33
+ - Updated dependencies [edab85a]
34
+ - Updated dependencies [36612fd]
35
+ - Updated dependencies [5972825c]
36
+ - @forge/runtime@2.3.0
37
+ - @forge/cli-shared@3.0.0
38
+ - @forge/bundler@3.0.12
39
+
3
40
  ## 2.0.0-next.5
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "2.0.0-next.5",
3
+ "version": "2.0.1-next.1",
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": "3.0.12-next.3",
20
- "@forge/cli-shared": "3.0.0-next.3",
19
+ "@forge/bundler": "3.1.0-next.0",
20
+ "@forge/cli-shared": "3.1.0-next.0",
21
21
  "@forge/csp": "^1.11.0",
22
22
  "@forge/isolated-vm": "3.3.10",
23
- "@forge/runtime": "2.3.0-next.1",
23
+ "@forge/runtime": "2.3.1-next.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": "^4.1.0-next.0",
34
+ "@forge/manifest": "^4.1.0",
35
35
  "@types/express": "^4.17.2",
36
36
  "@types/express-mung": "^0.5.2",
37
37
  "@types/jest": "^26.0.0",