@forge/cli-shared 8.15.1-next.5-experimental-44a932f → 8.15.1-next.6

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.
package/out/ui/text.js CHANGED
@@ -1407,7 +1407,7 @@ When errors occur during Forge command execution, error details will be sent to
1407
1407
  },
1408
1408
  cmd: {
1409
1409
  name: 'custom-scopes',
1410
- description: 'Manage custom scopes',
1410
+ description: 'manage custom scopes',
1411
1411
  subcmds: {
1412
1412
  list: {
1413
1413
  name: 'list',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "8.15.1-next.5-experimental-44a932f",
3
+ "version": "8.15.1-next.6",
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": "12.1.0-next.3-experimental-44a932f",
15
+ "@forge/manifest": "12.1.0-next.3",
16
16
  "@forge/util": "2.0.1",
17
17
  "@forge/i18n": "0.0.7",
18
18
  "@sentry/node": "7.106.0",