pg-mvc-service 2.0.108 → 2.0.109

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.
@@ -397,7 +397,7 @@ class ResponseType extends ReqResType_1.default {
397
397
  if (!list || list.length === 0) {
398
398
  continue;
399
399
  }
400
- const descIndentJoin = '\n ';
400
+ const descIndentJoin = '\n ';
401
401
  if (list.length === 1) {
402
402
  // 単一エラーは1行説明
403
403
  ymlString += `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-mvc-service",
3
- "version": "2.0.108",
3
+ "version": "2.0.109",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/n-daira/npm-pack_mvc-service#readme",
6
6
  "bugs": {
@@ -441,7 +441,7 @@ export class ResponseType extends ReqResType {
441
441
  const list = grouped[status];
442
442
  if (!list || list.length === 0) { continue; }
443
443
 
444
- const descIndentJoin = '\n ';
444
+ const descIndentJoin = '\n ';
445
445
 
446
446
  if (list.length === 1) {
447
447
  // 単一エラーは1行説明