@forge/manifest 7.2.3-next.1 → 7.2.3-next.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
|
@@ -20,7 +20,7 @@ export type Snapshots = boolean;
|
|
|
20
20
|
/**
|
|
21
21
|
* Name of the runtime to use for app execution.
|
|
22
22
|
*/
|
|
23
|
-
export type Name = 'sandbox' | 'nodejs18.x';
|
|
23
|
+
export type Name = 'sandbox' | 'nodejs18.x' | 'nodejs20.x';
|
|
24
24
|
/**
|
|
25
25
|
* Whether to enable paid app licensing for production installations of this app. Default value of false.
|
|
26
26
|
*/
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export type Snapshots = boolean;
|
|
|
20
20
|
/**
|
|
21
21
|
* Name of the runtime to use for app execution.
|
|
22
22
|
*/
|
|
23
|
-
export type Name = 'sandbox' | 'nodejs18.x';
|
|
23
|
+
export type Name = 'sandbox' | 'nodejs18.x' | 'nodejs20.x';
|
|
24
24
|
/**
|
|
25
25
|
* Whether to enable paid app licensing for production installations of this app. Default value of false.
|
|
26
26
|
*/
|