@forge/cli-shared 3.10.2-next.1 → 3.10.2

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.
@@ -2114,6 +2114,7 @@ var Scope;
2114
2114
  Scope["MigrateConfluence"] = "MIGRATE_CONFLUENCE";
2115
2115
  Scope["ReadTeam"] = "READ_TEAM";
2116
2116
  Scope["ReadTeamMembers"] = "READ_TEAM_MEMBERS";
2117
+ Scope["TrelloAtlassianExternal"] = "TRELLO_ATLASSIAN_EXTERNAL";
2117
2118
  })(Scope = exports.Scope || (exports.Scope = {}));
2118
2119
  var SearchBoardProductType;
2119
2120
  (function (SearchBoardProductType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "3.10.2-next.1",
3
+ "version": "3.10.2",
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": "4.9.2-next.0",
16
- "@forge/util": "1.2.3-next.0",
15
+ "@forge/manifest": "4.9.2",
16
+ "@forge/util": "1.2.3",
17
17
  "@sentry/node": "^7.29.0",
18
18
  "array.prototype.flatmap": "^1.2.3",
19
19
  "case": "^1.6.3",
@@ -45,6 +45,7 @@
45
45
  "yaml": "^1.10.0"
46
46
  },
47
47
  "devDependencies": {
48
+ "@atlassian/xen-test-util": "^1.1.1",
48
49
  "@graphql-codegen/add": "^2.0.1",
49
50
  "@graphql-codegen/cli": "^1.21.6",
50
51
  "@graphql-codegen/typescript": "^1.17.10",