@cenk1cenk2/oclif-common 7.0.22 → 7.0.23

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.
@@ -11,9 +11,9 @@ import { ChildProcess } from "child_process";
11
11
  //#region src/commands/base.command.d.ts
12
12
  declare abstract class Command$1<T extends typeof Command = typeof Command, Ctx extends ListrContext = ListrContext> extends Command {
13
13
  static baseFlags: {
14
- "log-level": import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
15
- ci: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
16
- json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
14
+ "log-level": import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
15
+ ci: import("@oclif/core/interfaces").BooleanFlag<boolean>;
16
+ json: import("@oclif/core/interfaces").BooleanFlag<boolean>;
17
17
  };
18
18
  logger: LoggerService;
19
19
  tasks: Manager<Ctx>;
@@ -1,6 +1,5 @@
1
1
  import { Args, Command, Flags as Flags$1, Interfaces } from "@oclif/core";
2
- import { Flag, InferredFlags } from "@oclif/core/lib/interfaces";
3
- import { Arg, ArgInput, FlagInput } from "@oclif/core/lib/interfaces/parser";
2
+ import { Arg, ArgInput, Flag, FlagInput, InferredFlags } from "@oclif/core/interfaces";
4
3
 
5
4
  //#region src/interfaces/oclif.interface.d.ts
6
5
  type InferFlags<T extends typeof Command> = Interfaces.InferredFlags<(typeof Command)['baseFlags'] & T['flags']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cenk1cenk2/oclif-common",
3
- "version": "7.0.22",
3
+ "version": "7.0.23",
4
4
  "description": "Oclif common package for oclif2 projects.",
5
5
  "repository": "https://gitlab.kilic.dev/libraries/oclif-tools",
6
6
  "type": "module",
@@ -45,8 +45,8 @@
45
45
  ]
46
46
  },
47
47
  "dependencies": {
48
- "@nestjs/common": "^11.1.23",
49
- "@nestjs/core": "^11.1.23",
48
+ "@nestjs/common": "^11.1.24",
49
+ "@nestjs/core": "^11.1.24",
50
50
  "@oxc-project/runtime": "^0.132.0",
51
51
  "deepmerge": "^4.3.1",
52
52
  "object-path-immutable": "^4.1.2",
@@ -55,8 +55,9 @@
55
55
  },
56
56
  "devDependencies": {
57
57
  "@listr2/manager": "^4.2.1",
58
- "@oclif/core": "^4.11.3",
58
+ "@oclif/core": "^4.11.4",
59
59
  "@types/fs-extra": "^11.0.4",
60
+ "@types/node": "^24.12.4",
60
61
  "@types/through": "^0.0.33",
61
62
  "@types/update-notifier": "^6.0.8",
62
63
  "class-transformer": "^0.5.1",