@hubspot/ui-extensions-dev-server 0.8.33 → 0.8.37

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # UI Extensions – Dev Server
2
2
 
3
- Development server library to run your HubSpot UI Extensions.
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.33",
3
+ "version": "0.8.37",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
- "@hubspot/app-functions-dev-server": "0.8.31",
27
+ "@hubspot/app-functions-dev-server": "0.8.37",
28
28
  "cors": "^2.8.5",
29
29
  "detect-port": "1.5.1",
30
30
  "estraverse": "^5.3.0",
@@ -63,5 +63,5 @@
63
63
  "optional": true
64
64
  }
65
65
  },
66
- "gitHead": "43946879c6cc1dbd76102fe92f6c1838ea34db6b"
66
+ "gitHead": "d1c0d81115c16b53ed5b9d2da2992be27181330f"
67
67
  }