@vue/compat 3.3.2 → 3.3.4

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.
@@ -187,7 +187,7 @@ var Vue = (function () {
187
187
  }
188
188
  const listDelimiterRE = /;(?![^(]*\))/g;
189
189
  const propertyDelimiterRE = /:([^]+)/;
190
- const styleCommentRE = new RegExp("\\/\\*.*?\\*\\/", "gs");
190
+ const styleCommentRE = /\/\*[^]*?\*\//g;
191
191
  function parseStringStyle(cssText) {
192
192
  const ret = {};
193
193
  cssText.replace(styleCommentRE, "").split(listDelimiterRE).forEach((item) => {
@@ -6258,7 +6258,7 @@ If this is a native custom element, make sure to exclude it from component resol
6258
6258
  return vm;
6259
6259
  }
6260
6260
  }
6261
- Vue.version = `2.6.14-compat:${"3.3.2"}`;
6261
+ Vue.version = `2.6.14-compat:${"3.3.4"}`;
6262
6262
  Vue.config = singletonApp.config;
6263
6263
  Vue.use = (p, ...options) => {
6264
6264
  if (p && isFunction(p.install)) {
@@ -10781,7 +10781,7 @@ Component that was made reactive: `,
10781
10781
  return true;
10782
10782
  }
10783
10783
 
10784
- const version = "3.3.2";
10784
+ const version = "3.3.4";
10785
10785
  const ssrUtils = null;
10786
10786
  const resolveFilter = resolveFilter$1 ;
10787
10787
  const _compatUtils = {