locust-ui 2.37.14-next-16321161497 → 2.37.15-next-16370405976

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 -1
  2. package/package.json +1 -1
package/lib/webui.js CHANGED
@@ -10917,7 +10917,7 @@ function uI() {
10917
10917
  {
10918
10918
  sx: { color: e ? "#fff" : sd[700], textAlign: "center" },
10919
10919
  variant: "h6",
10920
- children: "Load testing is hard. Let us take care of the heavy lifting. With Locust Cloud you'll be ready to run distributed load tests in minutes."
10920
+ children: "Let us take care of the heavy lifting. With Locust Cloud you'll be ready to run distributed load tests in minutes."
10921
10921
  }
10922
10922
  ),
10923
10923
  /* @__PURE__ */ E.jsx(pe, { sx: { display: "flex", columnGap: 1 }, children: /* @__PURE__ */ E.jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "locust-ui",
3
- "version": "2.37.14-next-16321161497",
3
+ "version": "2.37.15-next-16370405976",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./lib/webui.js",