@eggjs/bin 7.3.1-beta.4 → 7.3.1-beta.5

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,24 +1,24 @@
1
1
  import { ForkNodeOptions } from "../baseCommand.js";
2
2
  import { Test } from "./test.js";
3
- import * as _oclif_core_interfaces12 from "@oclif/core/interfaces";
3
+ import * as _oclif_core_interfaces19 from "@oclif/core/interfaces";
4
4
 
5
5
  //#region src/commands/cov.d.ts
6
6
  declare class Cov<T extends typeof Cov> extends Test<T> {
7
7
  static description: string;
8
8
  static examples: string[];
9
9
  static flags: {
10
- prerequire: _oclif_core_interfaces12.BooleanFlag<boolean>;
11
- exclude: _oclif_core_interfaces12.OptionFlag<string[] | undefined, _oclif_core_interfaces12.CustomOptions>;
12
- c8: _oclif_core_interfaces12.OptionFlag<string, _oclif_core_interfaces12.CustomOptions>;
13
- bail: _oclif_core_interfaces12.BooleanFlag<boolean>;
14
- timeout: _oclif_core_interfaces12.OptionFlag<number, _oclif_core_interfaces12.CustomOptions>;
15
- 'no-timeout': _oclif_core_interfaces12.BooleanFlag<boolean>;
16
- grep: _oclif_core_interfaces12.OptionFlag<string | undefined, _oclif_core_interfaces12.CustomOptions>;
17
- changed: _oclif_core_interfaces12.BooleanFlag<boolean>;
18
- mochawesome: _oclif_core_interfaces12.BooleanFlag<boolean>;
19
- parallel: _oclif_core_interfaces12.BooleanFlag<boolean>;
20
- jobs: _oclif_core_interfaces12.OptionFlag<number, _oclif_core_interfaces12.CustomOptions>;
21
- 'auto-agent': _oclif_core_interfaces12.BooleanFlag<boolean>;
10
+ prerequire: _oclif_core_interfaces19.BooleanFlag<boolean>;
11
+ exclude: _oclif_core_interfaces19.OptionFlag<string[] | undefined, _oclif_core_interfaces19.CustomOptions>;
12
+ c8: _oclif_core_interfaces19.OptionFlag<string, _oclif_core_interfaces19.CustomOptions>;
13
+ bail: _oclif_core_interfaces19.BooleanFlag<boolean>;
14
+ timeout: _oclif_core_interfaces19.OptionFlag<number, _oclif_core_interfaces19.CustomOptions>;
15
+ 'no-timeout': _oclif_core_interfaces19.BooleanFlag<boolean>;
16
+ grep: _oclif_core_interfaces19.OptionFlag<string | undefined, _oclif_core_interfaces19.CustomOptions>;
17
+ changed: _oclif_core_interfaces19.BooleanFlag<boolean>;
18
+ mochawesome: _oclif_core_interfaces19.BooleanFlag<boolean>;
19
+ parallel: _oclif_core_interfaces19.BooleanFlag<boolean>;
20
+ jobs: _oclif_core_interfaces19.OptionFlag<number, _oclif_core_interfaces19.CustomOptions>;
21
+ 'auto-agent': _oclif_core_interfaces19.BooleanFlag<boolean>;
22
22
  };
23
23
  protected get defaultExcludes(): string[];
24
24
  protected forkNode(modulePath: string, forkArgs: string[], options?: ForkNodeOptions): Promise<void>;
@@ -1,15 +1,15 @@
1
1
  import { BaseCommand } from "../baseCommand.js";
2
- import * as _oclif_core_interfaces29 from "@oclif/core/interfaces";
2
+ import * as _oclif_core_interfaces12 from "@oclif/core/interfaces";
3
3
 
4
4
  //#region src/commands/dev.d.ts
5
5
  declare class Dev<T extends typeof Dev> extends BaseCommand<T> {
6
6
  static description: string;
7
7
  static examples: string[];
8
8
  static flags: {
9
- port: _oclif_core_interfaces29.OptionFlag<number | undefined, _oclif_core_interfaces29.CustomOptions>;
10
- workers: _oclif_core_interfaces29.OptionFlag<number, _oclif_core_interfaces29.CustomOptions>;
11
- framework: _oclif_core_interfaces29.OptionFlag<string | undefined, _oclif_core_interfaces29.CustomOptions>;
12
- sticky: _oclif_core_interfaces29.BooleanFlag<boolean>;
9
+ port: _oclif_core_interfaces12.OptionFlag<number | undefined, _oclif_core_interfaces12.CustomOptions>;
10
+ workers: _oclif_core_interfaces12.OptionFlag<number, _oclif_core_interfaces12.CustomOptions>;
11
+ framework: _oclif_core_interfaces12.OptionFlag<string | undefined, _oclif_core_interfaces12.CustomOptions>;
12
+ sticky: _oclif_core_interfaces12.BooleanFlag<boolean>;
13
13
  };
14
14
  run(): Promise<void>;
15
15
  protected formatEggStartOptions(): Promise<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eggjs/bin",
3
- "version": "7.3.1-beta.4",
3
+ "version": "7.3.1-beta.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,11 +32,11 @@
32
32
  "ts-node": "^10.9.2",
33
33
  "tsconfig-paths": "^4.2.0",
34
34
  "utility": "^2.5.0",
35
- "@eggjs/utils": "4.5.0-beta.6",
36
- "@eggjs/supertest": "8.3.0-beta.6"
35
+ "@eggjs/utils": "4.5.0-beta.7",
36
+ "@eggjs/supertest": "8.3.0-beta.7"
37
37
  },
38
38
  "peerDependencies": {
39
- "@eggjs/mock": "6.1.0-beta.6"
39
+ "@eggjs/mock": "6.1.0-beta.7"
40
40
  },
41
41
  "peerDependenciesMeta": {
42
42
  "@eggjs/mock": {
@@ -58,9 +58,9 @@
58
58
  "rimraf": "^6.0.1",
59
59
  "typescript": "5.9.2",
60
60
  "tsdown": "^0.15.0",
61
- "@eggjs/tsconfig": "3.1.0-beta.6",
62
- "egg": "4.1.0-beta.6",
63
- "@eggjs/mock": "6.1.0-beta.6"
61
+ "egg": "4.1.0-beta.7",
62
+ "@eggjs/mock": "6.1.0-beta.7",
63
+ "@eggjs/tsconfig": "3.1.0-beta.7"
64
64
  },
65
65
  "type": "module",
66
66
  "files": [