@forge/cli-shared 8.10.0-next.12-experimental-f76634b → 8.10.0-next.13
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 +1 -24
- package/out/graphql/graphql-types.d.ts +0 -7
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.d.ts +0 -10
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +0 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,33 +1,10 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.10.0-next.
|
|
3
|
+
## 8.10.0-next.13
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- bdec87e: Add list subcommand to webtrigger
|
|
8
|
-
- 895128b: Added shard option to all show commands
|
|
9
|
-
- 84a6923: Added new webtrigger create subcommand
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- e1a1a98:
|
|
14
|
-
- f3d2047:
|
|
15
|
-
- 0592764:
|
|
16
|
-
- 949f9df: improve docker compose startup failure error message
|
|
17
|
-
- 128d1f8: Error handling logic for install upgrade code
|
|
18
|
-
- 0e50442: Update Developer Terms link
|
|
19
|
-
- 0c4a82e:
|
|
20
|
-
- Updated dependencies [559c541]
|
|
21
|
-
- Updated dependencies [b5f0775]
|
|
22
|
-
- Updated dependencies [2f0c3c2]
|
|
23
|
-
- Updated dependencies [00eaa35]
|
|
24
|
-
- Updated dependencies [b9cefff]
|
|
25
|
-
- Updated dependencies [b5f0775]
|
|
26
|
-
- Updated dependencies [069288e]
|
|
27
|
-
- Updated dependencies [d317f2e]
|
|
28
|
-
- Updated dependencies [bf0e0f6]
|
|
29
|
-
- Updated dependencies [bb6e58a]
|
|
30
|
-
- @forge/manifest@11.1.0-next.6-experimental-f76634b
|
|
31
8
|
|
|
32
9
|
## 8.10.0-next.12
|
|
33
10
|
|
|
@@ -74838,13 +74838,6 @@ export declare type JiraJqlFunction = {
|
|
|
74838
74838
|
isList?: Maybe<Scalars['Boolean']['output']>;
|
|
74839
74839
|
value?: Maybe<Scalars['String']['output']>;
|
|
74840
74840
|
};
|
|
74841
|
-
export declare type JiraJqlFunctionFieldValue = JiraJqlFieldValue & {
|
|
74842
|
-
__typename?: 'JiraJqlFunctionFieldValue';
|
|
74843
|
-
displayName: Scalars['String']['output'];
|
|
74844
|
-
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
74845
|
-
isSelected?: Maybe<Scalars['Boolean']['output']>;
|
|
74846
|
-
jqlTerm: Scalars['String']['output'];
|
|
74847
|
-
};
|
|
74848
74841
|
export declare type JiraJqlFunctionProcessingStatus = {
|
|
74849
74842
|
__typename?: 'JiraJqlFunctionProcessingStatus';
|
|
74850
74843
|
app?: Maybe<Scalars['String']['output']>;
|