@forge/cli-shared 3.19.0-next.16 → 3.19.0-next.17
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.
|
@@ -3184,6 +3184,7 @@ var TownsquareGoalStateValue;
|
|
|
3184
3184
|
(function (TownsquareGoalStateValue) {
|
|
3185
3185
|
TownsquareGoalStateValue["Archived"] = "archived";
|
|
3186
3186
|
TownsquareGoalStateValue["AtRisk"] = "at_risk";
|
|
3187
|
+
TownsquareGoalStateValue["Cancelled"] = "cancelled";
|
|
3187
3188
|
TownsquareGoalStateValue["Done"] = "done";
|
|
3188
3189
|
TownsquareGoalStateValue["OffTrack"] = "off_track";
|
|
3189
3190
|
TownsquareGoalStateValue["OnTrack"] = "on_track";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.19.0-next.
|
|
3
|
+
"version": "3.19.0-next.17",
|
|
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.20.1-next.
|
|
15
|
+
"@forge/manifest": "4.20.1-next.9",
|
|
16
16
|
"@forge/util": "1.3.1",
|
|
17
17
|
"@sentry/node": "^7.70.0",
|
|
18
18
|
"adm-zip": "^0.5.10",
|