@veltra/icons 1.1.0 → 2.0.0
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 +5 -4
- package/CHANGELOG.md +1 -1
- 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
|
|
@@ -519,9 +519,10 @@ $ bun ./scripts/build-vue-icons.ts
|
|
|
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
521
|
[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugins. Here is a breakdown:
|
|
522
|
-
- unplugin-vue (
|
|
523
|
-
- rolldown-plugin-dts:generate (
|
|
522
|
+
- unplugin-vue (46%)
|
|
523
|
+
- rolldown-plugin-dts:generate (36%)
|
|
524
|
+
- rolldown-plugin-dts:fake-js (11%)
|
|
524
525
|
See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
525
526
|
|
|
526
|
-
[32m✔[39m Build complete in [
|
|
527
|
+
[32m✔[39m Build complete in [32m9118ms[39m
|
|
527
528
|
icons 构建完成(tsdown unbundle + dts.vue);具名导出入口: index + normal + colorful
|
package/CHANGELOG.md
CHANGED