dtsroll 1.7.6 → 1.7.7

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/dist/cli.mjs CHANGED
@@ -14,7 +14,7 @@ import 'resolve-pkg-maps';
14
14
  import 'byte-size';
15
15
 
16
16
  var name = "dtsroll";
17
- var version = "1.7.6";
17
+ var version = "1.7.7";
18
18
  var description = "Bundle dts files";
19
19
 
20
20
  const argv = cli({
package/dist/vite.mjs CHANGED
@@ -37,6 +37,9 @@ const dtsrollPlugin = (options) => {
37
37
  ...options
38
38
  });
39
39
  built = true;
40
+ if ("error" in output) {
41
+ throw new Error(output.error);
42
+ }
40
43
  if (!noLog) {
41
44
  logOutput(output);
42
45
  console.log();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtsroll",
3
- "version": "1.7.6",
3
+ "version": "1.7.7",
4
4
  "description": "Bundle dts files",
5
5
  "keywords": [
6
6
  "bundle",