@dudousxd/nestjs-inertia-vite 1.0.6 → 1.2.0

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,41 @@
1
1
  # Changelog — @dudousxd/nestjs-inertia-vite
2
2
 
3
+ ## 3.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - feat(codegen): import type references from source instead of inline expansion — eliminates unknown fields from depth limits
8
+
9
+ - Updated dependencies []:
10
+ - @dudousxd/nestjs-inertia@3.0.0
11
+
12
+ ## 2.0.1
13
+
14
+ ### Patch Changes
15
+
16
+ - fix(codegen): remove @tanstack/query-core dependency — generated api.ts uses plain object literals
17
+
18
+ - Updated dependencies []:
19
+ - @dudousxd/nestjs-inertia@2.0.1
20
+
21
+ ## 2.0.0
22
+
23
+ ### Patch Changes
24
+
25
+ - feat(codegen): add queryKey() helper for typed cache invalidation — api.crew.getCrew.queryKey()
26
+
27
+ - Updated dependencies []:
28
+ - @dudousxd/nestjs-inertia@2.0.0
29
+
30
+ ## 1.0.7
31
+
32
+ ### Patch Changes
33
+
34
+ - fix(core): use data-page="app" attribute on script tag for Inertia v3 protocol compatibility
35
+
36
+ - Updated dependencies []:
37
+ - @dudousxd/nestjs-inertia@1.0.7
38
+
3
39
  ## 1.0.6
4
40
 
5
41
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -23644,7 +23644,7 @@ function nestInertia(options = {}) {
23644
23644
  __name(nestInertia, "nestInertia");
23645
23645
 
23646
23646
  // src/index.ts
23647
- var VERSION = "1.0.6";
23647
+ var VERSION = "1.2.0";
23648
23648
  // Annotate the CommonJS export names for ESM import in node:
23649
23649
  0 && (module.exports = {
23650
23650
  InvalidViteConfigException,