nitropack-nightly 2.11.13-20250517-084929.f68545af → 2.11.13-20250521-182135.be404a71

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.
@@ -1180,7 +1180,7 @@ async function writeTypes(nitro) {
1180
1180
  relative(typesDir, runtimeDir)
1181
1181
  );
1182
1182
  const resolvedImportPathMap = /* @__PURE__ */ new Map();
1183
- for (const i of allImports.filter((i2) => !i2.type)) {
1183
+ for (const i of allImports) {
1184
1184
  if (resolvedImportPathMap.has(i.from)) {
1185
1185
  continue;
1186
1186
  }
@@ -1,4 +1,4 @@
1
- const version = "2.11.13-20250517-084929.f68545af";
1
+ const version = "2.11.13-20250521-182135.be404a71";
2
2
 
3
3
  const compatibilityChanges = [
4
4
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitropack-nightly",
3
- "version": "2.11.13-20250517-084929.f68545af",
3
+ "version": "2.11.13-20250521-182135.be404a71",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",