@dudousxd/nestjs-inertia-codegen 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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog — @dudousxd/nestjs-inertia-codegen
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/cli/main.cjs CHANGED
@@ -1432,7 +1432,7 @@ async function watch(config, onChange) {
1432
1432
  __name(watch, "watch");
1433
1433
 
1434
1434
  // src/index.ts
1435
- var VERSION = "1.0.6";
1435
+ var VERSION = "1.0.7";
1436
1436
 
1437
1437
  // src/cli/codegen.ts
1438
1438
  async function runCodegen(opts = {}) {