@eggjs/bin 8.0.2-beta.0 → 8.0.2-beta.1

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,19 +1,19 @@
1
1
  import Test from "./test.js";
2
2
  import { InlineConfig } from "vitest/node";
3
- import * as _oclif_core_interfaces6 from "@oclif/core/interfaces";
3
+ import * as _oclif_core_interfaces0 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
- exclude: _oclif_core_interfaces6.OptionFlag<string[] | undefined, _oclif_core_interfaces6.CustomOptions>;
11
- bail: _oclif_core_interfaces6.BooleanFlag<boolean>;
12
- timeout: _oclif_core_interfaces6.OptionFlag<number, _oclif_core_interfaces6.CustomOptions>;
13
- 'no-timeout': _oclif_core_interfaces6.BooleanFlag<boolean>;
14
- grep: _oclif_core_interfaces6.OptionFlag<string | undefined, _oclif_core_interfaces6.CustomOptions>;
15
- changed: _oclif_core_interfaces6.BooleanFlag<boolean>;
16
- watch: _oclif_core_interfaces6.BooleanFlag<boolean>;
10
+ exclude: _oclif_core_interfaces0.OptionFlag<string[] | undefined, _oclif_core_interfaces0.CustomOptions>;
11
+ bail: _oclif_core_interfaces0.BooleanFlag<boolean>;
12
+ timeout: _oclif_core_interfaces0.OptionFlag<number, _oclif_core_interfaces0.CustomOptions>;
13
+ 'no-timeout': _oclif_core_interfaces0.BooleanFlag<boolean>;
14
+ grep: _oclif_core_interfaces0.OptionFlag<string | undefined, _oclif_core_interfaces0.CustomOptions>;
15
+ changed: _oclif_core_interfaces0.BooleanFlag<boolean>;
16
+ watch: _oclif_core_interfaces0.BooleanFlag<boolean>;
17
17
  };
18
18
  protected get defaultCoverageExcludes(): string[];
19
19
  /**
@@ -1,15 +1,15 @@
1
1
  import { BaseCommand } from "../baseCommand.js";
2
- import * as _oclif_core_interfaces0 from "@oclif/core/interfaces";
2
+ import * as _oclif_core_interfaces9 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_interfaces0.OptionFlag<number | undefined, _oclif_core_interfaces0.CustomOptions>;
10
- workers: _oclif_core_interfaces0.OptionFlag<number, _oclif_core_interfaces0.CustomOptions>;
11
- framework: _oclif_core_interfaces0.OptionFlag<string | undefined, _oclif_core_interfaces0.CustomOptions>;
12
- sticky: _oclif_core_interfaces0.BooleanFlag<boolean>;
9
+ port: _oclif_core_interfaces9.OptionFlag<number | undefined, _oclif_core_interfaces9.CustomOptions>;
10
+ workers: _oclif_core_interfaces9.OptionFlag<number, _oclif_core_interfaces9.CustomOptions>;
11
+ framework: _oclif_core_interfaces9.OptionFlag<string | undefined, _oclif_core_interfaces9.CustomOptions>;
12
+ sticky: _oclif_core_interfaces9.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": "8.0.2-beta.0",
3
+ "version": "8.0.2-beta.1",
4
4
  "description": "egg developer tool",
5
5
  "homepage": "https://github.com/eggjs/egg/tree/next/tools/egg-bin",
6
6
  "bugs": {
@@ -49,7 +49,7 @@
49
49
  "tsconfig-paths": "^4.2.0",
50
50
  "utility": "^2.5.0",
51
51
  "vitest": "^4.0.15",
52
- "@eggjs/utils": "5.0.2-beta.0"
52
+ "@eggjs/utils": "5.0.2-beta.1"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@swc-node/register": "^1.11.1",
@@ -64,13 +64,13 @@
64
64
  "rimraf": "^6.1.2",
65
65
  "runscript": "^2.0.1",
66
66
  "typescript": "^5.9.3",
67
- "@eggjs/mock": "7.0.2-beta.0",
68
- "@eggjs/supertest": "9.0.2-beta.0",
69
- "@eggjs/tsconfig": "3.1.2-beta.0",
70
- "egg": "4.1.2-beta.0"
67
+ "@eggjs/mock": "7.0.2-beta.1",
68
+ "@eggjs/tsconfig": "3.1.2-beta.1",
69
+ "@eggjs/supertest": "9.0.2-beta.1",
70
+ "egg": "4.1.2-beta.1"
71
71
  },
72
72
  "peerDependencies": {
73
- "@eggjs/mock": "7.0.2-beta.0"
73
+ "@eggjs/mock": "7.0.2-beta.1"
74
74
  },
75
75
  "peerDependenciesMeta": {
76
76
  "@eggjs/mock": {