@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 CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 4.2.1-next.6
4
12
 
5
13
  ### Patch Changes
@@ -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
- context,
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.6",
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.1",
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",