xshell 1.0.141 → 1.0.142

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
@@ -312,7 +312,7 @@ export class Bundler {
312
312
  },
313
313
  ] : [],
314
314
  {
315
- test: /\.(txt|csv)$/,
315
+ test: /\.(txt|csv|dos)$/,
316
316
  type: 'asset/source',
317
317
  }
318
318
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xshell",
3
- "version": "1.0.141",
3
+ "version": "1.0.142",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "bin": {