lucid-extension-sdk
Advanced tools
Comparing version 0.0.265 to 0.0.266
@@ -8,3 +8,4 @@ /** @ignore until spreadsheet integration is ready for launch (CHART-51946) */ | ||
Formula = "Formula", | ||
HeaderRowMetadata = "HeaderRowMetadata" | ||
HeaderRowMetadata = "HeaderRowMetadata", | ||
ExternalLink = "ExternalLink" | ||
} |
@@ -15,2 +15,3 @@ "use strict"; | ||
MetadataTypes["HeaderRowMetadata"] = "HeaderRowMetadata"; | ||
MetadataTypes["ExternalLink"] = "ExternalLink"; | ||
})(MetadataTypes || (exports.MetadataTypes = MetadataTypes = {})); |
{ | ||
"name": "lucid-extension-sdk", | ||
"version": "0.0.265", | ||
"version": "0.0.266", | ||
"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
760166
17620