@netlify/dev 4.6.0 → 4.6.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 +2 -2
- package/dist/main.js +1 -1
- package/package.json +2 -2
package/dist/main.cjs
CHANGED
|
@@ -39,7 +39,7 @@ var import_node_process2 = __toESM(require("process"), 1);
|
|
|
39
39
|
var import_config = require("@netlify/config");
|
|
40
40
|
var import_dev_utils = require("@netlify/dev-utils");
|
|
41
41
|
var import_dev = require("@netlify/edge-functions/dev");
|
|
42
|
-
var
|
|
42
|
+
var import_functions_dev = require("@netlify/functions-dev");
|
|
43
43
|
var import_headers = require("@netlify/headers");
|
|
44
44
|
var import_images = require("@netlify/images");
|
|
45
45
|
var import_redirects = require("@netlify/redirects");
|
|
@@ -596,7 +596,7 @@ var NetlifyDev = class {
|
|
|
596
596
|
cache: this.#geolocationConfig?.cache ?? true,
|
|
597
597
|
state
|
|
598
598
|
});
|
|
599
|
-
this.#functionsHandler = new
|
|
599
|
+
this.#functionsHandler = new import_functions_dev.FunctionsHandler({
|
|
600
600
|
config: this.#config,
|
|
601
601
|
destPath: this.#functionsServePath,
|
|
602
602
|
geolocation,
|
package/dist/main.js
CHANGED
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
HTTPServer
|
|
12
12
|
} from "@netlify/dev-utils";
|
|
13
13
|
import { EdgeFunctionsHandler } from "@netlify/edge-functions/dev";
|
|
14
|
-
import { FunctionsHandler } from "@netlify/functions
|
|
14
|
+
import { FunctionsHandler } from "@netlify/functions-dev";
|
|
15
15
|
import { HeadersHandler } from "@netlify/headers";
|
|
16
16
|
import { ImageHandler } from "@netlify/images";
|
|
17
17
|
import { RedirectsHandler } from "@netlify/redirects";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/dev",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.1",
|
|
4
4
|
"description": "Emulation of the Netlify environment for local development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@netlify/config": "^23.2.0",
|
|
57
57
|
"@netlify/dev-utils": "4.3.0",
|
|
58
58
|
"@netlify/edge-functions": "2.19.0",
|
|
59
|
-
"@netlify/functions": "
|
|
59
|
+
"@netlify/functions-dev": "1.0.0",
|
|
60
60
|
"@netlify/headers": "2.1.0",
|
|
61
61
|
"@netlify/images": "1.3.0",
|
|
62
62
|
"@netlify/redirects": "3.1.0",
|