locust-ui 2.32.7 → 2.32.8

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
@@ -15941,7 +15941,7 @@ function Y9({ errors: t }) {
15941
15941
  return /* @__PURE__ */ N.jsx(If, { rows: t, structure: U9 });
15942
15942
  }
15943
15943
  const q9 = ({ ui: { errors: t } }) => ({ errors: t }), X9 = en(q9)(Y9), Z9 = `
15944
- Ready to take your load tests to the next level? With [Locust Cloud](locust.cloud), we take care of everything!
15944
+ Ready to take your load tests to the next level? With [Locust Cloud](https://locust.cloud), we take care of everything!
15945
15945
 
15946
15946
 
15947
15947
  Whether your doing small load, or needing to generate millions of requests, we take care of the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "locust-ui",
3
- "version": "2.32.7",
3
+ "version": "2.32.8",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./lib/webui.js",