npm package diff
Package: @forge/manifest
Versions: 8.9.0-next.7-experimental-f55f6f2 - 8.9.0-next.8
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
@@ -395,8 +395,16 @@
"package": {
"additionalProperties": false,
"description": "Options for packaging the Forge app.",
"properties": {
+ "bundler": {
+ "description": "Bundler to use for packaging the runtime code.",
+ "type": "string",
+ "enum": [
+ "webpack",
+ "typescript"
+ ]
+ },
"extraFiles": {
"description": "A list of files to include in the Forge app package.",
"type": "array",
"items": {