feat: init
This commit is contained in:
7
node_modules/nitropack/dist/meta/index.d.mts
generated
vendored
Normal file
7
node_modules/nitropack/dist/meta/index.d.mts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { CompatibilityUpdate } from 'compatx';
|
||||
|
||||
declare let version: string;
|
||||
|
||||
declare const compatibilityChanges: CompatibilityUpdate[];
|
||||
|
||||
export { compatibilityChanges, version };
|
||||
7
node_modules/nitropack/dist/meta/index.d.ts
generated
vendored
Normal file
7
node_modules/nitropack/dist/meta/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { CompatibilityUpdate } from 'compatx';
|
||||
|
||||
declare let version: string;
|
||||
|
||||
declare const compatibilityChanges: CompatibilityUpdate[];
|
||||
|
||||
export { compatibilityChanges, version };
|
||||
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