@vue/compiler-sfc 3.5.31 → 3.5.32

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/compiler-sfc v3.5.31
2
+ * @vue/compiler-sfc v3.5.32
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -25583,7 +25583,7 @@ function mergeSourceMaps(scriptMap, templateMap, templateLineOffset) {
25583
25583
  return generator.toJSON();
25584
25584
  }
25585
25585
 
25586
- const version = "3.5.31";
25586
+ const version = "3.5.32";
25587
25587
  const parseCache = parseCache$1;
25588
25588
  const errorMessages = {
25589
25589
  ...CompilerDOM.errorMessages,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-sfc v3.5.31
2
+ * @vue/compiler-sfc v3.5.32
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -50823,7 +50823,7 @@ var __spreadValues = (a, b) => {
50823
50823
  }
50824
50824
  return a;
50825
50825
  };
50826
- const version = "3.5.31";
50826
+ const version = "3.5.32";
50827
50827
  const parseCache = parseCache$1;
50828
50828
  const errorMessages = __spreadValues(__spreadValues({}, errorMessages$1), DOMErrorMessages);
50829
50829
  const walk = walk$2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-sfc",
3
- "version": "3.5.31",
3
+ "version": "3.5.32",
4
4
  "description": "@vue/compiler-sfc",
5
5
  "main": "dist/compiler-sfc.cjs.js",
6
6
  "module": "dist/compiler-sfc.esm-browser.js",
@@ -47,10 +47,10 @@
47
47
  "magic-string": "^0.30.21",
48
48
  "postcss": "^8.5.8",
49
49
  "source-map-js": "^1.2.1",
50
- "@vue/compiler-core": "3.5.31",
51
- "@vue/compiler-dom": "3.5.31",
52
- "@vue/shared": "3.5.31",
53
- "@vue/compiler-ssr": "3.5.31"
50
+ "@vue/compiler-core": "3.5.32",
51
+ "@vue/compiler-dom": "3.5.32",
52
+ "@vue/compiler-ssr": "3.5.32",
53
+ "@vue/shared": "3.5.32"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@babel/types": "^7.29.0",