xshell 1.0.187 → 1.0.188

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.
Files changed (2) hide show
  1. package/builder.js +1 -1
  2. package/package.json +1 -1
package/builder.js CHANGED
@@ -353,7 +353,7 @@ export class Bundler {
353
353
  },
354
354
  ignoreWarnings: [
355
355
  /Failed to parse source map/,
356
- /could not find any license file for .*. Use the licenseTextOverrides option to add the license/,
356
+ ...this.license ? [/^license-webpack-plugin: could not find any license /] : [],
357
357
  ...target === 'nodejs' ? [
358
358
  /Can't resolve '(bufferutil|utf-8-validate)'/
359
359
  ] : [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xshell",
3
- "version": "1.0.187",
3
+ "version": "1.0.188",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "bin": {