@veltra/icons 1.1.7 → 1.1.10
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 +10 -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.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,11 +518,7 @@ $ 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
|
|
522
|
-
- unplugin-vue (45%)
|
|
523
|
-
- rolldown-plugin-dts:generate (27%)
|
|
524
|
-
- rolldown-plugin-dts:resolver (18%)
|
|
525
|
-
See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
521
|
+
[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.
|
|
526
522
|
|
|
527
|
-
[32m✔[39m Build complete in [
|
|
523
|
+
[32m✔[39m Build complete in [32m6599ms[39m
|
|
528
524
|
icons 构建完成(tsdown unbundle + dts.vue);具名导出入口: index + normal + colorful
|
package/CHANGELOG.md
CHANGED