@vue-mini/core 1.0.0-rc.6 → 1.0.0-rc.8

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-mini v1.0.0-rc.6
2
+ * vue-mini v1.0.0-rc.8
3
3
  * https://github.com/vue-mini/vue-mini
4
4
  * (c) 2019-present Yang Mingshan
5
5
  * @license MIT
@@ -7,7 +7,7 @@
7
7
  'use strict';
8
8
 
9
9
  /**
10
- * @vue/shared v3.4.23
10
+ * @vue/shared v3.4.25
11
11
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
12
12
  * @license MIT
13
13
  **/
@@ -54,7 +54,7 @@ const def = (obj, key, value) => {
54
54
  };
55
55
 
56
56
  /**
57
- * @vue/reactivity v3.4.23
57
+ * @vue/reactivity v3.4.25
58
58
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
59
59
  * @license MIT
60
60
  **/
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * vue-mini v1.0.0-rc.6
2
+ * vue-mini v1.0.0-rc.8
3
3
  * https://github.com/vue-mini/vue-mini
4
4
  * (c) 2019-present Yang Mingshan
5
5
  * @license MIT
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * vue-mini v1.0.0-rc.6
2
+ * vue-mini v1.0.0-rc.8
3
3
  * https://github.com/vue-mini/vue-mini
4
4
  * (c) 2019-present Yang Mingshan
5
5
  * @license MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-mini/core",
3
- "version": "1.0.0-rc.6",
3
+ "version": "1.0.0-rc.8",
4
4
  "description": "基于 Vue 3 的小程序框架。简单,强大,高性能。 ",
5
5
  "main": "dist/vue-mini.cjs.js",
6
6
  "module": "dist/vue-mini.esm-bundler.js",
@@ -23,7 +23,7 @@
23
23
  "小程序"
24
24
  ],
25
25
  "dependencies": {
26
- "@vue/reactivity": "3.4.23",
26
+ "@vue/reactivity": "3.4.25",
27
27
  "@vue-mini/miniprogram-api-typings": "3.12.2-patch.1"
28
28
  }
29
29
  }