New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@forge/manifest

Package Overview
Dependencies
Maintainers
0
Versions
786
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/manifest - npm Package Compare versions

Comparing version

to
8.7.0-next.1

6

out/schema/basic-manifest-schema.json

@@ -47,3 +47,3 @@ {

},
"primaryProduct": {
"requiredProduct": {
"type": "string",

@@ -55,4 +55,4 @@ "enum": [

],
"title": "primaryProduct",
"description": "The primary product for cross-product functionality. If not set, app is not a cross-product app."
"title": "requiredProduct",
"description": "The required product for cross-product functionality. If not set, app is not a cross-product app."
},

@@ -59,0 +59,0 @@ "licensing": {

@@ -25,5 +25,5 @@ /* tslint:disable */

/**
* The primary product for cross-product functionality. If not set, app is not a cross-product app.
* The required product for cross-product functionality. If not set, app is not a cross-product app.
*/
export type PrimaryProduct = 'confluence' | 'jira' | 'compass';
export type RequiredProduct = 'confluence' | 'jira' | 'compass';
/**

@@ -58,3 +58,3 @@ * Whether to enable paid app licensing for production installations of this app. Default value of false.

runtime: Runtime;
primaryProduct?: PrimaryProduct;
requiredProduct?: RequiredProduct;
licensing?: Licensing;

@@ -61,0 +61,0 @@ features?: Features;

@@ -169,3 +169,5 @@ export declare enum AllModuleTypes {

RovoAgent = "rovo:agent",
CoreAction = "core:action"
CoreAction = "core:action",
GraphEntityProvider = "graph:entityProvider",
GraphConnector = "graph:connector"
}

@@ -172,0 +174,0 @@ export declare const SUPPORTED_MODULES: AllModuleTypes[];

@@ -174,4 +174,6 @@ "use strict";

AllModuleTypes["CoreAction"] = "core:action";
AllModuleTypes["GraphEntityProvider"] = "graph:entityProvider";
AllModuleTypes["GraphConnector"] = "graph:connector";
})(AllModuleTypes = exports.AllModuleTypes || (exports.AllModuleTypes = {}));
exports.SUPPORTED_MODULES = Object.values(AllModuleTypes);
exports.SUPPORTED_PRODUCTS_ONLY = [...new Set(exports.SUPPORTED_MODULES.map((module) => module.split(':')[0]))];
{
"name": "@forge/manifest",
"version": "8.6.2-next.0",
"version": "8.7.0-next.1",
"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

Sorry, the diff of this file is not supported yet