nestia 2.1.5 → 2.1.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.
package/README.md CHANGED
@@ -8,7 +8,7 @@ Automatic `SDK` and `Swagger` generator for the `NestJS`, evolved than ever.
8
8
  [![Guide Documents](https://img.shields.io/badge/wiki-documentation-forestgreen)](https://github.com/samchon/nestia/wiki)
9
9
 
10
10
  - Github: https://github.com/samchon/nestia
11
- - NPM: https://www.npmjs.com/packages/nestia
11
+ - NPM: https://www.npmjs.com/package/nestia
12
12
  - Guide Documents: https://github.com/samchon/nestia/wiki
13
13
 
14
14
  `nestia` is an evolved `SDK` and `Swagger` generator, which analyzes your `NestJS` server code in the compilation level. With `nestia` and compilation level analyzer, you don't need to write any swagger or class-validator decorators. All you need to do is use the `nestia` CLI as shown below.
@@ -81,7 +81,7 @@ exports.SwaggerGenerator = void 0;
81
81
  var fs_1 = __importDefault(require("fs"));
82
82
  var path_1 = __importDefault(require("path"));
83
83
  var CommentFactory_1 = require("typescript-json/lib/factories/CommentFactory");
84
- var MetadataCollection_1 = require("typescript-json/lib/factories/MetadataCollection");
84
+ var MetadataCollection_1 = require("typescript-json/lib/storages/MetadataCollection");
85
85
  var MetadataFactory_1 = require("typescript-json/lib/factories/MetadataFactory");
86
86
  var SchemaFactory_1 = require("typescript-json/lib/factories/SchemaFactory");
87
87
  var MapUtil_1 = require("../utils/MapUtil");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestia",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "Automatic SDK and Document generator for the NestJS",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -43,7 +43,7 @@
43
43
  "ttypescript": "^1.5.13",
44
44
  "typescript": "^4.6.3",
45
45
  "typescript-is": "^0.19.0",
46
- "typescript-json": "^2.1.0",
46
+ "typescript-json": "^2.1.3",
47
47
  "typescript-transform-paths": "^3.3.1"
48
48
  },
49
49
  "devDependencies": {
@@ -51,7 +51,7 @@
51
51
  "@types/glob": "^7.2.0",
52
52
  "@types/node": "^17.0.23",
53
53
  "@types/reflect-metadata": "^0.1.0",
54
- "nestia-helper": "^2.0.0",
54
+ "nestia-helper": "^2.1.1",
55
55
  "rimraf": "^3.0.2"
56
56
  }
57
57
  }