@forge/cli-shared 3.23.2-next.3 → 3.23.2
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.
|
@@ -1087,6 +1087,7 @@ var EcosystemAppsInstalledInContextsFilterType;
|
|
|
1087
1087
|
var EcosystemAppsInstalledInContextsSortKey;
|
|
1088
1088
|
(function (EcosystemAppsInstalledInContextsSortKey) {
|
|
1089
1089
|
EcosystemAppsInstalledInContextsSortKey["Name"] = "NAME";
|
|
1090
|
+
EcosystemAppsInstalledInContextsSortKey["RelatedApps"] = "RELATED_APPS";
|
|
1090
1091
|
})(EcosystemAppsInstalledInContextsSortKey = exports.EcosystemAppsInstalledInContextsSortKey || (exports.EcosystemAppsInstalledInContextsSortKey = {}));
|
|
1091
1092
|
var EstimationType;
|
|
1092
1093
|
(function (EstimationType) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.23.2
|
|
3
|
+
"version": "3.23.2",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "5.5.2
|
|
15
|
+
"@forge/manifest": "5.5.2",
|
|
16
16
|
"@forge/util": "1.4.0",
|
|
17
17
|
"@sentry/node": "7.99.0",
|
|
18
18
|
"adm-zip": "^0.5.10",
|