@forge/cli-shared 3.17.2-next.4 → 3.17.2-next.5
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,16 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.17.2-next.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 035116d: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- node-fetch
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [035116d]
|
|
12
|
+
- @forge/manifest@4.19.1-next.2
|
|
13
|
+
|
|
3
14
|
## 3.17.2-next.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -10457,7 +10457,7 @@ export declare enum GraphQueryMetadataSortEnum {
|
|
|
10457
10457
|
Asc = "ASC",
|
|
10458
10458
|
Desc = "DESC"
|
|
10459
10459
|
}
|
|
10460
|
-
export type GraphRelationshipNodeData = DeploymentSummary | ConfluencePage | ConfluenceSpace | ThirdPartySecurityWorkspace | ThirdPartySecurityContainer | DevOpsDocument | DevOpsFeatureFlag | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | JiraIssue | JiraProject | JiraVersion | OpsgenieTeam | TownsquareGoal | TownsquareProject | TownsquareComment;
|
|
10460
|
+
export type GraphRelationshipNodeData = DeploymentSummary | ConfluencePage | ConfluenceSpace | ThirdPartySecurityWorkspace | ThirdPartySecurityContainer | DevOpsDocument | DevOpsFeatureFlag | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | JiraIssue | JiraProject | JiraVersion | OpsgenieTeam | TownsquareGoal | TownsquareProject | TownsquareComment | DevOpsService;
|
|
10461
10461
|
export type GraphSimpleRelationship = {
|
|
10462
10462
|
__typename?: 'GraphSimpleRelationship';
|
|
10463
10463
|
from: GraphGeneric;
|