@tsed/cli-plugin-passport
Advanced tools
Comparing version 6.0.0-alpha.6 to 6.0.0-alpha.7
@@ -1,3 +0,3 @@ | ||
import { GenerateCmdContext, ProvidersInfoService } from "@tsed/cli"; | ||
import { ProjectPackageJson, SrcRendererService, Tasks } from "@tsed/cli-core"; | ||
import { type GenerateCmdContext, ProvidersInfoService } from "@tsed/cli"; | ||
import { ProjectPackageJson, SrcRendererService, type Tasks } from "@tsed/cli-core"; | ||
import { PassportClient } from "../services/PassportClient.js"; | ||
@@ -4,0 +4,0 @@ export interface PassportGenerateOptions extends GenerateCmdContext { |
{ | ||
"name": "@tsed/cli-plugin-passport", | ||
"description": "Ts.ED CLI plugin. Add Passport.js support", | ||
"version": "6.0.0-alpha.6", | ||
"version": "6.0.0-alpha.7", | ||
"type": "module", | ||
@@ -28,8 +28,8 @@ "main": "./lib/esm/index.js", | ||
"devDependencies": { | ||
"@tsed/cli": "6.0.0-alpha.6", | ||
"@tsed/cli-core": "6.0.0-alpha.6", | ||
"@tsed/typescript": "6.0.0-alpha.6", | ||
"@tsed/cli": "6.0.0-alpha.7", | ||
"@tsed/cli-core": "6.0.0-alpha.7", | ||
"@tsed/typescript": "6.0.0-alpha.7", | ||
"@types/change-case": "^2.3.1", | ||
"cross-env": "7.0.3", | ||
"typescript": "4.9.5", | ||
"typescript": "5.6.2", | ||
"vitest": "2.1.1" | ||
@@ -36,0 +36,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17575