xshell 1.2.18 → 1.2.19

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
@@ -572,7 +572,7 @@ export class Bundler {
572
572
  .map(asset => get_vendor_asset_out(asset)),
573
573
  entry
574
574
  ]
575
- .map(script => `import from '${this.assets_root}${script}'`)
575
+ .map(script => `import '${this.assets_root}${script}'`)
576
576
  .join_lines(), noprint);
577
577
  if (print.files)
578
578
  console.log(`${this.name} 的入口 ${js} 构建完成`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xshell",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "bin": {