@dudousxd/nestjs-inertia-vite 1.4.2 → 1.4.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog — @dudousxd/nestjs-inertia-vite
2
2
 
3
+ ## 1.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`22ece7b`](https://github.com/DavideCarvalho/nestjs-inertia/commit/22ece7bbda97a4db5302677c19314e8663e07e50) - Fix: externalize express, body-parser, and Node built-ins from bundle to prevent "Dynamic require of path is not supported" crash on Node 26.
8
+
3
9
  ## 1.4.2
4
10
 
5
11
  ### Patch Changes