feat: init
This commit is contained in:
21
node_modules/nitropack/dist/meta/index.mjs
generated
vendored
Normal file
21
node_modules/nitropack/dist/meta/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
const version = "2.13.1";
|
||||
|
||||
const compatibilityChanges = [
|
||||
{
|
||||
from: "2024-05-07",
|
||||
platform: "netlify",
|
||||
description: "Netlify functions v2"
|
||||
},
|
||||
{
|
||||
from: "2024-09-19",
|
||||
platform: "cloudflare",
|
||||
description: "Static assets support for cloudflare-module preset"
|
||||
},
|
||||
{
|
||||
from: "2025-01-30",
|
||||
platform: "deno",
|
||||
description: "Deno v2 Node.js compatibility"
|
||||
}
|
||||
];
|
||||
|
||||
export { compatibilityChanges, version };
|
||||
Reference in New Issue
Block a user