@forge/tunnel 6.3.2-next.7 → 6.3.2-next.7-experimental-4cf7fd3
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 +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/tunnel
|
|
2
2
|
|
|
3
|
+
## 6.3.2-next.7-experimental-4cf7fd3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- aaf8a03: forge tunnel with containers: delete auto generated docker compose files upon failing to startup
|
|
8
|
+
- Updated dependencies [ee02b2c]
|
|
9
|
+
- Updated dependencies [debdb02]
|
|
10
|
+
- Updated dependencies [aaf8a03]
|
|
11
|
+
- @forge/csp@5.3.0-next.1-experimental-4cf7fd3
|
|
12
|
+
- @forge/cli-shared@8.8.2-next.4-experimental-4cf7fd3
|
|
13
|
+
- @forge/bundler@6.1.11-next.7-experimental-4cf7fd3
|
|
14
|
+
|
|
3
15
|
## 6.3.2-next.7
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/tunnel",
|
|
3
|
-
"version": "6.3.2-next.7",
|
|
3
|
+
"version": "6.3.2-next.7-experimental-4cf7fd3",
|
|
4
4
|
"description": "Tunnel functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"compile": "tsc -b -v"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@forge/bundler": "6.1.11-next.7",
|
|
15
|
-
"@forge/cli-shared": "8.8.2-next.4",
|
|
16
|
-
"@forge/csp": "5.3.0-next.1",
|
|
14
|
+
"@forge/bundler": "6.1.11-next.7-experimental-4cf7fd3",
|
|
15
|
+
"@forge/cli-shared": "8.8.2-next.4-experimental-4cf7fd3",
|
|
16
|
+
"@forge/csp": "5.3.0-next.1-experimental-4cf7fd3",
|
|
17
17
|
"@forge/runtime": "6.1.1",
|
|
18
18
|
"@forge/util": "^2.0.1",
|
|
19
19
|
"cheerio": "^1.1.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@atlassian/xen-test-util": "^4.2.0",
|
|
36
|
-
"@forge/manifest": "11.0.0-next.3",
|
|
36
|
+
"@forge/manifest": "11.0.0-next.3-experimental-4cf7fd3",
|
|
37
37
|
"@types/express": "^4.17.21",
|
|
38
38
|
"@types/jest": "^29.5.14",
|
|
39
39
|
"@types/node": "20.19.1",
|