@forge/cli-shared 9.4.0-next.8-experimental-3dcad97 → 9.4.0-next.9

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,23 +1,11 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 9.4.0-next.8-experimental-3dcad97
4
-
5
- ### Minor Changes
6
-
7
- - 016ed9d: Upgrading graphql-request dependency
8
- - d1767a0: New dynamic hint bar added to progress display
9
- - 2b13c2e: Move from node-fetch to native fetch
10
- - ff4f2bf: Add `forge site provision` to provision a new demo site or get an existing demo site.
3
+ ## 9.4.0-next.9
11
4
 
12
5
  ### Patch Changes
13
6
 
14
- - 47c4c75: Add a friendly fail-closed error when Forge CLI proxy setup fails.
15
- - 71d0c4e: update 'manifest render' command description
16
- - f9fba62: Add an option to inspect the application bundle
17
- - 9afd5c3: Add native Forge CLI proxy support for Node and Undici network clients.
18
- - Updated dependencies [ccd5143]
19
- - Updated dependencies [6c1371a]
20
- - @forge/manifest@13.3.1-next.1-experimental-3dcad97
7
+ - Updated dependencies [05f231c]
8
+ - @forge/manifest@13.3.1-next.2
21
9
 
22
10
  ## 9.4.0-next.8
23
11
 
@@ -10996,6 +10996,7 @@ export declare enum AppFeatureKey {
10996
10996
  HasExposedCredentials = "HAS_EXPOSED_CREDENTIALS",
10997
10997
  HasResourceRestrictedToken = "HAS_RESOURCE_RESTRICTED_TOKEN",
10998
10998
  IsPersonalApp = "IS_PERSONAL_APP",
10999
+ IsPlatformApp = "IS_PLATFORM_APP",
10999
11000
  SupportsCompute = "SUPPORTS_COMPUTE",
11000
11001
  SupportsCustomEnvironments = "SUPPORTS_CUSTOM_ENVIRONMENTS"
11001
11002
  }
@@ -11016,6 +11017,7 @@ export type AppFeaturesInput = {
11016
11017
  hasExposedCredentials?: InputMaybe<AppFeaturesExposedCredentialsInput>;
11017
11018
  hasResourceRestrictedToken?: InputMaybe<Scalars['Boolean']['input']>;
11018
11019
  isPersonalApp?: InputMaybe<Scalars['Boolean']['input']>;
11020
+ platformAppId?: InputMaybe<Scalars['ID']['input']>;
11019
11021
  };
11020
11022
  export type AppHostService = {
11021
11023
  __typename?: 'AppHostService';