@digest/scripts 4.0.5 → 4.0.6

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.
@@ -83,6 +83,7 @@ declare type completeDigest = {
83
83
  stylelint: string | false;
84
84
  stylelintIgnore: string;
85
85
  typescript: string;
86
+ webpack: string;
86
87
  webpackAngular: boolean;
87
88
  webpackBabel: boolean;
88
89
  webpackDashboard: boolean;
@@ -507,6 +507,13 @@ const settings = {
507
507
  resolve: true,
508
508
  type: 'true'
509
509
  },
510
+ webpack: {
511
+ defaults: 'webpack.config.js',
512
+ env: 'DIGEST_WEBPACK',
513
+ packageName: '@digest/typescript',
514
+ resolve: true,
515
+ type: 'string'
516
+ },
510
517
  webpackAngular: {
511
518
  defaults: true,
512
519
  env: 'DIGEST_WEBPACK_ANGULAR',
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.0.5",
5
+ "version": "4.0.6",
6
6
  "description": "Helper scripts for various digests",
7
7
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
8
8
  "contributors": [