xshell 1.1.17 → 1.1.18

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 +2 -1
  2. package/package.json +1 -1
package/builder.js CHANGED
@@ -387,7 +387,8 @@ export class Bundler {
387
387
  /Can't resolve '(bufferutil|utf-8-validate)'/,
388
388
  // 打包 ali-oss 时可能的报错
389
389
  (warning) => warning.message?.includes('the request of a dependency is an expression') &&
390
- warning.module?.context?.endsWith('any-promise')
390
+ (warning.module?.context?.endsWith('any-promise') ||
391
+ warning.module?.context?.fp?.endsWith('@sqltools/base-driver/dist/lib'))
391
392
  ] : [],
392
393
  ],
393
394
  performance: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xshell",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "bin": {