@veltra/icons 1.0.12 → 1.0.13
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 +3 -7
- package/CHANGELOG.md +2 -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
|
|
8
9
|
|
|
9
10
|
[43m WARN [49m tsconfig [34m/home/runner/work/ultra-ui/ultra-ui/packages/icons/tsconfig.icons-vue.json[39m doesn't exist
|
|
10
11
|
|
|
11
|
-
[34mℹ[39m Build start
|
|
12
12
|
[34mℹ[39m [2mdist/[22m[1mindex.js[22m [2m13.55 kB[22m [2m│ gzip: 2.87 kB[22m
|
|
13
13
|
[34mℹ[39m [2mdist/[22m[1mnormal.js[22m [2m12.31 kB[22m [2m│ gzip: 2.40 kB[22m
|
|
14
14
|
[34mℹ[39m [2mdist/[22m[1mcolorful.js[22m [2m 0.92 kB[22m [2m│ gzip: 0.29 kB[22m
|
|
@@ -515,11 +515,7 @@ $ bun ./scripts/build-vue-icons.ts
|
|
|
515
515
|
[34mℹ[39m [2mdist/[22m[32mvue/normal/pin.vue.d.ts[39m [2m 0.44 kB[22m [2m│ gzip: 0.26 kB[22m
|
|
516
516
|
[34mℹ[39m [2mdist/[22m[32mvue/normal/sun.vue.d.ts[39m [2m 0.44 kB[22m [2m│ gzip: 0.26 kB[22m
|
|
517
517
|
[34mℹ[39m 505 files, total: 481.62 kB
|
|
518
|
-
[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in
|
|
519
|
-
- unplugin-vue (56%)
|
|
520
|
-
- rolldown-plugin-dts:generate (19%)
|
|
521
|
-
- rolldown-plugin-dts:resolver (15%)
|
|
522
|
-
See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
518
|
+
[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
523
519
|
|
|
524
|
-
[32m✔[39m Build complete in [
|
|
520
|
+
[32m✔[39m Build complete in [32m9516ms[39m
|
|
525
521
|
icons 构建完成(tsdown unbundle + dts.vue);具名导出入口: index + normal + colorful
|
package/CHANGELOG.md
CHANGED