@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.
package/dist/vue.cjs.js CHANGED
@@ -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
  **/
@@ -680,7 +680,7 @@ function triggerEffects(dep, dirtyLevel, debuggerEventExtraInfo) {
680
680
  if (!effect2.allowRecurse && effect2._runnings) {
681
681
  continue;
682
682
  }
683
- if (effect2._dirtyLevel < dirtyLevel && (!effect2._runnings || effect2.allowRecurse || dirtyLevel !== 2)) {
683
+ if (effect2._dirtyLevel < dirtyLevel && (!effect2._runnings || dirtyLevel !== 2)) {
684
684
  const lastDirtyLevel = effect2._dirtyLevel;
685
685
  effect2._dirtyLevel = dirtyLevel;
686
686
  if (lastDirtyLevel === 0 && (!effect2._queryings || dirtyLevel !== 2)) {
@@ -6563,7 +6563,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
6563
6563
  return vm;
6564
6564
  }
6565
6565
  }
6566
- Vue.version = `2.6.14-compat:${"3.4.11"}`;
6566
+ Vue.version = `2.6.14-compat:${"3.4.12"}`;
6567
6567
  Vue.config = singletonApp.config;
6568
6568
  Vue.use = (p, ...options) => {
6569
6569
  if (p && isFunction(p.install)) {
@@ -11395,7 +11395,7 @@ function isMemoSame(cached, memo) {
11395
11395
  return true;
11396
11396
  }
11397
11397
 
11398
- const version = "3.4.11";
11398
+ const version = "3.4.12";
11399
11399
  const warn = warn$1 ;
11400
11400
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
11401
11401
  const devtools = devtools$1 ;
@@ -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
  **/
@@ -602,7 +602,7 @@ function triggerEffects(dep, dirtyLevel, debuggerEventExtraInfo) {
602
602
  if (!effect2.allowRecurse && effect2._runnings) {
603
603
  continue;
604
604
  }
605
- if (effect2._dirtyLevel < dirtyLevel && (!effect2._runnings || effect2.allowRecurse || dirtyLevel !== 2)) {
605
+ if (effect2._dirtyLevel < dirtyLevel && (!effect2._runnings || dirtyLevel !== 2)) {
606
606
  const lastDirtyLevel = effect2._dirtyLevel;
607
607
  effect2._dirtyLevel = dirtyLevel;
608
608
  if (lastDirtyLevel === 0 && (!effect2._queryings || dirtyLevel !== 2)) {
@@ -5247,7 +5247,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
5247
5247
  return vm;
5248
5248
  }
5249
5249
  }
5250
- Vue.version = `2.6.14-compat:${"3.4.11"}`;
5250
+ Vue.version = `2.6.14-compat:${"3.4.12"}`;
5251
5251
  Vue.config = singletonApp.config;
5252
5252
  Vue.use = (p, ...options) => {
5253
5253
  if (p && isFunction(p.install)) {
@@ -9106,7 +9106,7 @@ function isMemoSame(cached, memo) {
9106
9106
  return true;
9107
9107
  }
9108
9108
 
9109
- const version = "3.4.11";
9109
+ const version = "3.4.12";
9110
9110
  const warn$1 = NOOP;
9111
9111
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
9112
9112
  const devtools = 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
  **/
@@ -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)) {
@@ -6485,7 +6485,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
6485
6485
  return vm;
6486
6486
  }
6487
6487
  }
6488
- Vue.version = `2.6.14-compat:${"3.4.11"}`;
6488
+ Vue.version = `2.6.14-compat:${"3.4.12"}`;
6489
6489
  Vue.config = singletonApp.config;
6490
6490
  Vue.use = (p, ...options) => {
6491
6491
  if (p && isFunction(p.install)) {
@@ -11300,7 +11300,7 @@ function isMemoSame(cached, memo) {
11300
11300
  return true;
11301
11301
  }
11302
11302
 
11303
- const version = "3.4.11";
11303
+ const version = "3.4.12";
11304
11304
  const warn = warn$1 ;
11305
11305
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
11306
11306
  const devtools = devtools$1 ;