npm package diff
Package: @forge/manifest
Versions: 8.7.0-next.3 - 8.7.0-next.4
File: package/out/schema/basic-manifest-schema.json
Index: package/out/schema/basic-manifest-schema.json
===================================================================
--- package/out/schema/basic-manifest-schema.json
+++ package/out/schema/basic-manifest-schema.json
@@ -35,8 +35,17 @@
"nodejs18.x",
"nodejs20.x",
"nodejs22.x"
]
+ },
+ "architecture": {
+ "description": "Lambda architecture, its value can be either 'x86_64' or 'arm64'. Default value is 'x86_64'.",
+ "title": "architecture",
+ "type": "string",
+ "enum": [
+ "x86_64",
+ "arm64"
+ ]
}
},
"title": "runtime",
"type": "object",