@forge/bundler 4.2.1-next.5 → 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 +15 -0
- package/out/stubs/wrapper.js +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @forge/bundler
|
|
2
2
|
|
|
3
|
+
## 4.2.1-next.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 37f48c5: Fix contextAri for nodejs runtime
|
|
8
|
+
- Updated dependencies [37f48c5]
|
|
9
|
+
- @forge/api@2.10.0-next.2
|
|
10
|
+
|
|
11
|
+
## 4.2.1-next.6
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [e0e3587a]
|
|
16
|
+
- @forge/api@2.10.0-next.1
|
|
17
|
+
|
|
3
18
|
## 4.2.1-next.5
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/out/stubs/wrapper.js
CHANGED
|
@@ -151,6 +151,7 @@ const adapter = (name) => {
|
|
|
151
151
|
const context = setupRequestContext(lambdaEvent._meta);
|
|
152
152
|
const runtime = {
|
|
153
153
|
proxy: lambdaEvent._meta.proxy,
|
|
154
|
+
contextAri: lambdaEvent._meta.contextAri,
|
|
154
155
|
allowedEgress: lambdaEvent._meta.fetchAllowList,
|
|
155
156
|
lambdaContext: lambdaContext
|
|
156
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.
|
|
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",
|