lucid-extension-sdk
Advanced tools
Comparing version 0.0.313 to 0.0.314
@@ -12,13 +12,13 @@ /** | ||
export declare enum SemanticRelationships { | ||
RelatesTo = "RelatesTo", | ||
RelatesTo = "Relates To", | ||
Duplicates = "Duplicates", | ||
IsDuplicatedBy = "IsDuplicatedBy", | ||
IsDuplicatedBy = "Is Duplicated By", | ||
Blocks = "Blocks", | ||
IsBlockedBy = "IsBlockedBy", | ||
IsBlockedBy = "Is Blocked By", | ||
Clones = "Clones", | ||
IsClonedBy = "IsClonedBy", | ||
IsParentOf = "IsParentOf", | ||
IsChildOf = "IsChildOf" | ||
IsClonedBy = "Is Cloned By", | ||
IsParentOf = "Is Parent Of", | ||
IsChildOf = "Is Child Of" | ||
} | ||
export declare function getInverseSemanticRelationship(relationship: SemanticRelationships): SemanticRelationships; | ||
export declare const isSemanticRelationship: (x: unknown) => x is SemanticRelationships; |
@@ -17,11 +17,11 @@ "use strict"; | ||
(function (SemanticRelationships) { | ||
SemanticRelationships["RelatesTo"] = "RelatesTo"; | ||
SemanticRelationships["RelatesTo"] = "Relates To"; | ||
SemanticRelationships["Duplicates"] = "Duplicates"; | ||
SemanticRelationships["IsDuplicatedBy"] = "IsDuplicatedBy"; | ||
SemanticRelationships["IsDuplicatedBy"] = "Is Duplicated By"; | ||
SemanticRelationships["Blocks"] = "Blocks"; | ||
SemanticRelationships["IsBlockedBy"] = "IsBlockedBy"; | ||
SemanticRelationships["IsBlockedBy"] = "Is Blocked By"; | ||
SemanticRelationships["Clones"] = "Clones"; | ||
SemanticRelationships["IsClonedBy"] = "IsClonedBy"; | ||
SemanticRelationships["IsParentOf"] = "IsParentOf"; | ||
SemanticRelationships["IsChildOf"] = "IsChildOf"; | ||
SemanticRelationships["IsClonedBy"] = "Is Cloned By"; | ||
SemanticRelationships["IsParentOf"] = "Is Parent Of"; | ||
SemanticRelationships["IsChildOf"] = "Is Child Of"; | ||
})(SemanticRelationships || (exports.SemanticRelationships = SemanticRelationships = {})); | ||
@@ -28,0 +28,0 @@ function getInverseSemanticRelationship(relationship) { |
{ | ||
"name": "lucid-extension-sdk", | ||
"version": "0.0.313", | ||
"version": "0.0.314", | ||
"description": "Utility classes for writing Lucid Software editor extensions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
853637