@vue/compat 3.5.15 → 3.5.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/compat v3.5.15
2
+ * @vue/compat v3.5.16
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -7160,7 +7160,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
7160
7160
  return vm;
7161
7161
  }
7162
7162
  }
7163
- Vue.version = `2.6.14-compat:${"3.5.15"}`;
7163
+ Vue.version = `2.6.14-compat:${"3.5.16"}`;
7164
7164
  Vue.config = singletonApp.config;
7165
7165
  Vue.use = (plugin, ...options) => {
7166
7166
  if (plugin && isFunction(plugin.install)) {
@@ -12370,7 +12370,7 @@ function isMemoSame(cached, memo) {
12370
12370
  return true;
12371
12371
  }
12372
12372
 
12373
- const version = "3.5.15";
12373
+ const version = "3.5.16";
12374
12374
  const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
12375
12375
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
12376
12376
  const devtools = !!(process.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compat v3.5.15
2
+ * @vue/compat v3.5.16
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -7122,7 +7122,7 @@ If this is a native custom element, make sure to exclude it from component resol
7122
7122
  return vm;
7123
7123
  }
7124
7124
  }
7125
- Vue.version = `2.6.14-compat:${"3.5.15"}`;
7125
+ Vue.version = `2.6.14-compat:${"3.5.16"}`;
7126
7126
  Vue.config = singletonApp.config;
7127
7127
  Vue.use = (plugin, ...options) => {
7128
7128
  if (plugin && isFunction(plugin.install)) {
@@ -12236,7 +12236,7 @@ Component that was made reactive: `,
12236
12236
  return true;
12237
12237
  }
12238
12238
 
12239
- const version = "3.5.15";
12239
+ const version = "3.5.16";
12240
12240
  const warn = warn$1 ;
12241
12241
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
12242
12242
  const devtools = devtools$1 ;