@qubit-ltd/rollup-builder 1.8.8 → 1.8.9
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/doc/api/global.html +1 -1
- package/doc/api/index.html +1 -1
- package/package.json +3 -3
package/doc/api/global.html
CHANGED
|
@@ -2903,7 +2903,7 @@ with the <code>import.meta.url</code> of the caller module.</p>
|
|
|
2903
2903
|
|
|
2904
2904
|
<footer>
|
|
2905
2905
|
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a>
|
|
2906
|
-
on Tue Jan 07 2025 22:
|
|
2906
|
+
on Tue Jan 07 2025 22:32:20 GMT+0800 (China Standard Time)
|
|
2907
2907
|
using the <a href="https://github.com/Haixing-Hu/jsdoc-minami">customized Minami theme</a>.
|
|
2908
2908
|
</footer>
|
|
2909
2909
|
|
package/doc/api/index.html
CHANGED
|
@@ -408,7 +408,7 @@ See the <a href="LICENSE">LICENSE</a> file for details.</p></article>
|
|
|
408
408
|
|
|
409
409
|
<footer>
|
|
410
410
|
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a>
|
|
411
|
-
on Tue Jan 07 2025 22:
|
|
411
|
+
on Tue Jan 07 2025 22:32:20 GMT+0800 (China Standard Time)
|
|
412
412
|
using the <a href="https://github.com/Haixing-Hu/jsdoc-minami">customized Minami theme</a>.
|
|
413
413
|
</footer>
|
|
414
414
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qubit-ltd/rollup-builder",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.9",
|
|
4
4
|
"description": "An tool for creating multi-format JavaScript libraries with Rollup.",
|
|
5
5
|
"author": "Haixing Hu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"@babel/runtime": "^7.26.0",
|
|
53
53
|
"@rollup/plugin-alias": "^5.1.1",
|
|
54
54
|
"@rollup/plugin-babel": "^6.0.4",
|
|
55
|
-
"@rollup/plugin-commonjs": "^
|
|
55
|
+
"@rollup/plugin-commonjs": "^28.0.2",
|
|
56
56
|
"@rollup/plugin-json": "^6.1.0",
|
|
57
|
-
"@rollup/plugin-node-resolve": "^
|
|
57
|
+
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
58
58
|
"@rollup/plugin-terser": "^0.4.4",
|
|
59
59
|
"rollup": "^4.29.1",
|
|
60
60
|
"rollup-plugin-analyzer": "^4.0.0",
|