quickbundle 2.16.0-next-98b948f → 2.16.0-next-75d0646

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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import os from "node:os";
15
15
 
16
16
  //#region package.json
17
17
  var name = "quickbundle";
18
- var version = "2.16.0-next-98b948f";
18
+ var version = "2.16.0-next-75d0646";
19
19
 
20
20
  //#endregion
21
21
  //#region src/bundler/build.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quickbundle",
3
- "version": "2.16.0-next-98b948f",
3
+ "version": "2.16.0-next-75d0646",
4
4
  "description": "The zero-configuration transpiler and bundler for the web",
5
5
  "keywords": [
6
6
  "library",
@@ -43,7 +43,7 @@
43
43
  "@rollup/plugin-url": "^8.0.2",
44
44
  "decompress": "^4.2.1",
45
45
  "gzip-size": "^7.0.0",
46
- "rolldown": "^1.0.1",
46
+ "rolldown": "^1.0.2",
47
47
  "rolldown-plugin-dts": "^0.25.1",
48
48
  "rollup-plugin-node-externals": "^9.0.1",
49
49
  "termost": "^1.9.0"