@netlify/dev 4.5.7 → 4.5.9

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
@@ -46,7 +46,7 @@ var import_redirects = require("@netlify/redirects");
46
46
  var import_static = require("@netlify/static");
47
47
 
48
48
  // src/lib/env.ts
49
- var SUPPORTED_CONTEXTS = ["all", "production", "deploy-preview", "branch-deploy", "dev"];
49
+ var SUPPORTED_CONTEXTS = ["all", "production", "deploy-preview", "branch-deploy", "dev", "dev-server"];
50
50
  var injectEnvVariables = async ({
51
51
  accountSlug,
52
52
  baseVariables = {},
package/dist/main.js CHANGED
@@ -18,7 +18,7 @@ import { RedirectsHandler } from "@netlify/redirects";
18
18
  import { StaticHandler } from "@netlify/static";
19
19
 
20
20
  // src/lib/env.ts
21
- var SUPPORTED_CONTEXTS = ["all", "production", "deploy-preview", "branch-deploy", "dev"];
21
+ var SUPPORTED_CONTEXTS = ["all", "production", "deploy-preview", "branch-deploy", "dev", "dev-server"];
22
22
  var injectEnvVariables = async ({
23
23
  accountSlug,
24
24
  baseVariables = {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/dev",
3
- "version": "4.5.7",
3
+ "version": "4.5.9",
4
4
  "description": "Emulation of the Netlify environment for local development",
5
5
  "type": "module",
6
6
  "engines": {
@@ -47,21 +47,21 @@
47
47
  "author": "Netlify Inc.",
48
48
  "devDependencies": {
49
49
  "@netlify/api": "^14.0.4",
50
- "@netlify/types": "2.0.2",
50
+ "@netlify/types": "2.0.3",
51
51
  "tsup": "^8.0.0",
52
52
  "vitest": "^3.0.0"
53
53
  },
54
54
  "dependencies": {
55
- "@netlify/blobs": "10.0.9",
55
+ "@netlify/blobs": "10.0.10",
56
56
  "@netlify/config": "^23.2.0",
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",
57
+ "@netlify/dev-utils": "4.1.3",
58
+ "@netlify/edge-functions": "2.17.4",
59
+ "@netlify/functions": "4.2.5",
60
+ "@netlify/headers": "2.0.11",
61
+ "@netlify/images": "1.2.7",
62
+ "@netlify/redirects": "3.0.12",
63
+ "@netlify/runtime": "4.0.15",
64
+ "@netlify/static": "3.0.10",
65
65
  "ulid": "^3.0.0"
66
66
  }
67
67
  }