quickbundle 0.0.0-next-d3fa7f0 → 0.0.0-next-919d4ea
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/index.mjs +5 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -19,7 +19,7 @@ import os from 'node:os';
|
|
|
19
19
|
import { gzipSize } from 'gzip-size';
|
|
20
20
|
|
|
21
21
|
var name = "quickbundle";
|
|
22
|
-
var version = "0.0.0-next-
|
|
22
|
+
var version = "0.0.0-next-919d4ea";
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
25
|
* Resolve a relative path from the Quickbundle node modules directory.
|
|
@@ -558,6 +558,10 @@ const createBuildCommand = (program)=>{
|
|
|
558
558
|
return index === 0 ? message : ` ${message}`;
|
|
559
559
|
}).join("\n"), {
|
|
560
560
|
label: `${item.filePath} (took ${item.elapsedTime}ms)`,
|
|
561
|
+
lineBreak: {
|
|
562
|
+
end: false,
|
|
563
|
+
start: true
|
|
564
|
+
},
|
|
561
565
|
type: "information"
|
|
562
566
|
});
|
|
563
567
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quickbundle",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-919d4ea",
|
|
4
4
|
"description": "The zero-configuration transpiler and bundler for the web",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Ayoub Adib",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"rollup-plugin-dts": "^6.1.1",
|
|
60
60
|
"rollup-plugin-node-externals": "^7.1.3",
|
|
61
61
|
"rollup-plugin-swc3": "^0.12.1",
|
|
62
|
-
"termost": "^1.
|
|
62
|
+
"termost": "^1.4.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/decompress": "4.2.7",
|