@eggjs/bin 8.0.2-beta.10 → 8.0.2-beta.11

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,18 +1,18 @@
1
1
  import { BaseCommand } from "../baseCommand.js";
2
- import * as _oclif_core_interfaces18 from "@oclif/core/interfaces";
2
+ import * as _oclif_core_interfaces11 from "@oclif/core/interfaces";
3
3
 
4
4
  //#region src/commands/bundle.d.ts
5
5
  declare class Bundle extends BaseCommand<typeof Bundle> {
6
6
  static description: string;
7
7
  static examples: string[];
8
8
  static flags: {
9
- output: _oclif_core_interfaces18.OptionFlag<string, _oclif_core_interfaces18.CustomOptions>;
10
- manifest: _oclif_core_interfaces18.OptionFlag<string | undefined, _oclif_core_interfaces18.CustomOptions>;
11
- framework: _oclif_core_interfaces18.OptionFlag<string | undefined, _oclif_core_interfaces18.CustomOptions>;
12
- mode: _oclif_core_interfaces18.OptionFlag<string, _oclif_core_interfaces18.CustomOptions>;
13
- 'force-external': _oclif_core_interfaces18.OptionFlag<string[], _oclif_core_interfaces18.CustomOptions>;
14
- 'inline-external': _oclif_core_interfaces18.OptionFlag<string[], _oclif_core_interfaces18.CustomOptions>;
15
- 'pack-alias': _oclif_core_interfaces18.OptionFlag<string[], _oclif_core_interfaces18.CustomOptions>;
9
+ output: _oclif_core_interfaces11.OptionFlag<string, _oclif_core_interfaces11.CustomOptions>;
10
+ manifest: _oclif_core_interfaces11.OptionFlag<string | undefined, _oclif_core_interfaces11.CustomOptions>;
11
+ framework: _oclif_core_interfaces11.OptionFlag<string | undefined, _oclif_core_interfaces11.CustomOptions>;
12
+ mode: _oclif_core_interfaces11.OptionFlag<string, _oclif_core_interfaces11.CustomOptions>;
13
+ 'force-external': _oclif_core_interfaces11.OptionFlag<string[], _oclif_core_interfaces11.CustomOptions>;
14
+ 'inline-external': _oclif_core_interfaces11.OptionFlag<string[], _oclif_core_interfaces11.CustomOptions>;
15
+ 'pack-alias': _oclif_core_interfaces11.OptionFlag<string[], _oclif_core_interfaces11.CustomOptions>;
16
16
  };
17
17
  run(): Promise<void>;
18
18
  }
@@ -1,15 +1,15 @@
1
1
  import { BaseCommand } from "../baseCommand.js";
2
- import * as _oclif_core_interfaces32 from "@oclif/core/interfaces";
2
+ import * as _oclif_core_interfaces25 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_interfaces32.OptionFlag<number | undefined, _oclif_core_interfaces32.CustomOptions>;
10
- workers: _oclif_core_interfaces32.OptionFlag<number, _oclif_core_interfaces32.CustomOptions>;
11
- framework: _oclif_core_interfaces32.OptionFlag<string | undefined, _oclif_core_interfaces32.CustomOptions>;
12
- sticky: _oclif_core_interfaces32.BooleanFlag<boolean>;
9
+ port: _oclif_core_interfaces25.OptionFlag<number | undefined, _oclif_core_interfaces25.CustomOptions>;
10
+ workers: _oclif_core_interfaces25.OptionFlag<number, _oclif_core_interfaces25.CustomOptions>;
11
+ framework: _oclif_core_interfaces25.OptionFlag<string | undefined, _oclif_core_interfaces25.CustomOptions>;
12
+ sticky: _oclif_core_interfaces25.BooleanFlag<boolean>;
13
13
  };
14
14
  run(): Promise<void>;
15
15
  protected formatEggStartOptions(): Promise<{
@@ -1,17 +1,17 @@
1
1
  import { BaseCommand } from "../baseCommand.js";
2
- import * as _oclif_core_interfaces11 from "@oclif/core/interfaces";
2
+ import * as _oclif_core_interfaces32 from "@oclif/core/interfaces";
3
3
 
4
4
  //#region src/commands/manifest.d.ts
5
5
  declare class Manifest<T extends typeof Manifest> extends BaseCommand<T> {
6
6
  static description: string;
7
7
  static examples: string[];
8
8
  static args: {
9
- action: _oclif_core_interfaces11.Arg<string, Record<string, unknown>>;
9
+ action: _oclif_core_interfaces32.Arg<string, Record<string, unknown>>;
10
10
  };
11
11
  static flags: {
12
- framework: _oclif_core_interfaces11.OptionFlag<string | undefined, _oclif_core_interfaces11.CustomOptions>;
13
- env: _oclif_core_interfaces11.OptionFlag<string, _oclif_core_interfaces11.CustomOptions>;
14
- scope: _oclif_core_interfaces11.OptionFlag<string, _oclif_core_interfaces11.CustomOptions>;
12
+ framework: _oclif_core_interfaces32.OptionFlag<string | undefined, _oclif_core_interfaces32.CustomOptions>;
13
+ env: _oclif_core_interfaces32.OptionFlag<string, _oclif_core_interfaces32.CustomOptions>;
14
+ scope: _oclif_core_interfaces32.OptionFlag<string, _oclif_core_interfaces32.CustomOptions>;
15
15
  };
16
16
  run(): Promise<void>;
17
17
  private runGenerate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eggjs/bin",
3
- "version": "8.0.2-beta.10",
3
+ "version": "8.0.2-beta.11",
4
4
  "description": "egg developer tool",
5
5
  "homepage": "https://github.com/eggjs/egg/tree/next/tools/egg-bin",
6
6
  "bugs": {
@@ -51,10 +51,10 @@
51
51
  "tsconfig-paths": "^4.2.0",
52
52
  "utility": "^2.5.0",
53
53
  "vitest": "^4.0.15",
54
- "@eggjs/tegg-vitest": "4.0.2-beta.10",
55
- "@eggjs/core": "7.0.2-beta.10",
56
- "@eggjs/utils": "5.0.2-beta.10",
57
- "@eggjs/egg-bundler": "0.0.1-beta.0"
54
+ "@eggjs/core": "7.0.2-beta.11",
55
+ "@eggjs/egg-bundler": "0.0.1-beta.1",
56
+ "@eggjs/tegg-vitest": "4.0.2-beta.11",
57
+ "@eggjs/utils": "5.0.2-beta.11"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@swc-node/register": "^1.11.1",
@@ -70,13 +70,13 @@
70
70
  "runscript": "^2.0.1",
71
71
  "sdk-base": "^5.0.1",
72
72
  "typescript": "^5.9.3",
73
- "@eggjs/mock": "7.0.2-beta.10",
74
- "@eggjs/supertest": "9.0.2-beta.10",
75
- "egg": "4.1.2-beta.10",
76
- "@eggjs/tsconfig": "3.1.2-beta.10"
73
+ "@eggjs/mock": "7.0.2-beta.11",
74
+ "@eggjs/supertest": "9.0.2-beta.11",
75
+ "egg": "4.1.2-beta.11",
76
+ "@eggjs/tsconfig": "3.1.2-beta.11"
77
77
  },
78
78
  "peerDependencies": {
79
- "@eggjs/mock": "7.0.2-beta.10"
79
+ "@eggjs/mock": "7.0.2-beta.11"
80
80
  },
81
81
  "peerDependenciesMeta": {
82
82
  "@eggjs/mock": {