@netlify/dev 4.6.8 → 4.7.1

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
@@ -603,7 +603,6 @@ var NetlifyDev = class {
603
603
  projectRoot: this.#projectRoot,
604
604
  settings: {},
605
605
  siteId: this.#siteID,
606
- timeouts: {},
607
606
  userFunctionsPath: userFunctionsPathExists ? userFunctionsPath : void 0
608
607
  });
609
608
  }
package/dist/main.js CHANGED
@@ -575,7 +575,6 @@ var NetlifyDev = class {
575
575
  projectRoot: this.#projectRoot,
576
576
  settings: {},
577
577
  siteId: this.#siteID,
578
- timeouts: {},
579
578
  userFunctionsPath: userFunctionsPathExists ? userFunctionsPath : void 0
580
579
  });
581
580
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/dev",
3
- "version": "4.6.8",
3
+ "version": "4.7.1",
4
4
  "description": "Emulation of the Netlify environment for local development",
5
5
  "type": "module",
6
6
  "engines": {
@@ -50,22 +50,22 @@
50
50
  },
51
51
  "author": "Netlify Inc.",
52
52
  "devDependencies": {
53
- "@netlify/api": "^14.0.8",
54
- "@netlify/types": "2.1.0",
53
+ "@netlify/api": "^14.0.10",
54
+ "@netlify/types": "2.2.0",
55
55
  "tsup": "^8.0.0",
56
56
  "vitest": "^3.0.0"
57
57
  },
58
58
  "dependencies": {
59
- "@netlify/blobs": "10.3.2",
59
+ "@netlify/blobs": "10.3.3",
60
60
  "@netlify/config": "^23.2.0",
61
- "@netlify/dev-utils": "4.3.0",
62
- "@netlify/edge-functions-dev": "1.0.3",
63
- "@netlify/functions-dev": "1.0.5",
64
- "@netlify/headers": "2.1.0",
65
- "@netlify/images": "1.3.0",
66
- "@netlify/redirects": "3.1.0",
67
- "@netlify/runtime": "4.1.6",
68
- "@netlify/static": "3.1.0",
61
+ "@netlify/dev-utils": "4.3.1",
62
+ "@netlify/edge-functions-dev": "1.0.4",
63
+ "@netlify/functions-dev": "1.1.0",
64
+ "@netlify/headers": "2.1.1",
65
+ "@netlify/images": "1.3.1",
66
+ "@netlify/redirects": "3.1.2",
67
+ "@netlify/runtime": "4.1.7",
68
+ "@netlify/static": "3.1.1",
69
69
  "ulid": "^3.0.0"
70
70
  }
71
71
  }