@dudousxd/nestjs-inertia 1.0.5 → 1.0.6

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
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(codegen): resolve interfaces, type aliases, and enums — not just classes. Conditional @tanstack/query-core import.
8
+
3
9
  ## 1.0.5
4
10
 
5
11
  ### 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.5";
2284
+ var VERSION = "1.0.6";
2285
2285
  // Annotate the CommonJS export names for ESM import in node:
2286
2286
  0 && (module.exports = {
2287
2287
  CsrfCookieInterceptor,