@hubspot/ui-extensions-dev-server 0.0.1-prealpha.2 → 0.0.1-prealpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +1 -1
- package/package.json +2 -2
- package/tests/testDevServer.js +1 -1
package/cli.js
CHANGED
|
@@ -29,7 +29,7 @@ function showHelp(OUTPUT_DIR) {
|
|
|
29
29
|
const sections = [
|
|
30
30
|
{
|
|
31
31
|
header: 'HubSpot UI Extensions Local Dev Server',
|
|
32
|
-
content: `Used for local development of HubSpot
|
|
32
|
+
content: `Used for local development of HubSpot extensions. Built assets can be found in the ${OUTPUT_DIR} directory`,
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
header: 'Available Commands',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubspot/ui-extensions-dev-server",
|
|
3
|
-
"version": "0.0.1-prealpha.
|
|
3
|
+
"version": "0.0.1-prealpha.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"node": true
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "74dbffa7fe6e4ad7d5029897801c11dc5d5edae1"
|
|
49
49
|
}
|
package/tests/testDevServer.js
CHANGED
|
@@ -124,7 +124,7 @@ function testExpressServer(results, logger) {
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
// Test the the web socket server is running on the expected port and
|
|
127
|
-
// that we are able to
|
|
127
|
+
// that we are able to receive messages from it.
|
|
128
128
|
function testWebSocketServer(results, logger) {
|
|
129
129
|
const fileContents = fs
|
|
130
130
|
.readFileSync(path.join('dist', 'PhoneLines.js'))
|