@forge/tunnel 1.6.0-next.10 → 1.6.0-next.11

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,13 @@
1
1
  # @forge/tunnel
2
2
 
3
+ ## 1.6.0-next.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [cf2420d2]
8
+ - @forge/cli-shared@2.3.0-next.9
9
+ - @forge/bundler@3.0.1-next.10
10
+
3
11
  ## 1.6.0-next.10
4
12
 
5
13
  ### Patch Changes
@@ -49,7 +49,7 @@ class LocalFunctionHost {
49
49
  bundleFileSourceMapPath: path_1.resolve(directory, `${bundleName}.js.map`),
50
50
  bundleFileSourceMap: bundledCode.sourceMap ? bundledCode.sourceMap[bundleName] : undefined
51
51
  }));
52
- const manifestFilePath = path_1.resolve(directory, cli_shared_1.manifestFilename);
52
+ const manifestFilePath = path_1.resolve(directory, cli_shared_1.manifestFileName);
53
53
  const manifestContents = JSON.stringify(await this.configFile.readConfig());
54
54
  const allPromises = [];
55
55
  bundles.forEach((bundle) => allPromises.push(this.generateBundleFiles(bundle, isSnapshotEnabled)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/tunnel",
3
- "version": "1.6.0-next.10",
3
+ "version": "1.6.0-next.11",
4
4
  "description": "Tunnel functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -16,8 +16,8 @@
16
16
  "postbuild": "chmod +x out/*.js"
17
17
  },
18
18
  "dependencies": {
19
- "@forge/bundler": "3.0.1-next.9",
20
- "@forge/cli-shared": "2.3.0-next.8",
19
+ "@forge/bundler": "3.0.1-next.10",
20
+ "@forge/cli-shared": "2.3.0-next.9",
21
21
  "@forge/csp": "^1.10.0-next.1",
22
22
  "@forge/isolated-vm": "3.3.10",
23
23
  "@forge/runtime": "1.15.0-next.3",