@vue/compat 3.4.37 → 3.4.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.4.37
2
+ * @vue/compat v3.4.38
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -5183,7 +5183,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
5183
5183
  return vm;
5184
5184
  }
5185
5185
  }
5186
- Vue.version = `2.6.14-compat:${"3.4.37"}`;
5186
+ Vue.version = `2.6.14-compat:${"3.4.38"}`;
5187
5187
  Vue.config = singletonApp.config;
5188
5188
  Vue.use = (plugin, ...options) => {
5189
5189
  if (plugin && isFunction(plugin.install)) {
@@ -11371,7 +11371,7 @@ function isMemoSame(cached, memo) {
11371
11371
  return true;
11372
11372
  }
11373
11373
 
11374
- const version = "3.4.37";
11374
+ const version = "3.4.38";
11375
11375
  const warn = warn$1 ;
11376
11376
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
11377
11377
  const devtools = devtools$1 ;