@vue/compat 3.5.36 → 3.5.38

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.5.36
2
+ * @vue/compat v3.5.38
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -7588,7 +7588,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
7588
7588
  return vm;
7589
7589
  }
7590
7590
  }
7591
- Vue.version = `2.6.14-compat:${"3.5.36"}`;
7591
+ Vue.version = `2.6.14-compat:${"3.5.38"}`;
7592
7592
  Vue.config = singletonApp.config;
7593
7593
  Vue.use = (plugin, ...options) => {
7594
7594
  if (plugin && isFunction(plugin.install)) {
@@ -12784,7 +12784,7 @@ function isMemoSame(cached, memo) {
12784
12784
  return true;
12785
12785
  }
12786
12786
 
12787
- const version = "3.5.36";
12787
+ const version = "3.5.38";
12788
12788
  const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
12789
12789
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
12790
12790
  const devtools = !!(process.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compat v3.5.36
2
+ * @vue/compat v3.5.38
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -7522,7 +7522,7 @@ If this is a native custom element, make sure to exclude it from component resol
7522
7522
  return vm;
7523
7523
  }
7524
7524
  }
7525
- Vue.version = `2.6.14-compat:${"3.5.36"}`;
7525
+ Vue.version = `2.6.14-compat:${"3.5.38"}`;
7526
7526
  Vue.config = singletonApp.config;
7527
7527
  Vue.use = (plugin, ...options) => {
7528
7528
  if (plugin && isFunction(plugin.install)) {
@@ -12650,7 +12650,7 @@ Component that was made reactive: `,
12650
12650
  return true;
12651
12651
  }
12652
12652
 
12653
- const version = "3.5.36";
12653
+ const version = "3.5.38";
12654
12654
  const warn = warn$1 ;
12655
12655
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
12656
12656
  const devtools = devtools$1 ;