@forge/tunnel 3.8.1-next.22 → 3.8.1-next.24

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 3.8.1-next.24
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/bundler@4.12.2-next.22
8
+
9
+ ## 3.8.1-next.23
10
+
11
+ ### Patch Changes
12
+
13
+ - de5d2023: Allow packaging extra files in Forge apps
14
+ - Updated dependencies [de5d2023]
15
+ - @forge/cli-shared@3.20.0-next.17
16
+ - @forge/bundler@4.12.2-next.21
17
+
3
18
  ## 3.8.1-next.22
4
19
 
5
20
  ### Patch Changes
@@ -83,7 +83,7 @@ class LocalDevelopmentServer {
83
83
  return;
84
84
  }
85
85
  const getConfig = (await this.configFile.runtimeType()) === cli_shared_1.RuntimeType.nodejs
86
- ? (0, bundler_2.getNodeRuntimeBuildConfig)(await (0, bundler_1.getWrapperProvider)({ fileSystemReader: this.fileSystemReader }))
86
+ ? (0, bundler_2.getNodeRuntimeBuildConfig)((0, bundler_1.getWrapperProvider)({ fileSystemReader: this.fileSystemReader }))
87
87
  : bundler_2.getSandboxedRuntimeBuildConfig;
88
88
  const config = getConfig(entryPoints, {
89
89
  isWatchMode: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "3.8.1-next.22",
3
+ "version": "3.8.1-next.24",
4
4
  "description": "Tunnel functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -11,8 +11,8 @@
11
11
  "compile": "tsc -b -v"
12
12
  },
13
13
  "dependencies": {
14
- "@forge/bundler": "4.12.2-next.20",
15
- "@forge/cli-shared": "3.20.0-next.16",
14
+ "@forge/bundler": "4.12.2-next.22",
15
+ "@forge/cli-shared": "3.20.0-next.17",
16
16
  "@forge/csp": "2.2.3-next.1",
17
17
  "@forge/runtime": "5.1.1-next.3",
18
18
  "express": "^4.18.2",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "@atlassian/xen-test-util": "^3.1.1",
30
- "@forge/manifest": "4.20.2-next.4",
30
+ "@forge/manifest": "4.20.2-next.5",
31
31
  "@types/express": "^4.17.18",
32
32
  "@types/jest": "^29.5.5",
33
33
  "@types/node": "14.18.63",