@hubspot/ui-extensions-dev-server
Advanced tools
Comparing version 0.0.1-prealpha.2 to 0.0.1-prealpha.3
@@ -32,3 +32,3 @@ const logger = require('./logger'); | ||
header: 'HubSpot UI Extensions Local Dev Server', | ||
content: `Used for local development of HubSpot extenions. Built assets can be found in the ${OUTPUT_DIR} directory`, | ||
content: `Used for local development of HubSpot extensions. Built assets can be found in the ${OUTPUT_DIR} directory`, | ||
}, | ||
@@ -35,0 +35,0 @@ { |
{ | ||
"name": "@hubspot/ui-extensions-dev-server", | ||
"version": "0.0.1-prealpha.2", | ||
"version": "0.0.1-prealpha.3", | ||
"description": "", | ||
@@ -48,3 +48,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "236831146a8ce8906c080b3f555a8ff50d6f12da" | ||
"gitHead": "74dbffa7fe6e4ad7d5029897801c11dc5d5edae1" | ||
} |
@@ -127,3 +127,3 @@ const { spawn } = require('child_process'); | ||
// Test the the web socket server is running on the expected port and | ||
// that we are able to recieve messages from it. | ||
// that we are able to receive messages from it. | ||
function testWebSocketServer(results, logger) { | ||
@@ -130,0 +130,0 @@ const fileContents = fs |
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
22688