@nestjs/common 9.3.8 → 9.3.9

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.
@@ -46,7 +46,7 @@ let CacheInterceptor = class CacheInterceptor {
46
46
  await this.cacheManager.set(...args);
47
47
  }
48
48
  catch (err) {
49
- logger_service_1.Logger.error(`An error has occured when inserting "key: ${key}", "value: ${response}"`, 'CacheInterceptor');
49
+ logger_service_1.Logger.error(`An error has occurred when inserting "key: ${key}", "value: ${response}"`, 'CacheInterceptor');
50
50
  }
51
51
  }));
52
52
  }
@@ -44,7 +44,7 @@ export declare class ConfigurableModuleBuilder<ModuleOptions, StaticMethodKey ex
44
44
  constructor(options?: ConfigurableModuleBuilderOptions, parentBuilder?: ConfigurableModuleBuilder<ModuleOptions>);
45
45
  /**
46
46
  * Registers the "extras" object (a set of extra options that can be used to modify the dynamic module definition).
47
- * Values you specify within the "extras" object will be used as default values (that can be overriden by module consumers).
47
+ * Values you specify within the "extras" object will be used as default values (that can be overridden by module consumers).
48
48
  *
49
49
  * This method also applies the so-called "module definition transform function" that takes the auto-generated
50
50
  * dynamic module object ("DynamicModule") and the actual consumer "extras" object as input parameters.
@@ -25,7 +25,7 @@ class ConfigurableModuleBuilder {
25
25
  }
26
26
  /**
27
27
  * Registers the "extras" object (a set of extra options that can be used to modify the dynamic module definition).
28
- * Values you specify within the "extras" object will be used as default values (that can be overriden by module consumers).
28
+ * Values you specify within the "extras" object will be used as default values (that can be overridden by module consumers).
29
29
  *
30
30
  * This method also applies the so-called "module definition transform function" that takes the auto-generated
31
31
  * dynamic module object ("DynamicModule") and the actual consumer "extras" object as input parameters.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs/common",
3
- "version": "9.3.8",
3
+ "version": "9.3.9",
4
4
  "description": "Nest - modern, fast, powerful node.js web framework (@common)",
5
5
  "author": "Kamil Mysliwiec",
6
6
  "homepage": "https://nestjs.com",