@forge/cli-shared 3.11.0-next.3 → 3.11.0-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.
|
@@ -2177,6 +2177,8 @@ var ShepherdAlertStatus;
|
|
|
2177
2177
|
(function (ShepherdAlertStatus) {
|
|
2178
2178
|
ShepherdAlertStatus["InProgress"] = "IN_PROGRESS";
|
|
2179
2179
|
ShepherdAlertStatus["Triaged"] = "TRIAGED";
|
|
2180
|
+
ShepherdAlertStatus["TriagedExpectedActivity"] = "TRIAGED_EXPECTED_ACTIVITY";
|
|
2181
|
+
ShepherdAlertStatus["TriagedTruePositive"] = "TRIAGED_TRUE_POSITIVE";
|
|
2180
2182
|
ShepherdAlertStatus["Untriaged"] = "UNTRIAGED";
|
|
2181
2183
|
})(ShepherdAlertStatus = exports.ShepherdAlertStatus || (exports.ShepherdAlertStatus = {}));
|
|
2182
2184
|
var ShepherdAlertTemplateType;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.11.0-next.
|
|
3
|
+
"version": "3.11.0-next.5",
|
|
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": "4.10.0-next.
|
|
15
|
+
"@forge/manifest": "4.10.0-next.2",
|
|
16
16
|
"@forge/util": "1.2.3",
|
|
17
17
|
"@sentry/node": "^7.29.0",
|
|
18
18
|
"array.prototype.flatmap": "^1.2.3",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"launchdarkly-node-client-sdk": "^2.0.3",
|
|
38
38
|
"node-fetch": "2.6.7",
|
|
39
39
|
"ora": "^4.0.3",
|
|
40
|
-
"recursive-readdir": "^2.2.
|
|
40
|
+
"recursive-readdir": "^2.2.3",
|
|
41
41
|
"terminal-link": "^2.1.1",
|
|
42
42
|
"tmp": "^0.1.0",
|
|
43
43
|
"typescript": "^4.8.4",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@types/jest": "^29.1.2",
|
|
61
61
|
"@types/js-yaml": "^3.12.2",
|
|
62
62
|
"@types/node-fetch": "^2.5.7",
|
|
63
|
-
"@types/recursive-readdir": "^2.2.
|
|
63
|
+
"@types/recursive-readdir": "^2.2.1",
|
|
64
64
|
"@types/tmp": "^0.1.0",
|
|
65
65
|
"@types/unzipper": "^0.10.1",
|
|
66
66
|
"graphql-tools": "^6.2.4",
|