@dudousxd/nestjs-inertia-vite 1.0.6 → 1.0.7
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 +9 -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,14 @@
|
|
|
1
1
|
# Changelog — @dudousxd/nestjs-inertia-vite
|
|
2
2
|
|
|
3
|
+
## 1.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix(core): use data-page="app" attribute on script tag for Inertia v3 protocol compatibility
|
|
8
|
+
|
|
9
|
+
- Updated dependencies []:
|
|
10
|
+
- @dudousxd/nestjs-inertia@1.0.7
|
|
11
|
+
|
|
3
12
|
## 1.0.6
|
|
4
13
|
|
|
5
14
|
### 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.7";
|
|
23648
23648
|
// Annotate the CommonJS export names for ESM import in node:
|
|
23649
23649
|
0 && (module.exports = {
|
|
23650
23650
|
InvalidViteConfigException,
|