@doracli/rspack-react 0.0.5 → 0.0.6

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,17 +1,17 @@
1
- import * as _doracli_rspack from '@doracli/rspack';
2
- import { Ctx, TEnvParams } from '@doracli/rspack';
3
- import { ConfigCtx } from '@doracli/helper';
4
- import { TChildCommandOption, TCommandOption } from '@doracli/commander';
5
-
6
- declare const buildBase: (ctx: Ctx) => Promise<_doracli_rspack.TBuildResult>;
7
-
8
- declare const buildSingle: (configCtx: ConfigCtx, envParams: TEnvParams) => Promise<void>;
9
-
10
- declare const childCommands: TChildCommandOption[];
11
- declare const commandOptions: TCommandOption;
12
-
13
- declare const serverBase: (ctx: Ctx) => Promise<void>;
14
-
15
- declare const serverSingle: (configCtx: ConfigCtx, envParams: TEnvParams) => Promise<void>;
16
-
17
- export { buildBase, buildSingle, childCommands, commandOptions, serverBase, serverSingle };
1
+ import * as _doracli_rspack from '@doracli/rspack';
2
+ import { Ctx, TEnvParams } from '@doracli/rspack';
3
+ import { ConfigCtx } from '@doracli/helper';
4
+ import { TChildCommandOption, TCommandOption } from '@doracli/commander';
5
+
6
+ declare const buildBase: (ctx: Ctx) => Promise<_doracli_rspack.TBuildResult>;
7
+
8
+ declare const buildSingle: (configCtx: ConfigCtx, envParams: TEnvParams) => Promise<void>;
9
+
10
+ declare const childCommands: TChildCommandOption[];
11
+ declare const commandOptions: TCommandOption;
12
+
13
+ declare const serverBase: (ctx: Ctx) => Promise<void>;
14
+
15
+ declare const serverSingle: (configCtx: ConfigCtx, envParams: TEnvParams) => Promise<void>;
16
+
17
+ export { buildBase, buildSingle, childCommands, commandOptions, serverBase, serverSingle };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doracli/rspack-react",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "package by rspack",
5
5
  "author": "cclr <18843152354@163.com>",
6
6
  "homepage": "",
@@ -31,12 +31,12 @@
31
31
  "build": "drr build"
32
32
  },
33
33
  "dependencies": {
34
- "@cclr/lang": "^0.1.49",
35
- "@cclr/utils": "^0.1.49",
36
- "@doracli/commander": "^0.0.5",
37
- "@doracli/helper": "^0.0.5",
38
- "@doracli/rspack": "^0.0.5",
39
- "@doracli/type": "^0.0.5"
34
+ "@cclr/lang": "^0.1.50",
35
+ "@cclr/utils": "^0.1.50",
36
+ "@doracli/commander": "^0.0.6",
37
+ "@doracli/helper": "^0.0.6",
38
+ "@doracli/rspack": "^0.0.6",
39
+ "@doracli/type": "^0.0.6"
40
40
  },
41
- "gitHead": "ac4c6829b2cec621ecf66b6324843773e8b5141f"
41
+ "gitHead": "b387668fa2986c56f245bc53bcb7072fd53b62e1"
42
42
  }