@dudousxd/nestjs-inertia 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 +12 -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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
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
|
+
|
|
9
|
+
## 1.0.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- fix(codegen): consistent camelCase route names for all routes (not just @ApplyContract)
|
|
14
|
+
|
|
3
15
|
## 1.0.4
|
|
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.
|
|
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,
|