xshell 1.3.13 → 1.3.15

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.
package/builder.js CHANGED
@@ -15,7 +15,7 @@ function get_react_asset(production, map) {
15
15
  };
16
16
  }
17
17
  function get_antd_js(production, src, map) {
18
- return `${src ? import.meta.dirname.fpd : 'vendors/antd/'}/antd.${get_target(production)}.js${map ? '.map' : ''}`;
18
+ return `${src ? import.meta.dirname.fpd : 'vendors/antd/'}antd.${get_target(production)}.js${map ? '.map' : ''}`;
19
19
  }
20
20
  function get_antd_asset(production, map) {
21
21
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xshell",
3
- "version": "1.3.13",
3
+ "version": "1.3.15",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "bin": {