@digest/scripts 4.7.0-beta.1 → 4.7.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.
@@ -24,6 +24,7 @@ type completeDigest = {
24
24
  babelReactNative: boolean;
25
25
  babelTypeScript: boolean;
26
26
  baseHref: string;
27
+ baseHrefHtml: string;
27
28
  cache: string | false;
28
29
  compression: boolean;
29
30
  context: string;
@@ -107,6 +107,13 @@ const settings = {
107
107
  resolve: false,
108
108
  type: 'string'
109
109
  },
110
+ baseHrefHtml: {
111
+ defaults: '/',
112
+ env: 'DIGEST_BASE_HREF_HTML',
113
+ packageName: false,
114
+ resolve: false,
115
+ type: 'string'
116
+ },
110
117
  cache: {
111
118
  defaults: node_path_1.default.join('node_modules', '.cache'),
112
119
  env: 'DIGEST_CACHE',
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-beta.1",
5
+ "version": "4.7.0",
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": "792a457e8e050ec24eed8e8642b4f86373decd23"
46
+ "gitHead": "e9a1c579f45f8bf9eba06a0a66176f230a18cd00"
47
47
  }