taro-uno-ui 0.9.0-beta → 0.9.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 (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +4 -6
package/LICENSE CHANGED
@@ -32,7 +32,7 @@ For enterprise licensing options, including:
32
32
  - Dedicated deployment assistance
33
33
  - Training and consulting services
34
34
 
35
- Please contact us at [enterprise@taro-uno.com](mailto:enterprise@taro-uno.com)
35
+ Please contact us at [enterprise@github.com/agions/taro-uno](mailto:enterprise@github.com/agions/taro-uno)
36
36
 
37
37
  ## Third-Party Licenses
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taro-uno-ui",
3
- "version": "0.9.0-beta",
3
+ "version": "0.9.0",
4
4
  "description": "Simplified multi-platform UI component library for Taro ecosystem",
5
5
  "keywords": [
6
6
  "taro",
@@ -102,9 +102,7 @@
102
102
  "node": ">=18.0.0"
103
103
  },
104
104
  "author": {
105
- "name": "Taro-Uno Team",
106
- "email": "team@taro-uno.com",
107
- "url": "https://taro-uno.com"
105
+ "name": "Agions"
108
106
  },
109
107
  "license": "MIT",
110
108
  "repository": {
@@ -112,8 +110,8 @@
112
110
  "url": "https://github.com/agions/taro-uno.git",
113
111
  "directory": "packages/ui"
114
112
  },
115
- "homepage": "https://taro-uno.com",
113
+ "homepage": "https://agions.github.io/taro-uno",
116
114
  "bugs": {
117
115
  "url": "https://github.com/agions/taro-uno/issues"
118
116
  }
119
- }
117
+ }