npm package diff

Package: @forge/manifest

Versions: 8.0.1-next.1 - 8.1.0-next.2

File: package/out/schema/manifest.d.ts

Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -19,9 +19,9 @@
 export type Snapshots = boolean;
 /**
  * Name of the runtime to use for app execution.
  */
-export type Name = 'sandbox' | 'nodejs18.x' | 'nodejs20.x';
+export type Name = 'sandbox' | 'nodejs18.x' | 'nodejs20.x' | 'nodejs22.x';
 /**
  * Whether to enable paid app licensing for production installations of this app. Default value of false.
  */
 export type Enabled = boolean;