@nestia/sdk
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -0,0 +0,0 @@ import { INestiaSdkConfiguration } from "@nestia/sdk"; |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
{ | ||
"name": "@nestia/sdk", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Nestia SDK and Swagger generator", | ||
@@ -64,3 +64,3 @@ "main": "lib/index.js", | ||
"tstl": "^2.5.13", | ||
"typia": "^3.4.22" | ||
"typia": "^3.5.5" | ||
}, | ||
@@ -67,0 +67,0 @@ "files": [ |
@@ -0,0 +0,0 @@ import { HashMap } from "tstl/container/HashMap"; |
@@ -0,0 +0,0 @@ import ts from "typescript"; |
@@ -0,0 +0,0 @@ import { HashMap } from "tstl/container/HashMap"; |
@@ -0,0 +0,0 @@ import path from "path"; |
@@ -0,0 +0,0 @@ import { equal } from "tstl/ranges/module"; |
@@ -0,0 +0,0 @@ import fs from "fs"; |
@@ -0,0 +0,0 @@ export namespace CommandParser { |
@@ -0,0 +0,0 @@ import { WorkerServer } from "tgrid/protocols/workers/WorkerServer"; |
@@ -0,0 +0,0 @@ export namespace NestiaConfigCompilerOptions { |
@@ -0,0 +0,0 @@ import cli from "cli"; |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ import fs from "fs"; |
@@ -0,0 +0,0 @@ import fs from "fs"; |
@@ -0,0 +0,0 @@ import ts from "typescript"; |
export * from "./INestiaConfig"; | ||
export * from "./NestiaSdkApplication"; |
@@ -0,0 +0,0 @@ import fs from "fs"; |
@@ -0,0 +0,0 @@ import { ParamCategory } from "./ParamCategory"; |
@@ -0,0 +0,0 @@ import ts from "typescript"; |
@@ -0,0 +0,0 @@ import { IJsonComponents, IJsonSchema } from "typia"; |
@@ -0,0 +0,0 @@ import ts from "typescript"; |
@@ -0,0 +0,0 @@ export type MethodType = "GET" | "POST" | "PUT" | "PATCH" | "DELETE"; |
export type ParamCategory = "param" | "query" | "body"; |
@@ -0,0 +0,0 @@ import { hash } from "tstl/functional/hash"; |
@@ -0,0 +0,0 @@ export namespace ArrayUtil { |
@@ -0,0 +0,0 @@ import path from "path"; |
@@ -0,0 +0,0 @@ export namespace MapUtil { |
@@ -0,0 +0,0 @@ export type StripEnums<T extends Record<string, any>> = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
314806
131
Updatedtypia@^3.5.5