@dudousxd/nestjs-inertia-vite 1.0.4 → 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 +18 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog — @dudousxd/nestjs-inertia-vite
|
|
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
|
+
|
|
9
|
+
- Updated dependencies []:
|
|
10
|
+
- @dudousxd/nestjs-inertia@1.0.6
|
|
11
|
+
|
|
12
|
+
## 1.0.5
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- fix(codegen): consistent camelCase route names for all routes (not just @ApplyContract)
|
|
17
|
+
|
|
18
|
+
- Updated dependencies []:
|
|
19
|
+
- @dudousxd/nestjs-inertia@1.0.5
|
|
20
|
+
|
|
3
21
|
## 1.0.4
|
|
4
22
|
|
|
5
23
|
### 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.
|
|
23647
|
+
var VERSION = "1.0.6";
|
|
23648
23648
|
// Annotate the CommonJS export names for ESM import in node:
|
|
23649
23649
|
0 && (module.exports = {
|
|
23650
23650
|
InvalidViteConfigException,
|