@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
  **/
@@ -7233,7 +7233,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
7233
7233
  return vm;
7234
7234
  }
7235
7235
  }
7236
- Vue.version = `2.6.14-compat:${"3.5.15"}`;
7236
+ Vue.version = `2.6.14-compat:${"3.5.16"}`;
7237
7237
  Vue.config = singletonApp.config;
7238
7238
  Vue.use = (plugin, ...options) => {
7239
7239
  if (plugin && isFunction(plugin.install)) {
@@ -12443,7 +12443,7 @@ function isMemoSame(cached, memo) {
12443
12443
  return true;
12444
12444
  }
12445
12445
 
12446
- const version = "3.5.15";
12446
+ const version = "3.5.16";
12447
12447
  const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
12448
12448
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
12449
12449
  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
  **/
@@ -7195,7 +7195,7 @@ If this is a native custom element, make sure to exclude it from component resol
7195
7195
  return vm;
7196
7196
  }
7197
7197
  }
7198
- Vue.version = `2.6.14-compat:${"3.5.15"}`;
7198
+ Vue.version = `2.6.14-compat:${"3.5.16"}`;
7199
7199
  Vue.config = singletonApp.config;
7200
7200
  Vue.use = (plugin, ...options) => {
7201
7201
  if (plugin && isFunction(plugin.install)) {
@@ -12309,7 +12309,7 @@ Component that was made reactive: `,
12309
12309
  return true;
12310
12310
  }
12311
12311
 
12312
- const version = "3.5.15";
12312
+ const version = "3.5.16";
12313
12313
  const warn = warn$1 ;
12314
12314
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
12315
12315
  const devtools = devtools$1 ;