@qubit-ltd/rollup-builder 1.8.13 → 1.8.14
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 +2 -2
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.5</a>
|
|
2906
|
-
on Sun Mar 01 2026
|
|
2906
|
+
on Sun Mar 01 2026 15:02:25 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.5</a>
|
|
411
|
-
on Sun Mar 01 2026
|
|
411
|
+
on Sun Mar 01 2026 15:02:25 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.14",
|
|
4
4
|
"description": "An tool for creating multi-format JavaScript libraries with Rollup.",
|
|
5
5
|
"author": "Haixing Hu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@babel/plugin-transform-runtime": "^7.28.5",
|
|
66
66
|
"@babel/preset-env": "^7.28.5",
|
|
67
67
|
"@babel/runtime": "^7.28.4",
|
|
68
|
-
"@qubit-ltd/eslint-config": "^2.0.
|
|
68
|
+
"@qubit-ltd/eslint-config": "^2.0.1",
|
|
69
69
|
"@qubit-ltd/jsdoc-minami": "^1.5.3",
|
|
70
70
|
"@rollup/plugin-alias": "^6.0.0",
|
|
71
71
|
"@rollup/plugin-babel": "^6.1.0",
|