@netlify/dev 2.1.2 → 2.2.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/README.md +2 -1
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# @netlify/dev
|
|
2
2
|
|
|
3
|
-
> [!WARNING]
|
|
3
|
+
> [!WARNING]
|
|
4
|
+
> This module is under active development and does **not** yet support all Netlify platform features.
|
|
4
5
|
|
|
5
6
|
`@netlify/dev` is a local emulator for the Netlify production environment. While it can be used directly by advanced
|
|
6
7
|
users, it is primarily designed as a foundational library for higher-level tools like the
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/dev",
|
|
3
|
-
"version": "2.1
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.2.1",
|
|
4
|
+
"description": "Emulation of the Netlify environment for local development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^14.16.0 || >=16.0.0"
|
|
@@ -45,17 +45,18 @@
|
|
|
45
45
|
},
|
|
46
46
|
"author": "Netlify Inc.",
|
|
47
47
|
"devDependencies": {
|
|
48
|
+
"@netlify/types": "1.1.0",
|
|
48
49
|
"tmp-promise": "^3.0.3",
|
|
49
50
|
"tsup": "^8.0.0",
|
|
50
51
|
"vitest": "^3.0.0"
|
|
51
52
|
},
|
|
52
53
|
"dependencies": {
|
|
53
|
-
"@netlify/blobs": "9.0
|
|
54
|
+
"@netlify/blobs": "9.1.0",
|
|
54
55
|
"@netlify/config": "^22.0.0",
|
|
55
56
|
"@netlify/dev-utils": "2.1.0",
|
|
56
|
-
"@netlify/functions": "3.1.
|
|
57
|
+
"@netlify/functions": "3.1.7",
|
|
57
58
|
"@netlify/redirects": "1.1.2",
|
|
58
|
-
"@netlify/runtime": "2.
|
|
59
|
+
"@netlify/runtime": "2.2.0",
|
|
59
60
|
"@netlify/static": "1.1.2"
|
|
60
61
|
}
|
|
61
62
|
}
|