@forge/cli-shared 3.23.0-next.8 → 3.23.0-next.9
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.
|
@@ -1100,6 +1100,7 @@ var ForgeAuditLogsActionType;
|
|
|
1100
1100
|
})(ForgeAuditLogsActionType = exports.ForgeAuditLogsActionType || (exports.ForgeAuditLogsActionType = {}));
|
|
1101
1101
|
var ForgeMetricsApiRequestGroupByDimensions;
|
|
1102
1102
|
(function (ForgeMetricsApiRequestGroupByDimensions) {
|
|
1103
|
+
ForgeMetricsApiRequestGroupByDimensions["ContextAri"] = "CONTEXT_ARI";
|
|
1103
1104
|
ForgeMetricsApiRequestGroupByDimensions["Status"] = "STATUS";
|
|
1104
1105
|
ForgeMetricsApiRequestGroupByDimensions["Url"] = "URL";
|
|
1105
1106
|
})(ForgeMetricsApiRequestGroupByDimensions = exports.ForgeMetricsApiRequestGroupByDimensions || (exports.ForgeMetricsApiRequestGroupByDimensions = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.23.0-next.
|
|
3
|
+
"version": "3.23.0-next.9",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@forge/manifest": "5.5.0-next.5",
|
|
16
16
|
"@forge/util": "1.4.0-next.0",
|
|
17
|
-
"@sentry/node": "^7.
|
|
17
|
+
"@sentry/node": "^7.91.0",
|
|
18
18
|
"adm-zip": "^0.5.10",
|
|
19
19
|
"array.prototype.flatmap": "^1.3.2",
|
|
20
20
|
"case": "^1.6.3",
|