@forge/cli-shared 6.5.2-next.1-experimental-19bd64d → 6.5.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.
package/CHANGELOG.md CHANGED
@@ -1,17 +1,13 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 6.5.2-next.1-experimental-19bd64d
4
-
5
- ### Minor Changes
6
-
7
- - c5efb5f: Added command for app versions details
3
+ ## 6.5.2
8
4
 
9
5
  ### Patch Changes
10
6
 
11
7
  - a808a56: Fix filtering of modules to display UI Kit 1 deprecation warning
12
8
  - Updated dependencies [19c93e7]
13
9
  - Updated dependencies [1815689]
14
- - @forge/manifest@8.4.1-next.1-experimental-19bd64d
10
+ - @forge/manifest@8.4.1
15
11
 
16
12
  ## 6.5.2-next.1
17
13
 
@@ -2274,14 +2274,10 @@ export declare type BitbucketPullRequest = Node & {
2274
2274
  };
2275
2275
  export declare type BitbucketQuery = {
2276
2276
  __typename?: 'BitbucketQuery';
2277
- bitbucketPullRequests?: Maybe<Array<Maybe<BitbucketPullRequest>>>;
2278
2277
  bitbucketRepositories?: Maybe<Array<Maybe<BitbucketRepository>>>;
2279
2278
  bitbucketRepository?: Maybe<BitbucketRepository>;
2280
2279
  bitbucketWorkspace?: Maybe<BitbucketWorkspace>;
2281
2280
  };
2282
- export declare type BitbucketQueryBitbucketPullRequestsArgs = {
2283
- ids: Array<Scalars['ID']['input']>;
2284
- };
2285
2281
  export declare type BitbucketQueryBitbucketRepositoriesArgs = {
2286
2282
  ids: Array<Scalars['ID']['input']>;
2287
2283
  };
@@ -63593,6 +63589,7 @@ export declare type MarketplaceConsoleAppSoftwareShort = {
63593
63589
  __typename?: 'MarketplaceConsoleAppSoftwareShort';
63594
63590
  appKey: Scalars['ID']['output'];
63595
63591
  appSoftwareId: Scalars['ID']['output'];
63592
+ editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
63596
63593
  hasConnectVersion?: Maybe<Scalars['Boolean']['output']>;
63597
63594
  hasPublicVersion?: Maybe<Scalars['Boolean']['output']>;
63598
63595
  hosting: MarketplaceConsoleHosting;