@yh-ui/yh-ui 1.0.59 → 1.0.61

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/index.cjs CHANGED
@@ -186,7 +186,7 @@ Object.defineProperty(exports, "zhCn", {
186
186
  return _locale.zhCn;
187
187
  }
188
188
  });
189
- var _package = _interopRequireDefault(require("../package.json"));
189
+ var _package = { default: { version: "1.0.61" } };
190
190
  var _components = _interopRequireWildcard(require("@yh-ui/components"));
191
191
  Object.keys(_components).forEach(function (key) {
192
192
  if (key === "default" || key === "__esModule") return;
@@ -280,4 +280,4 @@ module.exports = {
280
280
  install,
281
281
  createYhUI
282
282
  };
283
- const version = exports.version = _package.default.version;
283
+ const version = exports.version = "1.0.61";
package/dist/index.d.ts CHANGED
@@ -60,4 +60,4 @@ declare const _default: {
60
60
  createYhUI: (options?: YhUIOptions) => Plugin;
61
61
  };
62
62
  export default _default;
63
- export declare const version: any;
63
+ export declare const version: string;
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import packageJson from "../package.json";
1
+
2
2
  export * from "@yh-ui/components";
3
3
  export * from "@yh-ui/hooks";
4
4
  export * from "@yh-ui/utils";
@@ -45,4 +45,4 @@ export default {
45
45
  install,
46
46
  createYhUI
47
47
  };
48
- export const version = packageJson.version;
48
+ export const version = "1.0.61";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yh-ui/yh-ui",
3
- "version": "1.0.59",
3
+ "version": "1.0.61",
4
4
  "description": "YH-UI - A Modern Vue 3 Component Library",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -49,12 +49,12 @@
49
49
  ]
50
50
  },
51
51
  "dependencies": {
52
- "@yh-ui/components": "^1.0.59",
53
- "@yh-ui/hooks": "^1.0.59",
54
- "@yh-ui/icons": "^1.0.59",
55
- "@yh-ui/locale": "^1.0.59",
56
- "@yh-ui/theme": "^1.0.59",
57
- "@yh-ui/utils": "^1.0.59"
52
+ "@yh-ui/components": "^1.0.61",
53
+ "@yh-ui/hooks": "^1.0.61",
54
+ "@yh-ui/icons": "^1.0.61",
55
+ "@yh-ui/locale": "^1.0.61",
56
+ "@yh-ui/theme": "^1.0.61",
57
+ "@yh-ui/utils": "^1.0.61"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "vue": "^3.5.35",