@hubspot/ui-extensions-dev-server 0.8.33 → 0.8.36
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# UI Extensions – Dev Server
|
|
2
2
|
|
|
3
|
-
Development server library to run
|
|
3
|
+
Development server library to run your HubSpot UI Extensions.
|
|
4
4
|
|
|
5
5
|
## Overview
|
|
6
6
|
This package contains the library functions for running HubSpot UI extensions locally, as well as running a production build for debugging purposes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubspot/ui-extensions-dev-server",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.36",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "jest",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"optional": true
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "ddabeaecc8e396c607c92cf8b6643b7bae31fc35"
|
|
67
67
|
}
|