@tsed/cli-plugin-passport 6.1.13 → 6.1.15

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 PassportGenerateHook_1;
2
2
  import { __decorate, __metadata } from "tslib";
3
- import { ProvidersInfoService } from "@tsed/cli";
4
- import { inject, OnExec, OnPrompt, ProjectPackageJson, SrcRendererService } from "@tsed/cli-core";
3
+ import { ProvidersInfoService, SrcRendererService } from "@tsed/cli";
4
+ import { inject, OnExec, OnPrompt, ProjectPackageJson } from "@tsed/cli-core";
5
5
  import { Injectable } from "@tsed/di";
6
6
  import { kebabCase } from "change-case";
7
7
  import { PassportClient } from "../services/PassportClient.js";
@@ -1,5 +1,5 @@
1
- import { type GenerateCmdContext, ProvidersInfoService } from "@tsed/cli";
2
- import { ProjectPackageJson, SrcRendererService, type Tasks } from "@tsed/cli-core";
1
+ import { type GenerateCmdContext, ProvidersInfoService, SrcRendererService } from "@tsed/cli";
2
+ import { ProjectPackageJson, type Tasks } from "@tsed/cli-core";
3
3
  import { PassportClient } from "../services/PassportClient.js";
4
4
  export interface PassportGenerateOptions extends GenerateCmdContext {
5
5
  passportPackage: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tsed/cli-plugin-passport",
3
3
  "description": "Ts.ED CLI plugin. Add Passport.js support",
4
- "version": "6.1.13",
4
+ "version": "6.1.15",
5
5
  "type": "module",
6
6
  "main": "./lib/esm/index.js",
7
7
  "source": "./src/index.ts",
@@ -25,9 +25,9 @@
25
25
  "tslib": "2.7.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@tsed/cli": "6.1.13",
29
- "@tsed/cli-core": "6.1.13",
30
- "@tsed/typescript": "6.1.13",
28
+ "@tsed/cli": "6.1.15",
29
+ "@tsed/cli-core": "6.1.15",
30
+ "@tsed/typescript": "6.1.15",
31
31
  "@types/change-case": "^2.3.1",
32
32
  "cross-env": "7.0.3",
33
33
  "typescript": "5.6.2",