@netlify/dev 4.5.4 → 4.5.7

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.
package/dist/main.cjs CHANGED
@@ -520,7 +520,7 @@ var NetlifyDev = class {
520
520
  const config = await this.getConfig();
521
521
  this.#config = config;
522
522
  const runtime = await getRuntime({
523
- blobs: Boolean(this.#features.blobs),
523
+ blobs: this.#features.blobs,
524
524
  deployID: "0",
525
525
  projectRoot: this.#projectRoot,
526
526
  siteID: siteID ?? "0"
package/dist/main.js CHANGED
@@ -492,7 +492,7 @@ var NetlifyDev = class {
492
492
  const config = await this.getConfig();
493
493
  this.#config = config;
494
494
  const runtime = await getRuntime({
495
- blobs: Boolean(this.#features.blobs),
495
+ blobs: this.#features.blobs,
496
496
  deployID: "0",
497
497
  projectRoot: this.#projectRoot,
498
498
  siteID: siteID ?? "0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/dev",
3
- "version": "4.5.4",
3
+ "version": "4.5.7",
4
4
  "description": "Emulation of the Netlify environment for local development",
5
5
  "type": "module",
6
6
  "engines": {
@@ -46,22 +46,22 @@
46
46
  },
47
47
  "author": "Netlify Inc.",
48
48
  "devDependencies": {
49
- "@netlify/api": "^14.0.3",
49
+ "@netlify/api": "^14.0.4",
50
50
  "@netlify/types": "2.0.2",
51
51
  "tsup": "^8.0.0",
52
52
  "vitest": "^3.0.0"
53
53
  },
54
54
  "dependencies": {
55
- "@netlify/blobs": "10.0.8",
55
+ "@netlify/blobs": "10.0.9",
56
56
  "@netlify/config": "^23.2.0",
57
- "@netlify/dev-utils": "4.1.1",
58
- "@netlify/edge-functions": "2.17.0",
59
- "@netlify/functions": "4.2.1",
60
- "@netlify/headers": "2.0.8",
61
- "@netlify/images": "1.2.5",
62
- "@netlify/redirects": "3.0.9",
63
- "@netlify/runtime": "4.0.12",
64
- "@netlify/static": "3.0.8",
57
+ "@netlify/dev-utils": "4.1.2",
58
+ "@netlify/edge-functions": "2.17.3",
59
+ "@netlify/functions": "4.2.4",
60
+ "@netlify/headers": "2.0.10",
61
+ "@netlify/images": "1.2.6",
62
+ "@netlify/redirects": "3.0.11",
63
+ "@netlify/runtime": "4.0.13",
64
+ "@netlify/static": "3.0.9",
65
65
  "ulid": "^3.0.0"
66
66
  }
67
67
  }