@empjs/cli 3.3.0 → 3.3.1-beta.2
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.
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -149,7 +149,7 @@ declare class EmpConfig {
|
|
|
149
149
|
private syncEmpOptions;
|
|
150
150
|
get moduleTransformRule(): any;
|
|
151
151
|
get cacheDir(): string;
|
|
152
|
-
get ignoreWarnings(): (RegExp | ((args_0: Error, args_1: _rspack_core.Compilation, ...
|
|
152
|
+
get ignoreWarnings(): (RegExp | ((args_0: Error, args_1: _rspack_core.Compilation, ...args: unknown[]) => boolean))[];
|
|
153
153
|
get autoPages(): {
|
|
154
154
|
path: string;
|
|
155
155
|
} | undefined;
|
|
@@ -198,7 +198,7 @@ type EMPModeType = 'development' | 'production';
|
|
|
198
198
|
type CliActionType = 'dev' | 'build' | 'serve';
|
|
199
199
|
|
|
200
200
|
declare class GlobalStore {
|
|
201
|
-
rspackVersion:
|
|
201
|
+
rspackVersion: string;
|
|
202
202
|
isOldRspack: boolean;
|
|
203
203
|
/**
|
|
204
204
|
* EMP Version
|
package/dist/index.d.ts
CHANGED
|
@@ -149,7 +149,7 @@ declare class EmpConfig {
|
|
|
149
149
|
private syncEmpOptions;
|
|
150
150
|
get moduleTransformRule(): any;
|
|
151
151
|
get cacheDir(): string;
|
|
152
|
-
get ignoreWarnings(): (RegExp | ((args_0: Error, args_1: _rspack_core.Compilation, ...
|
|
152
|
+
get ignoreWarnings(): (RegExp | ((args_0: Error, args_1: _rspack_core.Compilation, ...args: unknown[]) => boolean))[];
|
|
153
153
|
get autoPages(): {
|
|
154
154
|
path: string;
|
|
155
155
|
} | undefined;
|
|
@@ -198,7 +198,7 @@ type EMPModeType = 'development' | 'production';
|
|
|
198
198
|
type CliActionType = 'dev' | 'build' | 'serve';
|
|
199
199
|
|
|
200
200
|
declare class GlobalStore {
|
|
201
|
-
rspackVersion:
|
|
201
|
+
rspackVersion: string;
|
|
202
202
|
isOldRspack: boolean;
|
|
203
203
|
/**
|
|
204
204
|
* EMP Version
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empjs/cli",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1-beta.2",
|
|
4
4
|
"description": "emp",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@rsdoctor/rspack-plugin": "0.4.7",
|
|
71
|
-
"@rspack/core": "0.
|
|
71
|
+
"@rspack/core": "1.0.14",
|
|
72
72
|
"@rspack/dev-server": "1.0.9",
|
|
73
73
|
"@swc/helpers": "^0.5.13",
|
|
74
74
|
"address": "^2.0.2",
|