@vue/shared 3.6.0-beta.14 → 3.6.0-beta.16

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.6.0-beta.14
2
+ * @vue/shared v3.6.0-beta.16
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -729,7 +729,9 @@ const VaporSlotFlags = {
729
729
  "ONCE": 2,
730
730
  "2": "ONCE",
731
731
  "SLOT_ROOT": 4,
732
- "4": "SLOT_ROOT"
732
+ "4": "SLOT_ROOT",
733
+ "NON_STABLE": 8,
734
+ "8": "NON_STABLE"
733
735
  };
734
736
  const VaporDynamicComponentFlags = {
735
737
  "SINGLE_ROOT": 1,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/shared v3.6.0-beta.14
2
+ * @vue/shared v3.6.0-beta.16
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -729,7 +729,9 @@ const VaporSlotFlags = {
729
729
  "ONCE": 2,
730
730
  "2": "ONCE",
731
731
  "SLOT_ROOT": 4,
732
- "4": "SLOT_ROOT"
732
+ "4": "SLOT_ROOT",
733
+ "NON_STABLE": 8,
734
+ "8": "NON_STABLE"
733
735
  };
734
736
  const VaporDynamicComponentFlags = {
735
737
  "SINGLE_ROOT": 1,
package/dist/shared.d.ts CHANGED
@@ -491,7 +491,8 @@ export declare enum TemplateFlags {
491
491
  export declare enum VaporSlotFlags {
492
492
  NO_SLOTTED = 1,
493
493
  ONCE = 2,
494
- SLOT_ROOT = 4
494
+ SLOT_ROOT = 4,
495
+ NON_STABLE = 8
495
496
  }
496
497
  export declare enum VaporDynamicComponentFlags {
497
498
  SINGLE_ROOT = 1,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/shared v3.6.0-beta.14
2
+ * @vue/shared v3.6.0-beta.16
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -727,7 +727,9 @@ const VaporSlotFlags = {
727
727
  "ONCE": 2,
728
728
  "2": "ONCE",
729
729
  "SLOT_ROOT": 4,
730
- "4": "SLOT_ROOT"
730
+ "4": "SLOT_ROOT",
731
+ "NON_STABLE": 8,
732
+ "8": "NON_STABLE"
731
733
  };
732
734
  const VaporDynamicComponentFlags = {
733
735
  "SINGLE_ROOT": 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/shared",
3
- "version": "3.6.0-beta.14",
3
+ "version": "3.6.0-beta.16",
4
4
  "description": "internal utils shared across @vue packages",
5
5
  "main": "index.js",
6
6
  "module": "dist/shared.esm-bundler.js",