tudou-waterfall 0.1.22 → 1.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.
Files changed (1) hide show
  1. package/package.json +7 -2
package/package.json CHANGED
@@ -1,11 +1,16 @@
1
1
  {
2
2
  "name": "tudou-waterfall",
3
- "version": "0.1.22",
4
- "description": "A Vue 3 plugin with UI components, directives, and global methods",
3
+ "version": "1.0.0",
4
+ "description": "A high-performance Vue 3 waterfall component with virtual scrolling, responsive layout, and dynamic height support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.mjs",
8
8
  "types": "./dist/index.d.ts",
9
+ "license": "MIT",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/Panyoujies/tudou-waterfall.git"
13
+ },
9
14
  "exports": {
10
15
  ".": {
11
16
  "import": "./dist/index.mjs",