@forge/tunnel 3.8.1-next.21 → 3.8.1-next.23

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,22 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 3.8.1-next.23
4
+
5
+ ### Patch Changes
6
+
7
+ - de5d2023: Allow packaging extra files in Forge apps
8
+ - Updated dependencies [de5d2023]
9
+ - @forge/cli-shared@3.20.0-next.17
10
+ - @forge/bundler@4.12.2-next.21
11
+
12
+ ## 3.8.1-next.22
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [f11f7384]
17
+ - @forge/cli-shared@3.20.0-next.16
18
+ - @forge/bundler@4.12.2-next.20
19
+
3
20
  ## 3.8.1-next.21
4
21
 
5
22
  ### 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.21",
3
+ "version": "3.8.1-next.23",
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.19",
15
- "@forge/cli-shared": "3.20.0-next.15",
14
+ "@forge/bundler": "4.12.2-next.21",
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",