@tsoa-next/runtime 7.3.4-dev.38.e942a31b → 8.0.0-dev.40.61f5454f

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/dist/config.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/config.d.ts CHANGED
@@ -128,7 +128,7 @@ export interface SpecConfig {
128
128
  url?: string;
129
129
  };
130
130
  /**
131
- * API license; defaults to npm package license
131
+ * API license; defaults to npm package license when present
132
132
  */
133
133
  license?: string;
134
134
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsoa-next/runtime",
3
- "version": "7.3.4-dev.38.e942a31b",
3
+ "version": "8.0.0-dev.40.61f5454f",
4
4
  "description": "Build swagger-compliant REST APIs using TypeScript and Node",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",