@scaleway/sdk-lb 2.3.1 → 2.4.0

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.
@@ -1,14 +1,8 @@
1
- const HealthCheckHttpConfig = {
2
- hostHeader: {
3
- pattern: /^[^\s]+$/
4
- }
5
- };
6
- const HealthCheckHttpsConfig = {
7
- hostHeader: {
8
- pattern: /^[^\s]+$/
9
- }
10
- };
11
- export {
12
- HealthCheckHttpConfig,
13
- HealthCheckHttpsConfig
14
- };
1
+ import { __exportAll } from "../_virtual/_rolldown/runtime.js";
2
+ var validation_rules_gen_exports = /* @__PURE__ */ __exportAll({
3
+ HealthCheckHttpConfig: () => HealthCheckHttpConfig,
4
+ HealthCheckHttpsConfig: () => HealthCheckHttpsConfig
5
+ });
6
+ const HealthCheckHttpConfig = { hostHeader: { pattern: /^[^\s]+$/ } };
7
+ const HealthCheckHttpsConfig = { hostHeader: { pattern: /^[^\s]+$/ } };
8
+ export { validation_rules_gen_exports };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-lb",
3
- "version": "2.3.1",
3
+ "version": "2.4.0",
4
4
  "description": "Scaleway SDK lb",
5
5
  "license": "Apache-2.0",
6
6
  "files": [
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@scaleway/random-name": "5.1.2",
30
- "@scaleway/sdk-std": "2.1.1"
30
+ "@scaleway/sdk-std": "2.2.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@scaleway/sdk-client": "^2.1.0"
33
+ "@scaleway/sdk-client": "^2.2.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@scaleway/sdk-client": "^2.1.0"
36
+ "@scaleway/sdk-client": "^2.2.0"
37
37
  },
38
38
  "scripts": {
39
39
  "package:check": "pnpm publint",