@hubspot/ui-extensions-dev-server
Advanced tools
Comparing version 0.0.1-prealpha.6 to 0.0.1-prealpha.7
@@ -7,3 +7,3 @@ const { OUTPUT_DIR } = require('./constants'); | ||
function remoteBuild(root, entryPoint, outputDir) { | ||
async function remoteBuild(root, entryPoint, outputDir) { | ||
const allowedExtensions = ['.js', '.ts', '.tsx', '.jsx']; | ||
@@ -20,3 +20,3 @@ const fileInfo = path.parse(entryPoint); | ||
buildSingleExtension({ | ||
await buildSingleExtension({ | ||
file: entryPoint, | ||
@@ -23,0 +23,0 @@ outputFileName: getUrlSafeFileName(entryPoint), |
{ | ||
"name": "@hubspot/ui-extensions-dev-server", | ||
"version": "0.0.1-prealpha.6", | ||
"version": "0.0.1-prealpha.7", | ||
"description": "", | ||
@@ -59,3 +59,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "1dfa4048c08a39c6f50a5f87e92eddf1b19dde5c" | ||
"gitHead": "79b9c6d99d246df060c0ca83c3811004efd579c1" | ||
} |
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
27196