@tsed/cli-plugin-mongoose
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 { CliDockerComposeYaml, ProjectPackageJson, SrcRendererService, Tasks } from "@tsed/cli-core"; | ||
import { type GenerateCmdContext, ProvidersInfoService } from "@tsed/cli"; | ||
import { CliDockerComposeYaml, ProjectPackageJson, SrcRendererService, type Tasks } from "@tsed/cli-core"; | ||
import { CliMongoose } from "../services/CliMongoose.js"; | ||
@@ -4,0 +4,0 @@ export declare class MongooseGenerateHook { |
@@ -1,2 +0,2 @@ | ||
import { InitCmdContext } from "@tsed/cli"; | ||
import type { InitCmdContext } from "@tsed/cli"; | ||
import { CliDockerComposeYaml, ProjectPackageJson, RootRendererService, SrcRendererService } from "@tsed/cli-core"; | ||
@@ -3,0 +3,0 @@ import { CliMongoose } from "../services/CliMongoose.js"; |
{ | ||
"name": "@tsed/cli-plugin-mongoose", | ||
"description": "Ts.ED CLI plugin. Add Mongoose support", | ||
"version": "6.0.0-alpha.6", | ||
"version": "6.0.0-alpha.7", | ||
"type": "module", | ||
@@ -29,7 +29,7 @@ "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", | ||
"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
Sorry, the diff of this file is not supported yet
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
22407