@forge/resolver
Advanced tools
Comparing version 1.1.0 to 1.1.1-next.0
# @forge/resolver | ||
## 1.1.1-next.0 | ||
### Patch Changes | ||
- a23d0c0: Internal refactor to ensure accountId and license from the backend are always prioritised over the frontend context payload | ||
## 1.1.0 | ||
@@ -7,3 +13,3 @@ | ||
- 1da067b97: Add license information to context object in resolver function parameters | ||
- Add license information to context object in resolver function parameters | ||
@@ -10,0 +16,0 @@ ## 1.0.1 |
@@ -55,3 +55,3 @@ "use strict"; | ||
payload: callPayload || {}, | ||
context: Object.assign({ accountId: (_a = backendRuntimePayload === null || backendRuntimePayload === void 0 ? void 0 : backendRuntimePayload.principal) === null || _a === void 0 ? void 0 : _a.accountId, license: backendRuntimePayload === null || backendRuntimePayload === void 0 ? void 0 : backendRuntimePayload.license }, context) | ||
context: Object.assign(Object.assign({}, context), { accountId: (_a = backendRuntimePayload === null || backendRuntimePayload === void 0 ? void 0 : backendRuntimePayload.principal) === null || _a === void 0 ? void 0 : _a.accountId, license: backendRuntimePayload === null || backendRuntimePayload === void 0 ? void 0 : backendRuntimePayload.license }) | ||
}); | ||
@@ -58,0 +58,0 @@ if (typeof result === 'object') { |
{ | ||
"name": "@forge/resolver", | ||
"version": "1.1.0", | ||
"version": "1.1.1-next.0", | ||
"description": "Forge function resolver", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9294
2