@veltra/icons 1.1.10 → 1.1.12
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 +6 -3
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -5,10 +5,10 @@ icon barrels: src/normal.ts, src/colorful.ts
|
|
|
5
5
|
$ bun ./scripts/build-vue-icons.ts
|
|
6
6
|
[34mℹ[39m config file: [4m/home/runner/work/ultra-ui/ultra-ui/packages/icons/package.json[24m
|
|
7
7
|
[34mℹ[39m entry: [34msrc/index.ts, src/normal.ts, src/colorful.ts[39m
|
|
8
|
-
[34mℹ[39m Build start
|
|
9
8
|
|
|
10
9
|
[43m WARN [49m tsconfig [34m/home/runner/work/ultra-ui/ultra-ui/packages/icons/tsconfig.icons-vue.json[39m doesn't exist
|
|
11
10
|
|
|
11
|
+
[34mℹ[39m Build start
|
|
12
12
|
[34mℹ[39m [2mdist/[22m[1mindex.js[22m [2m13.63 kB[22m [2m│ gzip: 2.88 kB[22m
|
|
13
13
|
[34mℹ[39m [2mdist/[22m[1mnormal.js[22m [2m12.38 kB[22m [2m│ gzip: 2.41 kB[22m
|
|
14
14
|
[34mℹ[39m [2mdist/[22m[1mcolorful.js[22m [2m 0.92 kB[22m [2m│ gzip: 0.29 kB[22m
|
|
@@ -518,7 +518,10 @@ $ bun ./scripts/build-vue-icons.ts
|
|
|
518
518
|
[34mℹ[39m [2mdist/[22m[32mvue/normal/pin.vue.d.ts[39m [2m 0.44 kB[22m [2m│ gzip: 0.26 kB[22m
|
|
519
519
|
[34mℹ[39m [2mdist/[22m[32mvue/normal/sun.vue.d.ts[39m [2m 0.44 kB[22m [2m│ gzip: 0.26 kB[22m
|
|
520
520
|
[34mℹ[39m 508 files, total: 483.60 kB
|
|
521
|
-
[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in
|
|
521
|
+
[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugins. Here is a breakdown:
|
|
522
|
+
- unplugin-vue (58%)
|
|
523
|
+
- rolldown-plugin-dts:generate (23%)
|
|
524
|
+
See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
522
525
|
|
|
523
|
-
[32m✔[39m Build complete in [
|
|
526
|
+
[32m✔[39m Build complete in [32m9629ms[39m
|
|
524
527
|
icons 构建完成(tsdown unbundle + dts.vue);具名导出入口: index + normal + colorful
|
package/CHANGELOG.md
CHANGED