@veltra/icons 1.0.15 → 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.
@@ -5,10 +5,10 @@ icon barrels: src/normal.ts, src/colorful.ts
5
5
  $ bun ./scripts/build-vue-icons.ts
6
6
  ℹ config file: /home/runner/work/ultra-ui/ultra-ui/packages/icons/package.json
7
7
  ℹ entry: src/index.ts, src/normal.ts, src/colorful.ts
8
+ ℹ Build start
8
9
 
9
10
   WARN  tsconfig /home/runner/work/ultra-ui/ultra-ui/packages/icons/tsconfig.icons-vue.json doesn't exist
10
11
 
11
- ℹ Build start
12
12
  ℹ dist/index.js 13.63 kB │ gzip: 2.88 kB
13
13
  ℹ dist/normal.js 12.38 kB │ gzip: 2.41 kB
14
14
  ℹ dist/colorful.js  0.92 kB │ gzip: 0.29 kB
@@ -519,9 +519,10 @@ $ bun ./scripts/build-vue-icons.ts
519
519
  ℹ dist/vue/normal/sun.vue.d.ts  0.44 kB │ gzip: 0.26 kB
520
520
  ℹ 508 files, total: 483.60 kB
521
521
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
522
- - unplugin-vue (52%)
523
- - rolldown-plugin-dts:generate (29%)
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
- ✔ Build complete in 9196ms
527
+ ✔ Build complete in 9118ms
527
528
  icons 构建完成(tsdown unbundle + dts.vue);具名导出入口: index + normal + colorful
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @veltra/icons
2
2
 
3
+ ## 2.0.0
4
+
3
5
  ## 1.0.15
4
6
 
5
7
  ## 1.0.14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltra/icons",
3
- "version": "1.0.15",
3
+ "version": "2.0.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {