@vtj/materials 0.8.97 → 0.8.99

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,5 +1,5 @@
1
1
  /*!
2
- * vue-router v4.4.0
2
+ * vue-router v4.4.3
3
3
  * (c) 2024 Eduardo San Martin Morote
4
4
  * @license MIT
5
5
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/materials",
3
3
  "private": false,
4
- "version": "0.8.97",
4
+ "version": "0.8.99",
5
5
  "type": "module",
6
6
  "devDependencies": {
7
7
  "@vueuse/core": "~10.11.0",
@@ -11,11 +11,11 @@
11
11
  "vant": "~4.9.0",
12
12
  "vue": "~3.4.15",
13
13
  "vue-router": "~4.4.0",
14
- "@vtj/charts": "~0.8.97",
15
- "@vtj/core": "~0.8.97",
14
+ "@vtj/charts": "~0.8.99",
16
15
  "@vtj/cli": "~0.8.24",
17
- "@vtj/ui": "~0.8.97",
18
- "@vtj/utils": "~0.8.97"
16
+ "@vtj/ui": "~0.8.99",
17
+ "@vtj/core": "~0.8.99",
18
+ "@vtj/utils": "~0.8.99"
19
19
  },
20
20
  "files": [
21
21
  "dist",
package/src/version.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/materials
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.8.97
5
+ * @version 0.8.99
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export const version = '0.8.97';
8
+ export const version = '0.8.99';