@forge/cli-shared 6.7.0-next.10 → 6.7.0-next.9-experimental-472292d
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,12 +1,26 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 6.7.0-next.
|
|
3
|
+
## 6.7.0-next.9-experimental-472292d
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 9471e5d: Package Node runtime in a central location and remove 'bundled'
|
|
4
8
|
|
|
5
9
|
### Patch Changes
|
|
6
10
|
|
|
7
|
-
-
|
|
11
|
+
- 70cd30c: Updated RoA web trigger module warning to be more generic
|
|
12
|
+
- dbc077f: Added config file utility method to only read appId and refactored commands to perform validation after command configuration
|
|
13
|
+
- 272d770: Remove LaunchDarkly integration completely
|
|
14
|
+
- 78a006f: Fixed handling of product and site params without any value
|
|
15
|
+
- 30f197e: Refactoring to enable alternate bundler support
|
|
16
|
+
- Updated dependencies [2712852]
|
|
17
|
+
- Updated dependencies [009ab70]
|
|
8
18
|
- Updated dependencies [4c15b3a]
|
|
9
|
-
|
|
19
|
+
- Updated dependencies [359756b]
|
|
20
|
+
- Updated dependencies [34db0f6]
|
|
21
|
+
- Updated dependencies [01ca857]
|
|
22
|
+
- Updated dependencies [70badb7]
|
|
23
|
+
- @forge/manifest@8.8.0-next.4-experimental-472292d
|
|
10
24
|
|
|
11
25
|
## 6.7.0-next.9
|
|
12
26
|
|
|
@@ -2413,7 +2413,6 @@ export declare enum AtlassianProductHostingType {
|
|
|
2413
2413
|
export declare type AtlassianStudioUserProductPermissions = {
|
|
2414
2414
|
__typename?: 'AtlassianStudioUserProductPermissions';
|
|
2415
2415
|
isConfluenceGlobalAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
2416
|
-
isHelpCenterAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
2417
2416
|
isJiraGlobalAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
2418
2417
|
};
|
|
2419
2418
|
export declare type AtlassianStudioUserSiteContextOutput = {
|
|
@@ -2423,9 +2422,7 @@ export declare type AtlassianStudioUserSiteContextOutput = {
|
|
|
2423
2422
|
isCompanyHubAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2424
2423
|
isConfluenceAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2425
2424
|
isCustomAgentsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2426
|
-
isHelpCenterEditLayoutPermitted?: Maybe<Scalars['Boolean']['output']>;
|
|
2427
2425
|
isJSMAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2428
|
-
isJSMEditionPremiumOrEnterprise?: Maybe<Scalars['Boolean']['output']>;
|
|
2429
2426
|
isJiraAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2430
2427
|
isVirtualAgentsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2431
2428
|
userPermissions?: Maybe<AtlassianStudioUserProductPermissions>;
|