@vue/shared 3.5.16 → 3.5.17

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/shared v3.5.16
2
+ * @vue/shared v3.5.17
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -164,7 +164,7 @@ const PatchFlagNames = {
164
164
  [512]: `NEED_PATCH`,
165
165
  [1024]: `DYNAMIC_SLOTS`,
166
166
  [2048]: `DEV_ROOT_FRAGMENT`,
167
- [-1]: `HOISTED`,
167
+ [-1]: `CACHED`,
168
168
  [-2]: `BAIL`
169
169
  };
170
170
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/shared v3.5.16
2
+ * @vue/shared v3.5.17
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -164,7 +164,7 @@ const PatchFlagNames = {
164
164
  [512]: `NEED_PATCH`,
165
165
  [1024]: `DYNAMIC_SLOTS`,
166
166
  [2048]: `DEV_ROOT_FRAGMENT`,
167
- [-1]: `HOISTED`,
167
+ [-1]: `CACHED`,
168
168
  [-2]: `BAIL`
169
169
  };
170
170
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/shared v3.5.16
2
+ * @vue/shared v3.5.17
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -160,7 +160,7 @@ const PatchFlagNames = {
160
160
  [512]: `NEED_PATCH`,
161
161
  [1024]: `DYNAMIC_SLOTS`,
162
162
  [2048]: `DEV_ROOT_FRAGMENT`,
163
- [-1]: `HOISTED`,
163
+ [-1]: `CACHED`,
164
164
  [-2]: `BAIL`
165
165
  };
166
166
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/shared",
3
- "version": "3.5.16",
3
+ "version": "3.5.17",
4
4
  "description": "internal utils shared across @vue packages",
5
5
  "main": "index.js",
6
6
  "module": "dist/shared.esm-bundler.js",