@tsed/cli-plugin-mongoose 6.1.13 → 6.1.14
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var MongooseGenerateHook_1;
|
|
2
2
|
import { __decorate, __metadata } from "tslib";
|
|
3
|
-
import { ProvidersInfoService } from "@tsed/cli";
|
|
4
|
-
import { CliDockerComposeYaml, inject, OnExec, ProjectPackageJson
|
|
3
|
+
import { ProvidersInfoService, SrcRendererService } from "@tsed/cli";
|
|
4
|
+
import { CliDockerComposeYaml, inject, OnExec, ProjectPackageJson } from "@tsed/cli-core";
|
|
5
5
|
import { Injectable } from "@tsed/di";
|
|
6
6
|
import { camelCase, kebabCase } from "change-case";
|
|
7
7
|
// @ts-ignore
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { basename, join } from "node:path";
|
|
3
|
-
import {
|
|
3
|
+
import { SrcRendererService } from "@tsed/cli";
|
|
4
|
+
import { inject, Injectable, ProjectPackageJson } from "@tsed/cli-core";
|
|
4
5
|
import { camelCase, constantCase, kebabCase } from "change-case";
|
|
5
6
|
import { TEMPLATE_DIR } from "../utils/templateDir.js";
|
|
6
7
|
let CliMongoose = class CliMongoose {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type GenerateCmdContext, ProvidersInfoService } from "@tsed/cli";
|
|
2
|
-
import { CliDockerComposeYaml, ProjectPackageJson,
|
|
1
|
+
import { type GenerateCmdContext, ProvidersInfoService, SrcRendererService } from "@tsed/cli";
|
|
2
|
+
import { CliDockerComposeYaml, ProjectPackageJson, type Tasks } from "@tsed/cli-core";
|
|
3
3
|
import { CliMongoose } from "../services/CliMongoose.js";
|
|
4
4
|
export declare class MongooseGenerateHook {
|
|
5
5
|
private providersInfoService;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SrcRendererService } from "@tsed/cli";
|
|
2
|
+
import { ProjectPackageJson } from "@tsed/cli-core";
|
|
2
3
|
export declare class CliMongoose {
|
|
3
4
|
protected projectPackageJson: ProjectPackageJson;
|
|
4
5
|
protected srcRenderer: SrcRendererService;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsed/cli-plugin-mongoose",
|
|
3
3
|
"description": "Ts.ED CLI plugin. Add Mongoose support",
|
|
4
|
-
"version": "6.1.
|
|
4
|
+
"version": "6.1.14",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/esm/index.js",
|
|
7
7
|
"source": "./src/index.ts",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"tslib": "2.7.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@tsed/cli": "6.1.
|
|
30
|
-
"@tsed/cli-core": "6.1.
|
|
31
|
-
"@tsed/typescript": "6.1.
|
|
29
|
+
"@tsed/cli": "6.1.14",
|
|
30
|
+
"@tsed/cli-core": "6.1.14",
|
|
31
|
+
"@tsed/typescript": "6.1.14",
|
|
32
32
|
"cross-env": "7.0.3",
|
|
33
33
|
"typescript": "5.6.2",
|
|
34
34
|
"vitest": "2.1.1"
|