@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/dist/index.d.ts CHANGED
@@ -120,6 +120,6 @@ declare function acquireLock(outDir: string): Promise<{
120
120
  release: () => Promise<void>;
121
121
  } | null>;
122
122
 
123
- declare const VERSION = "1.0.6";
123
+ declare const VERSION = "1.0.7";
124
124
 
125
125
  export { CodegenError, ConfigError, type ResolvedConfig, type ScopeConfig, type UserConfig, VERSION, type Watcher, acquireLock, defineConfig, generate, loadConfig, watch };
package/dist/index.js CHANGED
@@ -1412,7 +1412,7 @@ async function watch(config, onChange) {
1412
1412
  __name(watch, "watch");
1413
1413
 
1414
1414
  // src/index.ts
1415
- var VERSION = "1.0.6";
1415
+ var VERSION = "1.0.7";
1416
1416
  export {
1417
1417
  CodegenError,
1418
1418
  ConfigError,