quickbundle 2.13.0 → 2.15.0
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.js +1 -2
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { helpers, termost } from 'termost';
|
|
2
2
|
import { finished } from 'node:stream/promises';
|
|
3
3
|
import { Readable } from 'node:stream';
|
|
4
|
-
import process from 'node:process';
|
|
5
4
|
import { resolve, dirname, join, basename } from 'node:path';
|
|
6
5
|
import { copyFile as copyFile$1, rename, mkdir, writeFile as writeFile$1, rm, readFile as readFile$1 } from 'node:fs/promises';
|
|
7
6
|
import { createWriteStream } from 'node:fs';
|
|
@@ -589,7 +588,7 @@ const formatSize = (bytes)=>{
|
|
|
589
588
|
};
|
|
590
589
|
|
|
591
590
|
var name = "quickbundle";
|
|
592
|
-
var version = "2.
|
|
591
|
+
var version = "2.15.0";
|
|
593
592
|
|
|
594
593
|
const createProgram = (...commandBuilders)=>{
|
|
595
594
|
const program = termost({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quickbundle",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.15.0",
|
|
4
4
|
"description": "The zero-configuration transpiler and bundler for the web",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"library",
|
|
@@ -40,22 +40,22 @@
|
|
|
40
40
|
"dist"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
43
|
+
"@rollup/plugin-commonjs": "^28.0.8",
|
|
44
44
|
"@rollup/plugin-json": "^6.1.0",
|
|
45
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
45
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
46
46
|
"@rollup/plugin-url": "^8.0.2",
|
|
47
|
-
"@swc/core": "^1.
|
|
47
|
+
"@swc/core": "^1.13.5",
|
|
48
48
|
"decompress": "^4.2.1",
|
|
49
49
|
"gzip-size": "^7.0.0",
|
|
50
|
-
"rollup": "^4.
|
|
51
|
-
"rollup-plugin-dts": "^6.2.
|
|
52
|
-
"rollup-plugin-node-externals": "^8.
|
|
50
|
+
"rollup": "^4.52.4",
|
|
51
|
+
"rollup-plugin-dts": "^6.2.3",
|
|
52
|
+
"rollup-plugin-node-externals": "^8.1.1",
|
|
53
53
|
"rollup-plugin-swc3": "^0.12.1",
|
|
54
|
-
"termost": "^1.
|
|
54
|
+
"termost": "^1.8.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/decompress": "4.2.7",
|
|
58
|
-
"@types/node": "22.
|
|
58
|
+
"@types/node": "22.18.11"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"typescript": "^4.7.0 || ^5.0.0"
|