@vue/compat 3.4.11 → 3.4.12

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/compat v3.4.11
2
+ * @vue/compat v3.4.12
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -629,7 +629,7 @@ function triggerEffects(dep, dirtyLevel, debuggerEventExtraInfo) {
629
629
  if (!effect2.allowRecurse && effect2._runnings) {
630
630
  continue;
631
631
  }
632
- if (effect2._dirtyLevel < dirtyLevel && (!effect2._runnings || effect2.allowRecurse || dirtyLevel !== 2)) {
632
+ if (effect2._dirtyLevel < dirtyLevel && (!effect2._runnings || dirtyLevel !== 2)) {
633
633
  const lastDirtyLevel = effect2._dirtyLevel;
634
634
  effect2._dirtyLevel = dirtyLevel;
635
635
  if (lastDirtyLevel === 0 && (!effect2._queryings || dirtyLevel !== 2)) {
@@ -6523,7 +6523,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
6523
6523
  return vm;
6524
6524
  }
6525
6525
  }
6526
- Vue.version = `2.6.14-compat:${"3.4.11"}`;
6526
+ Vue.version = `2.6.14-compat:${"3.4.12"}`;
6527
6527
  Vue.config = singletonApp.config;
6528
6528
  Vue.use = (p, ...options) => {
6529
6529
  if (p && isFunction(p.install)) {
@@ -11422,7 +11422,7 @@ function isMemoSame(cached, memo) {
11422
11422
  return true;
11423
11423
  }
11424
11424
 
11425
- const version = "3.4.11";
11425
+ const version = "3.4.12";
11426
11426
  const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
11427
11427
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
11428
11428
  const devtools = !!(process.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compat v3.4.11
2
+ * @vue/compat v3.4.12
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -632,7 +632,7 @@ var Vue = (function () {
632
632
  if (!effect2.allowRecurse && effect2._runnings) {
633
633
  continue;
634
634
  }
635
- if (effect2._dirtyLevel < dirtyLevel && (!effect2._runnings || effect2.allowRecurse || dirtyLevel !== 2)) {
635
+ if (effect2._dirtyLevel < dirtyLevel && (!effect2._runnings || dirtyLevel !== 2)) {
636
636
  const lastDirtyLevel = effect2._dirtyLevel;
637
637
  effect2._dirtyLevel = dirtyLevel;
638
638
  if (lastDirtyLevel === 0 && (!effect2._queryings || dirtyLevel !== 2)) {
@@ -6482,7 +6482,7 @@ If this is a native custom element, make sure to exclude it from component resol
6482
6482
  return vm;
6483
6483
  }
6484
6484
  }
6485
- Vue.version = `2.6.14-compat:${"3.4.11"}`;
6485
+ Vue.version = `2.6.14-compat:${"3.4.12"}`;
6486
6486
  Vue.config = singletonApp.config;
6487
6487
  Vue.use = (p, ...options) => {
6488
6488
  if (p && isFunction(p.install)) {
@@ -11297,7 +11297,7 @@ Component that was made reactive: `,
11297
11297
  return true;
11298
11298
  }
11299
11299
 
11300
- const version = "3.4.11";
11300
+ const version = "3.4.12";
11301
11301
  const warn = warn$1 ;
11302
11302
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
11303
11303
  const devtools = devtools$1 ;