lucid-extension-sdk
Advanced tools
Comparing version 0.0.102 to 0.0.103
{ | ||
"name": "lucid-extension-sdk", | ||
"version": "0.0.102", | ||
"version": "0.0.103", | ||
"description": "Utility classes for writing Lucid Software editor extensions", | ||
@@ -5,0 +5,0 @@ "main": "sdk/index.js", |
@@ -13,3 +13,4 @@ /** | ||
DocumentFormula = "Formula", | ||
TaskCardFieldsConfig = "TaskCardFieldsConfig" | ||
TaskCardFieldsConfig = "TaskCardFieldsConfig", | ||
GeneratorView = "GeneratorView" | ||
} |
@@ -18,2 +18,3 @@ "use strict"; | ||
DocumentElementType["TaskCardFieldsConfig"] = "TaskCardFieldsConfig"; | ||
DocumentElementType["GeneratorView"] = "GeneratorView"; | ||
})(DocumentElementType = exports.DocumentElementType || (exports.DocumentElementType = {})); |
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
484061
11222