nitropack-nightly 2.11.11-20250428-102536.dd3d5d07 → 2.11.12-20250501-152448.ab1cd033

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.
@@ -1,4 +1,4 @@
1
- const version = "2.11.11-20250428-102536.dd3d5d07";
1
+ const version = "2.11.12-20250501-152448.ab1cd033";
2
2
 
3
3
  const compatibilityChanges = [
4
4
  {
@@ -154,7 +154,7 @@ export const connectionConfigs = {
154
154
 
155
155
  const PLUGIN_NAME = "dynamic-require";
156
156
  const HELPER_DYNAMIC = `\0${PLUGIN_NAME}.mjs`;
157
- const DYNAMIC_REQUIRE_RE = /import\("\.\/" ?\+(.*)\).then/g;
157
+ const DYNAMIC_REQUIRE_RE = /import\((?:.*\+\s*)?"\.\/" ?\+(.*)\).then/g;
158
158
  function dynamicRequire({ dir, ignore, inline }) {
159
159
  return {
160
160
  name: PLUGIN_NAME,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitropack-nightly",
3
- "version": "2.11.11-20250428-102536.dd3d5d07",
3
+ "version": "2.11.12-20250501-152448.ab1cd033",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",