@dudousxd/nestjs-inertia-vite 1.4.0 → 1.4.2

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,21 @@
1
1
  # Changelog — @dudousxd/nestjs-inertia-vite
2
2
 
3
+ ## 1.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`995cc13`](https://github.com/DavideCarvalho/nestjs-inertia/commit/995cc131b00bcf8aa45d36fc66b9cf9453125efa) - Remove alpha status from README. Add InertiaSharedProps and PageProps exports to core.
8
+
9
+ - Updated dependencies [[`995cc13`](https://github.com/DavideCarvalho/nestjs-inertia/commit/995cc131b00bcf8aa45d36fc66b9cf9453125efa)]:
10
+ - @dudousxd/nestjs-inertia@1.4.2
11
+
12
+ ## 1.4.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies []:
17
+ - @dudousxd/nestjs-inertia@1.4.1
18
+
3
19
  ## 2.0.0
4
20
 
5
21
  ### Minor Changes
package/dist/index.cjs CHANGED
@@ -23666,7 +23666,7 @@ function nestInertia(options = {}) {
23666
23666
  __name(nestInertia, "nestInertia");
23667
23667
 
23668
23668
  // src/index.ts
23669
- var VERSION = "1.4.0";
23669
+ var VERSION = "1.4.2";
23670
23670
  // Annotate the CommonJS export names for ESM import in node:
23671
23671
  0 && (module.exports = {
23672
23672
  InvalidViteConfigException,