@forge/tunnel 6.3.18-next.5 → 6.4.0-next.7
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,24 @@
|
|
|
1
1
|
# @forge/tunnel
|
|
2
2
|
|
|
3
|
+
## 6.4.0-next.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @forge/bundler@6.2.0-next.7
|
|
8
|
+
- @forge/cli-shared@8.23.0-next.7
|
|
9
|
+
|
|
10
|
+
## 6.4.0-next.6
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- ef0434d: Added support for multi-entry resources in UI Kit applications, enabling developers to define multiple entry points within a single resource.
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [ef0434d]
|
|
19
|
+
- @forge/bundler@6.2.0-next.6
|
|
20
|
+
- @forge/cli-shared@8.23.0-next.6
|
|
21
|
+
|
|
3
22
|
## 6.3.18-next.5
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"native-ui-tunnel-server.d.ts","sourceRoot":"","sources":["../../src/servers/native-ui-tunnel-server.ts"],"names":[],"mappings":"AAAA,OAAO,gBAA+D,MAAM,oBAAoB,CAAC;AACjG,OAAO,EACL,aAAa,
|
|
1
|
+
{"version":3,"file":"native-ui-tunnel-server.d.ts","sourceRoot":"","sources":["../../src/servers/native-ui-tunnel-server.ts"],"names":[],"mappings":"AAAA,OAAO,gBAA+D,MAAM,oBAAoB,CAAC;AACjG,OAAO,EACL,aAAa,EAKb,YAAY,EACb,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AAG1F,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAEvE,qBAAa,oBAAqB,SAAQ,oBAAqB,YAAW,iBAAiB;IAI7E,OAAO,CAAC,QAAQ,CAAC,UAAU;IAHvC,SAAgB,MAAM,EAAE,gBAAgB,CAAC;IACzC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAS;gBAEN,UAAU,EAAE,wBAAwB;IAgE3D,KAAK,IAAI,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAC,CAAC;IAWzC,eAAe,CAAC,EAAE,gBAAgB,EAAE,eAAe,EAAE,EAAE,YAAY,GAAG,OAAO,CAAC,aAAa,CAAC;IAqCnG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAG5B"}
|
|
@@ -14,9 +14,12 @@ class NativeUITunnelServer extends resource_tunnel_server_1.ResourceTunnelServer
|
|
|
14
14
|
constructor(tunnelArgs) {
|
|
15
15
|
super(tunnelArgs);
|
|
16
16
|
this.tunnelArgs = tunnelArgs;
|
|
17
|
-
const { key, path, port, permissions, remotes, i18nConfig } = tunnelArgs;
|
|
18
|
-
const
|
|
19
|
-
|
|
17
|
+
const { key, path: resourcePath, port, permissions, remotes, i18nConfig, entry } = tunnelArgs;
|
|
18
|
+
const entrypoints = (0, bundler_1.createEntryPointsForResource)(key, resourcePath, entry).map((ep) => ({
|
|
19
|
+
...ep,
|
|
20
|
+
functions: []
|
|
21
|
+
}));
|
|
22
|
+
const config = (0, bundler_1.getNativeUiBuildConfig)(entrypoints);
|
|
20
23
|
this.outputDir = config.output.path;
|
|
21
24
|
const compiler = (0, bundler_1.getCompiler)({
|
|
22
25
|
...config,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/tunnel",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.4.0-next.7",
|
|
4
4
|
"description": "Tunnel functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"compile": "tsc -b -v"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@forge/bundler": "6.
|
|
15
|
-
"@forge/cli-shared": "8.23.0-next.
|
|
14
|
+
"@forge/bundler": "6.2.0-next.7",
|
|
15
|
+
"@forge/cli-shared": "8.23.0-next.7",
|
|
16
16
|
"@forge/csp": "5.8.0",
|
|
17
17
|
"@forge/runtime": "6.1.3",
|
|
18
18
|
"@forge/util": "^2.0.1",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@atlassian/xen-test-util": "^4.2.0",
|
|
35
|
-
"@forge/manifest": "12.8.0-next.
|
|
35
|
+
"@forge/manifest": "12.8.0-next.6",
|
|
36
36
|
"@types/express": "^4.17.21",
|
|
37
37
|
"@types/jest": "^29.5.14",
|
|
38
38
|
"@types/node": "20.19.1",
|