@dudousxd/nestjs-codegen 0.2.0 → 0.2.1

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.cts CHANGED
@@ -123,6 +123,6 @@ interface FastDiscoveryOptions {
123
123
  }
124
124
  declare function discoverContractsFast(opts: FastDiscoveryOptions): Promise<RouteDescriptor[]>;
125
125
 
126
- declare const VERSION = "0.2.0";
126
+ declare const VERSION = "0.2.1";
127
127
 
128
128
  export { CodegenError, ConfigError, type FastDiscoveryOptions, ResolvedConfig, RouteDescriptor, SchemaModule, UserConfig, VERSION, ValidationAdapter, type Watcher, acquireLock, defineConfig, discoverContractsFast, emitApi, emitForms, emitRoutes, extractSchemaFromDto, generate, loadConfig, resolveConfig, watch, zodAdapter };
package/dist/index.d.ts CHANGED
@@ -123,6 +123,6 @@ interface FastDiscoveryOptions {
123
123
  }
124
124
  declare function discoverContractsFast(opts: FastDiscoveryOptions): Promise<RouteDescriptor[]>;
125
125
 
126
- declare const VERSION = "0.2.0";
126
+ declare const VERSION = "0.2.1";
127
127
 
128
128
  export { CodegenError, ConfigError, type FastDiscoveryOptions, ResolvedConfig, RouteDescriptor, SchemaModule, UserConfig, VERSION, ValidationAdapter, type Watcher, acquireLock, defineConfig, discoverContractsFast, emitApi, emitForms, emitRoutes, extractSchemaFromDto, generate, loadConfig, resolveConfig, watch, zodAdapter };
package/dist/index.js CHANGED
@@ -3916,7 +3916,7 @@ async function watch(config, onChange) {
3916
3916
  }
3917
3917
 
3918
3918
  // src/index.ts
3919
- var VERSION = "0.2.0";
3919
+ var VERSION = "0.2.1";
3920
3920
  export {
3921
3921
  CodegenError,
3922
3922
  ConfigError,