@digest/scripts 4.7.0 → 4.7.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.
@@ -24,7 +24,7 @@ type completeDigest = {
24
24
  babelReactNative: boolean;
25
25
  babelTypeScript: boolean;
26
26
  baseHref: string;
27
- baseHrefHtml: string;
27
+ baseHrefHtml: string | false;
28
28
  cache: string | false;
29
29
  compression: boolean;
30
30
  context: string;
@@ -108,7 +108,7 @@ const settings = {
108
108
  type: 'string'
109
109
  },
110
110
  baseHrefHtml: {
111
- defaults: '/',
111
+ defaults: false,
112
112
  env: 'DIGEST_BASE_HREF_HTML',
113
113
  packageName: false,
114
114
  resolve: 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.7.0",
5
+ "version": "4.7.1",
6
6
  "description": "Helper scripts for various digests",
7
7
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
8
8
  "contributors": [
@@ -43,5 +43,5 @@
43
43
  "digest",
44
44
  "scripts"
45
45
  ],
46
- "gitHead": "e9a1c579f45f8bf9eba06a0a66176f230a18cd00"
46
+ "gitHead": "3a79c1c435c65b982928e7d329c7513a16ef9c5f"
47
47
  }