custom-functions-metadata
Advanced tools
Comparing version 1.5.3 to 1.5.5
@@ -90,3 +90,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
if (functions.length > 0) { | ||
generateResults.metadataJson = JSON.stringify({ functions: functions }, null, 4); | ||
const metadata = { | ||
allowCustomDataForDataTypeAny: true, | ||
functions: functions, | ||
}; | ||
generateResults.metadataJson = JSON.stringify(metadata, null, 4); | ||
} | ||
@@ -93,0 +97,0 @@ } |
{ | ||
"name": "custom-functions-metadata", | ||
"version": "1.5.3", | ||
"version": "1.5.5", | ||
"description": "Generate metadata for Excel Custom Functions.", | ||
@@ -56,3 +56,3 @@ "main": "./lib/main.js", | ||
"prettier": "office-addin-prettier-config", | ||
"gitHead": "43e2b3dc1e1e47706f061b87378b74f326fd2f59" | ||
"gitHead": "65dd219ae7600364f02e23601c948d3a7960b13b" | ||
} |
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
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
82062
1120