@digest/scripts 4.0.11 → 4.1.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.
|
@@ -9,7 +9,7 @@ declare const settings: {
|
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
11
|
declare const keys: (keyof completeDigest)[];
|
|
12
|
-
|
|
12
|
+
type completeDigest = {
|
|
13
13
|
angular: boolean;
|
|
14
14
|
appHost: string;
|
|
15
15
|
appPort: number;
|
|
@@ -97,7 +97,7 @@ declare type completeDigest = {
|
|
|
97
97
|
webpackTypeScript: boolean;
|
|
98
98
|
webpackWorkbox: boolean;
|
|
99
99
|
};
|
|
100
|
-
|
|
100
|
+
type digest = Omit<Partial<completeDigest>, 'context'> & {
|
|
101
101
|
angular?: false;
|
|
102
102
|
babel?: string | false;
|
|
103
103
|
babelAngular?: false;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@digest/scripts",
|
|
3
3
|
"title": "Digest Scripts",
|
|
4
4
|
"license": "LGPL-3.0-or-later",
|
|
5
|
-
"version": "4.
|
|
5
|
+
"version": "4.1.1",
|
|
6
6
|
"description": "Helper scripts for various digests",
|
|
7
7
|
"author": "wallzero @wallzeroblog (http://wallzero.com)",
|
|
8
8
|
"contributors": [
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"digest",
|
|
41
41
|
"scripts"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "eb0da3a7fe80ac49b7beb7a5e6a57b7f010536d2"
|
|
44
44
|
}
|