nestia 2.0.6-dev.20220414 → 2.0.6

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -104,6 +104,11 @@ The `npx nestia install` command installs those dependencies with `package.json`
104
104
  ```typescript
105
105
  export interface IConfiguration
106
106
  {
107
+ /**
108
+ * Whether to assert parameter types or not.
109
+ */
110
+ assert?: boolean;
111
+
107
112
  /**
108
113
  * List of files or directories containing the NestJS controller classes.
109
114
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestia",
3
- "version": "2.0.6-dev.20220414",
3
+ "version": "2.0.6",
4
4
  "description": "Automatic SDK and Document generator for the NestJS",
5
5
  "main": "src/index.ts",
6
6
  "bin": {