@forge/resolver
Advanced tools
Comparing version 1.0.1 to 1.1.0-next.0
# @forge/resolver | ||
## 1.1.0-next.0 | ||
### Minor Changes | ||
- db162fc: Add license information to context object | ||
## 1.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -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 }, context) | ||
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) | ||
}); | ||
@@ -58,0 +58,0 @@ if (typeof result === 'object') { |
{ | ||
"name": "@forge/resolver", | ||
"version": "1.0.1", | ||
"version": "1.1.0-next.0", | ||
"description": "Forge function resolver", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9087
98
2