sprotty-protocol
Advanced tools
Comparing version 0.11.0-next.18c4d4d.29 to 0.11.0-next.1ce0c38.35
@@ -285,2 +285,3 @@ /******************************************************************************** | ||
const KIND = "open"; | ||
function create(elementId: string): OpenAction; | ||
} | ||
@@ -287,0 +288,0 @@ /** |
@@ -230,2 +230,9 @@ "use strict"; | ||
OpenAction.KIND = 'open'; | ||
function create(elementId) { | ||
return { | ||
kind: OpenAction.KIND, | ||
elementId: elementId | ||
}; | ||
} | ||
OpenAction.create = create; | ||
})(OpenAction = exports.OpenAction || (exports.OpenAction = {})); | ||
@@ -232,0 +239,0 @@ var LayoutAction; |
{ | ||
"name": "sprotty-protocol", | ||
"version": "0.11.0-next.18c4d4d.29+18c4d4d", | ||
"version": "0.11.0-next.1ce0c38.35+1ce0c38", | ||
"description": "TypeScript declarations for Sprotty to be used both in browser and Node.js context", | ||
@@ -62,3 +62,3 @@ "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", | ||
], | ||
"gitHead": "18c4d4d5cbb801347b72625198c7dd4919bba2cb" | ||
"gitHead": "1ce0c38b73e171955985ec4d2702ae3891901532" | ||
} |
@@ -301,3 +301,3 @@ /******************************************************************************** | ||
*/ | ||
export interface ElementAndBounds { | ||
export interface ElementAndBounds { | ||
elementId: string | ||
@@ -311,3 +311,3 @@ newPosition?: Point | ||
*/ | ||
export interface ElementAndAlignment { | ||
export interface ElementAndAlignment { | ||
elementId: string | ||
@@ -363,3 +363,3 @@ newAlignment: Point | ||
*/ | ||
export interface CollapseExpandAction { | ||
export interface CollapseExpandAction { | ||
kind: typeof CollapseExpandAction.KIND | ||
@@ -385,3 +385,3 @@ expandIds: string[] | ||
*/ | ||
export interface CollapseExpandAllAction { | ||
export interface CollapseExpandAllAction { | ||
kind: typeof CollapseExpandAllAction.KIND | ||
@@ -407,2 +407,9 @@ expand: boolean | ||
export const KIND = 'open'; | ||
export function create(elementId: string): OpenAction { | ||
return { | ||
kind: KIND, | ||
elementId | ||
}; | ||
} | ||
} | ||
@@ -409,0 +416,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
235338
4305
2