@veltra/icons 1.0.5 → 1.0.7
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/.turbo/turbo-build.log +4 -3
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -515,9 +515,10 @@ $ bun ./scripts/build-vue-icons.ts
|
|
|
515
515
|
[34mℹ[39m [2mdist/[22m[32mvue/normal/sun.vue.d.ts[39m [2m 0.44 kB[22m [2m│ gzip: 0.26 kB[22m
|
|
516
516
|
[34mℹ[39m 505 files, total: 481.62 kB
|
|
517
517
|
[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugins. Here is a breakdown:
|
|
518
|
-
- unplugin-vue (
|
|
519
|
-
- rolldown-plugin-dts:generate (
|
|
518
|
+
- unplugin-vue (57%)
|
|
519
|
+
- rolldown-plugin-dts:generate (19%)
|
|
520
|
+
- rolldown-plugin-dts:fake-js (12%)
|
|
520
521
|
See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
521
522
|
|
|
522
|
-
[32m✔[39m Build complete in [
|
|
523
|
+
[32m✔[39m Build complete in [32m6935ms[39m
|
|
523
524
|
icons 构建完成(tsdown unbundle + dts.vue);具名导出入口: index + normal + colorful
|
package/CHANGELOG.md
CHANGED