@eggjs/bin 7.2.0 → 7.3.0
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.
|
@@ -29,7 +29,7 @@ export declare abstract class BaseCommand<T extends typeof Command> extends Comm
|
|
|
29
29
|
protected flags: Flags<T>;
|
|
30
30
|
protected args: Args<T>;
|
|
31
31
|
protected env: {
|
|
32
|
-
[
|
|
32
|
+
[key: string]: string | undefined;
|
|
33
33
|
TZ?: string;
|
|
34
34
|
};
|
|
35
35
|
protected pkg: Record<string, any>;
|
|
@@ -29,7 +29,7 @@ export declare abstract class BaseCommand<T extends typeof Command> extends Comm
|
|
|
29
29
|
protected flags: Flags<T>;
|
|
30
30
|
protected args: Args<T>;
|
|
31
31
|
protected env: {
|
|
32
|
-
[
|
|
32
|
+
[key: string]: string | undefined;
|
|
33
33
|
TZ?: string;
|
|
34
34
|
};
|
|
35
35
|
protected pkg: Record<string, any>;
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eggjs/bin",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"globby": "^11.1.0",
|
|
30
30
|
"jest-changed-files": "^29.4.2",
|
|
31
31
|
"mocha": "^11.0.1",
|
|
32
|
-
"mochawesome-with-mocha": "^
|
|
32
|
+
"mochawesome-with-mocha": "^8.0.0",
|
|
33
33
|
"runscript": "^2.0.0",
|
|
34
34
|
"ts-node": "^10.9.2",
|
|
35
35
|
"tsconfig-paths": "^4.1.2",
|