locust-ui 2.37.8 → 2.37.9

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/lib/webui.js +1 -0
  2. package/package.json +1 -1
package/lib/webui.js CHANGED
@@ -15570,6 +15570,7 @@ function x9({
15570
15570
  {
15571
15571
  defaultValue: n,
15572
15572
  label: `Host ${u ? "(setting this will override the host for the User classes)" : ""}`,
15573
+ name: "host",
15573
15574
  required: _,
15574
15575
  ...P
15575
15576
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "locust-ui",
3
- "version": "2.37.8",
3
+ "version": "2.37.9",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./lib/webui.js",