@forge/bundler 4.2.1-next.4 → 4.2.1-next.6

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,20 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.2.1-next.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e0e3587a]
8
+ - @forge/api@2.10.0-next.1
9
+
10
+ ## 4.2.1-next.5
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [38e4ae44]
15
+ - @forge/cli-shared@3.5.1-next.4
16
+ - @forge/lint@3.2.13-next.4
17
+
3
18
  ## 4.2.1-next.4
4
19
 
5
20
  ### Patch Changes
@@ -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
+ context,
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.4",
3
+ "version": "4.2.1-next.6",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -18,10 +18,10 @@
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.9.2-next.0",
21
+ "@forge/api": "2.10.0-next.1",
22
22
  "@forge/babel-plugin-transform-ui": "1.1.0",
23
- "@forge/cli-shared": "3.5.1-next.3",
24
- "@forge/lint": "3.2.13-next.3",
23
+ "@forge/cli-shared": "3.5.1-next.4",
24
+ "@forge/lint": "3.2.13-next.4",
25
25
  "@forge/util": "1.2.0",
26
26
  "assert": "^1.1.1",
27
27
  "babel-loader": "^8.2.3",