@yh-ui/yh-ui 0.1.55 → 1.0.1
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/dist/full.mjs +6696 -1764
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -12,7 +12,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
12
12
|
|
|
13
13
|
const components__default = /*#__PURE__*/_interopDefaultCompat(components);
|
|
14
14
|
|
|
15
|
-
const version$1 = "0.1
|
|
15
|
+
const version$1 = "1.0.1";
|
|
16
16
|
const packageJson = {
|
|
17
17
|
version: version$1};
|
|
18
18
|
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yh-ui/yh-ui",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "YH-UI - A Modern Vue 3 Component Library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.mjs",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@yh-ui/components": "^0.1
|
|
30
|
-
"@yh-ui/hooks": "^0.1
|
|
31
|
-
"@yh-ui/theme": "^0.1
|
|
32
|
-
"@yh-ui/utils": "^0.1
|
|
29
|
+
"@yh-ui/components": "^1.0.1",
|
|
30
|
+
"@yh-ui/hooks": "^1.0.1",
|
|
31
|
+
"@yh-ui/theme": "^1.0.1",
|
|
32
|
+
"@yh-ui/utils": "^1.0.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"vue": "^3.5.27"
|