piral-cli-webpack5 1.8.0-beta.7667 → 1.8.0-beta.7668

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.
@@ -112,7 +112,7 @@ function piletMfWebpackConfigEnhancer(options, compiler) {
112
112
  './pilet': compiler.entry[entry],
113
113
  },
114
114
  shared: (0, helpers_1.getShared)(importmap, externals),
115
- })
115
+ }),
116
116
  ];
117
117
  compiler.entry = {};
118
118
  compiler.output.publicPath = 'auto';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-cli-webpack5",
3
- "version": "1.8.0-beta.7667",
3
+ "version": "1.8.0-beta.7668",
4
4
  "description": "Provides debug and build capabilities for pilets and Piral instances using Webpack v5.",
5
5
  "keywords": [
6
6
  "piral-cli",
@@ -46,10 +46,10 @@
46
46
  "@types/cheerio": "^0.22.21",
47
47
  "@types/loader-utils": "^1.1.3",
48
48
  "@types/mini-css-extract-plugin": "^2.5.1",
49
- "@types/node": "18.0.1",
49
+ "@types/node": "^18",
50
50
  "@types/terser-webpack-plugin": "^5.2.0",
51
- "@types/yargs": "^15.0.4",
52
- "piral-cli": "1.8.0-beta.7667",
51
+ "@types/yargs": "^17",
52
+ "piral-cli": "1.8.0-beta.7668",
53
53
  "strip-ansi": "^6.0.0"
54
54
  },
55
55
  "dependencies": {
@@ -76,5 +76,5 @@
76
76
  "ts-loader": "^9.5.1",
77
77
  "webpack": "^5.94.0"
78
78
  },
79
- "gitHead": "658a8503fdf62c503e4d7cbe86cb3f6da0b2d76d"
79
+ "gitHead": "1b32d52d4d57363bed8af9105dd41a0635075721"
80
80
  }
@@ -212,7 +212,7 @@ function piletMfWebpackConfigEnhancer(options: SchemaEnhancerOptions, compiler:
212
212
  './pilet': compiler.entry[entry],
213
213
  },
214
214
  shared: getShared(importmap, externals),
215
- })
215
+ }),
216
216
  ];
217
217
 
218
218
  compiler.entry = {};