@tsed/cli-plugin-mongoose
Advanced tools
Comparing version 6.1.9 to 6.1.10
import { __decorate } from "tslib"; | ||
import { basename, join } from "node:path"; | ||
import { inject, Injectable, ProjectPackageJson, SrcRendererService } from "@tsed/cli-core"; | ||
import { camelCase, constantCase, kebabCase } from "change-case"; | ||
import { basename, join } from "path"; | ||
import { TEMPLATE_DIR } from "../utils/templateDir.js"; | ||
@@ -6,0 +6,0 @@ let CliMongoose = class CliMongoose { |
{ | ||
"name": "@tsed/cli-plugin-mongoose", | ||
"description": "Ts.ED CLI plugin. Add Mongoose support", | ||
"version": "6.1.9", | ||
"version": "6.1.10", | ||
"type": "module", | ||
@@ -29,5 +29,5 @@ "main": "./lib/esm/index.js", | ||
"devDependencies": { | ||
"@tsed/cli": "6.1.9", | ||
"@tsed/cli-core": "6.1.9", | ||
"@tsed/typescript": "6.1.9", | ||
"@tsed/cli": "6.1.10", | ||
"@tsed/cli-core": "6.1.10", | ||
"@tsed/typescript": "6.1.10", | ||
"cross-env": "7.0.3", | ||
@@ -34,0 +34,0 @@ "typescript": "5.6.2", |
14296