@tsed/cli-plugin-typegraphql 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,5 +1,5 @@
1
- import type { InitCmdContext } from "@tsed/cli";
2
- import { ProjectPackageJson, RootRendererService } from "@tsed/cli-core";
1
+ import { type InitCmdContext, RootRendererService } from "@tsed/cli";
2
+ import { ProjectPackageJson } from "@tsed/cli-core";
3
3
  export declare class TypeGraphqlInitHook {
4
4
  protected packageJson: ProjectPackageJson;
5
5
  protected rootRenderer: RootRendererService;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tsed/cli-plugin-typegraphql",
3
3
  "description": "Ts.ED CLI plugin. Add TypeGraphql support.",
4
- "version": "6.1.13",
4
+ "version": "6.1.14",
5
5
  "type": "module",
6
6
  "main": "./lib/esm/index.js",
7
7
  "source": "./src/index.ts",
@@ -28,9 +28,9 @@
28
28
  "tslib": "2.7.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@tsed/cli": "6.1.13",
32
- "@tsed/cli-core": "6.1.13",
33
- "@tsed/typescript": "6.1.13",
31
+ "@tsed/cli": "6.1.14",
32
+ "@tsed/cli-core": "6.1.14",
33
+ "@tsed/typescript": "6.1.14",
34
34
  "cross-env": "7.0.3",
35
35
  "typescript": "5.6.2",
36
36
  "vitest": "2.1.1"