@forge/bundler 4.2.1-next.6 → 4.2.1-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 +8 -0
- package/out/stubs/wrapper.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/out/stubs/wrapper.js
CHANGED
|
@@ -151,7 +151,7 @@ const adapter = (name) => {
|
|
|
151
151
|
const context = setupRequestContext(lambdaEvent._meta);
|
|
152
152
|
const runtime = {
|
|
153
153
|
proxy: lambdaEvent._meta.proxy,
|
|
154
|
-
|
|
154
|
+
contextAri: lambdaEvent._meta.contextAri,
|
|
155
155
|
allowedEgress: lambdaEvent._meta.fetchAllowList,
|
|
156
156
|
lambdaContext: lambdaContext
|
|
157
157
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bundler",
|
|
3
|
-
"version": "4.2.1-next.
|
|
3
|
+
"version": "4.2.1-next.7",
|
|
4
4
|
"description": "Default bundler for Forge apps",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "Atlassian",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
|
19
19
|
"@babel/plugin-transform-react-jsx": "^7.16.7",
|
|
20
20
|
"@babel/preset-typescript": "^7.16.7",
|
|
21
|
-
"@forge/api": "2.10.0-next.
|
|
21
|
+
"@forge/api": "2.10.0-next.2",
|
|
22
22
|
"@forge/babel-plugin-transform-ui": "1.1.0",
|
|
23
23
|
"@forge/cli-shared": "3.5.1-next.4",
|
|
24
24
|
"@forge/lint": "3.2.13-next.4",
|