@forge/manifest
Advanced tools
Comparing version 8.4.0 to 8.4.1-experimental-147ff14
@@ -47,2 +47,12 @@ { | ||
}, | ||
"primaryProduct": { | ||
"type": "string", | ||
"enum": [ | ||
"confluence", | ||
"jira", | ||
"compass" | ||
], | ||
"title": "primaryProduct", | ||
"description": "The primary product for cross-product functionality. If not set, app is not a cross-product app." | ||
}, | ||
"licensing": { | ||
@@ -49,0 +59,0 @@ "additionalProperties": false, |
@@ -25,2 +25,6 @@ /* tslint:disable */ | ||
/** | ||
* The primary product for cross-product functionality. If not set, app is not a cross-product app. | ||
*/ | ||
export type PrimaryProduct = 'confluence' | 'jira' | 'compass'; | ||
/** | ||
* Whether to enable paid app licensing for production installations of this app. Default value of false. | ||
@@ -54,2 +58,3 @@ */ | ||
runtime: Runtime; | ||
primaryProduct?: PrimaryProduct; | ||
licensing?: Licensing; | ||
@@ -56,0 +61,0 @@ features?: Features; |
{ | ||
"name": "@forge/manifest", | ||
"version": "8.4.0", | ||
"version": "8.4.1-experimental-147ff14", | ||
"description": "Definitions and validations of the Forge manifest", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3505229
100048
2