@forge/cli-shared 2.2.1-next.9 → 2.2.1
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.
|
@@ -486,9 +486,9 @@ var DevOpsToolContainerType;
|
|
|
486
486
|
})(DevOpsToolContainerType = exports.DevOpsToolContainerType || (exports.DevOpsToolContainerType = {}));
|
|
487
487
|
var DevOpsToolNavbarConnectionStateTab;
|
|
488
488
|
(function (DevOpsToolNavbarConnectionStateTab) {
|
|
489
|
-
DevOpsToolNavbarConnectionStateTab["CodeTab"] = "
|
|
490
|
-
DevOpsToolNavbarConnectionStateTab["OncallTab"] = "
|
|
491
|
-
DevOpsToolNavbarConnectionStateTab["PagesTab"] = "
|
|
489
|
+
DevOpsToolNavbarConnectionStateTab["CodeTab"] = "CODE_TAB";
|
|
490
|
+
DevOpsToolNavbarConnectionStateTab["OncallTab"] = "ONCALL_TAB";
|
|
491
|
+
DevOpsToolNavbarConnectionStateTab["PagesTab"] = "PAGES_TAB";
|
|
492
492
|
})(DevOpsToolNavbarConnectionStateTab = exports.DevOpsToolNavbarConnectionStateTab || (exports.DevOpsToolNavbarConnectionStateTab = {}));
|
|
493
493
|
var DevStatusActivity;
|
|
494
494
|
(function (DevStatusActivity) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "2.2.1
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "3.1.0
|
|
16
|
-
"@forge/util": "1.1.0
|
|
15
|
+
"@forge/manifest": "3.1.0",
|
|
16
|
+
"@forge/util": "1.1.0",
|
|
17
17
|
"array.prototype.flatmap": "^1.2.3",
|
|
18
18
|
"case": "^1.6.2",
|
|
19
19
|
"chalk": "^2.4.2",
|