@forge/cli-shared 9.1.0-next.10 → 9.1.0
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.
|
@@ -2208,6 +2208,7 @@ var AssetsVerticalVerticalType;
|
|
|
2208
2208
|
})(AssetsVerticalVerticalType || (exports.AssetsVerticalVerticalType = AssetsVerticalVerticalType = {}));
|
|
2209
2209
|
var AssetsVerticalWorkbenchDashboardErrorCode;
|
|
2210
2210
|
(function (AssetsVerticalWorkbenchDashboardErrorCode) {
|
|
2211
|
+
AssetsVerticalWorkbenchDashboardErrorCode["Conflict"] = "CONFLICT";
|
|
2211
2212
|
AssetsVerticalWorkbenchDashboardErrorCode["InternalError"] = "INTERNAL_ERROR";
|
|
2212
2213
|
AssetsVerticalWorkbenchDashboardErrorCode["NotFound"] = "NOT_FOUND";
|
|
2213
2214
|
AssetsVerticalWorkbenchDashboardErrorCode["PermissionDenied"] = "PERMISSION_DENIED";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "9.1.0
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "13.1.0
|
|
15
|
+
"@forge/manifest": "13.1.0",
|
|
16
16
|
"@forge/util": "3.0.0",
|
|
17
17
|
"@forge/i18n": "1.0.0",
|
|
18
18
|
"@sentry/node": "7.106.0",
|