File tree Expand file tree Collapse file tree 8 files changed +48
-13
lines changed
Expand file tree Collapse file tree 8 files changed +48
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "packages/blobs" : " 9.1.4" ,
33 "packages/cache" : " 3.0.0" ,
4- "packages/dev" : " 4.0.2 " ,
4+ "packages/dev" : " 4.1.0 " ,
55 "packages/dev-utils" : " 3.1.0" ,
6- "packages/edge-functions" : " 2.13.2 " ,
6+ "packages/edge-functions" : " 2.14.0 " ,
77 "packages/functions" : " 4.1.0" ,
88 "packages/headers" : " 2.0.0" ,
99 "packages/otel" : " 3.0.0" ,
1212 "packages/runtime-utils" : " 2.1.0" ,
1313 "packages/static" : " 3.0.0" ,
1414 "packages/types" : " 2.0.1" ,
15- "packages/vite-plugin" : " 2.0.2 "
15+ "packages/vite-plugin" : " 2.1.0 "
1616}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 4.1.0] ( https://github.com/netlify/primitives/compare/dev-v4.0.2...dev-v4.1.0 ) (2025-06-03)
4+
5+
6+ ### Features
7+
8+ * accept ` IncomingMessage ` in handler ([ #267 ] ( https://github.com/netlify/primitives/issues/267 ) ) ([ aa84022] ( https://github.com/netlify/primitives/commit/aa84022cf9ecb2258dce39b87b0a21ec73524914 ) )
9+
10+
11+ ### Dependencies
12+
13+ * The following workspace dependencies were updated
14+ * dependencies
15+ * @netlify/edge-functions bumped from 2.13.2 to 2.14.0
16+
317## [ 4.0.2] ( https://github.com/netlify/primitives/compare/dev-v4.0.1...dev-v4.0.2 ) (2025-06-03)
418
519
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/dev" ,
3- "version" : " 4.0.2 " ,
3+ "version" : " 4.1.0 " ,
44 "description" : " Emulation of the Netlify environment for local development" ,
55 "type" : " module" ,
66 "engines" : {
5555 "@netlify/blobs" : " 9.1.4" ,
5656 "@netlify/config" : " ^23.0.8" ,
5757 "@netlify/dev-utils" : " 3.1.0" ,
58- "@netlify/edge-functions" : " 2.13.2 " ,
58+ "@netlify/edge-functions" : " 2.14.0 " ,
5959 "@netlify/functions" : " 4.1.0" ,
6060 "@netlify/headers" : " 2.0.0" ,
6161 "@netlify/redirects" : " 3.0.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.14.0] ( https://github.com/netlify/primitives/compare/edge-functions-v2.13.2...edge-functions-v2.14.0 ) (2025-06-03)
4+
5+
6+ ### Features
7+
8+ * accept ` IncomingMessage ` in handler ([ #267 ] ( https://github.com/netlify/primitives/issues/267 ) ) ([ aa84022] ( https://github.com/netlify/primitives/commit/aa84022cf9ecb2258dce39b87b0a21ec73524914 ) )
9+
310## [ 2.13.2] ( https://github.com/netlify/primitives/compare/edge-functions-v2.13.1...edge-functions-v2.13.2 ) (2025-06-03)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/edge-functions" ,
3- "version" : " 2.13.2 " ,
3+ "version" : " 2.14.0 " ,
44 "description" : " TypeScript utilities for interacting with Netlify Edge Functions" ,
55 "type" : " module" ,
66 "engines" : {
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.1.0] ( https://github.com/netlify/primitives/compare/vite-plugin-v2.0.2...vite-plugin-v2.1.0 ) (2025-06-03)
4+
5+
6+ ### Features
7+
8+ * accept ` IncomingMessage ` in handler ([ #267 ] ( https://github.com/netlify/primitives/issues/267 ) ) ([ aa84022] ( https://github.com/netlify/primitives/commit/aa84022cf9ecb2258dce39b87b0a21ec73524914 ) )
9+
10+
11+ ### Dependencies
12+
13+ * The following workspace dependencies were updated
14+ * dependencies
15+ * @netlify/dev bumped from 4.0.2 to 4.1.0
16+
317## [ 2.0.2] ( https://github.com/netlify/primitives/compare/vite-plugin-v2.0.1...vite-plugin-v2.0.2 ) (2025-06-03)
418
519
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/vite-plugin" ,
3- "version" : " 2.0.2 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " Vite plugin with a local emulation of the Netlify environment" ,
55 "type" : " module" ,
66 "engines" : {
3636 "vitest" : " ^3.0.0"
3737 },
3838 "dependencies" : {
39- "@netlify/dev" : " 4.0.2 " ,
39+ "@netlify/dev" : " 4.1.0 " ,
4040 "chalk" : " ^5.4.1"
4141 },
4242 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments