@vtj/materials 0.13.5 → 0.13.6

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.
@@ -1,4 +1,4 @@
1
- /*! Element Plus v2.10.5 */
1
+ /*! Element Plus v2.10.6 */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/materials",
3
3
  "private": false,
4
- "version": "0.13.5",
4
+ "version": "0.13.6",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "低代码引擎",
@@ -33,12 +33,12 @@
33
33
  "vant": "~4.9.10",
34
34
  "vue": "~3.5.5",
35
35
  "vue-router": "~4.5.0",
36
+ "@vtj/charts": "~0.13.6",
37
+ "@vtj/core": "~0.13.6",
38
+ "@vtj/utils": "~0.13.6",
36
39
  "@vtj/cli": "~0.12.10",
37
- "@vtj/charts": "~0.13.5",
38
- "@vtj/core": "~0.13.5",
39
- "@vtj/ui": "~0.13.5",
40
- "@vtj/utils": "~0.13.5",
41
- "@vtj/icons": "~0.13.5"
40
+ "@vtj/icons": "~0.13.6",
41
+ "@vtj/ui": "~0.13.6"
42
42
  },
43
43
  "files": [
44
44
  "dist",
package/src/version.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/materials
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.13.5
5
+ * @version 0.13.6
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export const version = '0.13.5';
8
+ export const version = '0.13.6';