@dudousxd/nestjs-inertia 1.0.3 → 1.0.5

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,17 @@
1
1
  # Changelog — @dudousxd/nestjs-inertia
2
2
 
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(codegen): consistent camelCase route names for all routes (not just @ApplyContract)
8
+
9
+ ## 1.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - fix(codegen): resolve DTOs imported from separate files — cross-file class resolution via ts-morph import following
14
+
3
15
  ## 1.0.3
4
16
 
5
17
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -2281,7 +2281,7 @@ CsrfGuard = _ts_decorate10([
2281
2281
  ], CsrfGuard);
2282
2282
 
2283
2283
  // src/index.ts
2284
- var VERSION = "1.0.3";
2284
+ var VERSION = "1.0.5";
2285
2285
  // Annotate the CommonJS export names for ESM import in node:
2286
2286
  0 && (module.exports = {
2287
2287
  CsrfCookieInterceptor,