@forge/cli-shared 2.3.0-next.9 → 2.3.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 2.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 949bd40: The @forge/cli will now download templates from a new service (previously bitbucket), old versions of the CLI won't receive template updates
|
|
8
|
+
- cf2420d: Added root package.json and lock files to app bundle.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 47a71a6: Upgrade graphql-request for node 16 compatibility
|
|
13
|
+
- Updated dependencies [88e57a12]
|
|
14
|
+
- Updated dependencies [fcd9580]
|
|
15
|
+
- Updated dependencies [6c44d2b]
|
|
16
|
+
- Updated dependencies [e95919f]
|
|
17
|
+
- Updated dependencies [e822a8a]
|
|
18
|
+
- Updated dependencies [720953f]
|
|
19
|
+
- Updated dependencies [2420378]
|
|
20
|
+
- Updated dependencies [051ed1f]
|
|
21
|
+
- Updated dependencies [ad94136]
|
|
22
|
+
- Updated dependencies [e65d33e]
|
|
23
|
+
- Updated dependencies [ae111cd]
|
|
24
|
+
- Updated dependencies [8e35955]
|
|
25
|
+
- Updated dependencies [c255b24]
|
|
26
|
+
- Updated dependencies [f894871]
|
|
27
|
+
- @forge/util@1.2.0
|
|
28
|
+
- @forge/manifest@3.3.0
|
|
29
|
+
|
|
30
|
+
## 2.3.0-next.11
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies [720953f]
|
|
35
|
+
- @forge/manifest@3.3.0-next.9
|
|
36
|
+
|
|
37
|
+
## 2.3.0-next.10
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- 47a71a62: Upgrade graphql-request for node 16 compatibility
|
|
42
|
+
- Updated dependencies [fcd95803]
|
|
43
|
+
- Updated dependencies [e65d33e6]
|
|
44
|
+
- @forge/manifest@3.3.0-next.8
|
|
45
|
+
|
|
3
46
|
## 2.3.0-next.9
|
|
4
47
|
|
|
5
48
|
### Minor Changes
|
|
@@ -958,6 +958,7 @@ export declare type AuxEffectsInvocationPayload = {
|
|
|
958
958
|
effects: Array<Scalars['JSON']>;
|
|
959
959
|
context: Scalars['JSON'];
|
|
960
960
|
contextToken?: Maybe<Scalars['String']>;
|
|
961
|
+
extensionPayload?: Maybe<Scalars['JSON']>;
|
|
961
962
|
config?: Maybe<Scalars['JSON']>;
|
|
962
963
|
};
|
|
963
964
|
export declare type AuxEffectsResult = {
|
|
@@ -14706,10 +14707,7 @@ export declare type SupportRequestUsers = {
|
|
|
14706
14707
|
};
|
|
14707
14708
|
export declare type SupportRequestUsersSearchUsersArgs = {
|
|
14708
14709
|
query?: Maybe<Scalars['String']>;
|
|
14709
|
-
|
|
14710
|
-
maxResults?: Maybe<Scalars['Int']>;
|
|
14711
|
-
includeActive?: Maybe<Scalars['Boolean']>;
|
|
14712
|
-
includeInactive?: Maybe<Scalars['Boolean']>;
|
|
14710
|
+
requestKey?: Maybe<Scalars['String']>;
|
|
14713
14711
|
};
|
|
14714
14712
|
export declare type SupportRequests = {
|
|
14715
14713
|
__typename?: 'SupportRequests';
|