@forge/tunnel 3.4.0-next.9 → 3.4.0
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.
- package/CHANGELOG.md +31 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @forge/tunnel
|
|
2
2
|
|
|
3
|
+
## 3.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 5298560e: Added warning message for functions exceeding invocation timeout limit
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- d611f097: Removed CLI FF for enabling Sentry.
|
|
12
|
+
- 96f9f6d8: Handle URL and options passed together to HTTP polyfill
|
|
13
|
+
- Updated dependencies [f0888c8a]
|
|
14
|
+
- Updated dependencies [79d53117]
|
|
15
|
+
- Updated dependencies [490911c1]
|
|
16
|
+
- Updated dependencies [d611f097]
|
|
17
|
+
- Updated dependencies [4aaab2f2]
|
|
18
|
+
- Updated dependencies [dc1c5870]
|
|
19
|
+
- Updated dependencies [96f9f6d8]
|
|
20
|
+
- @forge/bundler@4.7.0
|
|
21
|
+
- @forge/cli-shared@3.11.2
|
|
22
|
+
- @forge/runtime@4.3.4
|
|
23
|
+
|
|
24
|
+
## 3.4.0-next.10
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 96f9f6d8: Handle URL and options passed together to HTTP polyfill
|
|
29
|
+
- Updated dependencies [96f9f6d8]
|
|
30
|
+
- @forge/bundler@4.7.0-next.9
|
|
31
|
+
- @forge/runtime@4.3.4-next.0
|
|
32
|
+
- @forge/cli-shared@3.11.2-next.5
|
|
33
|
+
|
|
3
34
|
## 3.4.0-next.9
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/tunnel",
|
|
3
|
-
"version": "3.4.0
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Tunnel functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"compile": "tsc -b -v"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@forge/bundler": "4.7.0
|
|
15
|
-
"@forge/cli-shared": "3.11.2
|
|
14
|
+
"@forge/bundler": "4.7.0",
|
|
15
|
+
"@forge/cli-shared": "3.11.2",
|
|
16
16
|
"@forge/csp": "2.1.3",
|
|
17
|
-
"@forge/runtime": "4.3.
|
|
17
|
+
"@forge/runtime": "4.3.4",
|
|
18
18
|
"express": "^4.17.1",
|
|
19
19
|
"express-intercept": "^0.8.10",
|
|
20
20
|
"http-proxy-middleware": "^1.0.6",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@atlassian/xen-test-util": "^1.1.1",
|
|
30
|
-
"@forge/manifest": "4.12.0
|
|
30
|
+
"@forge/manifest": "4.12.0",
|
|
31
31
|
"@types/express": "^4.17.2",
|
|
32
32
|
"@types/jest": "^29.1.2",
|
|
33
|
-
"@types/node": "14.18.
|
|
33
|
+
"@types/node": "14.18.44",
|
|
34
34
|
"@types/supertest": "^2.0.12",
|
|
35
35
|
"@types/tmp": "^0.1.0",
|
|
36
36
|
"@types/uuid": "^3.4.10",
|