@vue/compiler-sfc 3.6.0-alpha.6 → 3.6.0-alpha.7

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.6.0-alpha.6
2
+ * @vue/compiler-sfc v3.6.0-alpha.7
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -21756,7 +21756,7 @@ function mergeSourceMaps(scriptMap, templateMap, templateLineOffset) {
21756
21756
  return generator.toJSON();
21757
21757
  }
21758
21758
 
21759
- const version = "3.6.0-alpha.6";
21759
+ const version = "3.6.0-alpha.7";
21760
21760
  const parseCache = parseCache$1;
21761
21761
  const errorMessages = {
21762
21762
  ...CompilerDOM.errorMessages,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-sfc v3.6.0-alpha.6
2
+ * @vue/compiler-sfc v3.6.0-alpha.7
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -55061,7 +55061,7 @@ var __spreadValues = (a, b) => {
55061
55061
  }
55062
55062
  return a;
55063
55063
  };
55064
- const version = "3.6.0-alpha.6";
55064
+ const version = "3.6.0-alpha.7";
55065
55065
  const parseCache = parseCache$1;
55066
55066
  const errorMessages = __spreadValues(__spreadValues({}, errorMessages$1), DOMErrorMessages);
55067
55067
  const walk = walk$2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-sfc",
3
- "version": "3.6.0-alpha.6",
3
+ "version": "3.6.0-alpha.7",
4
4
  "description": "@vue/compiler-sfc",
5
5
  "main": "dist/compiler-sfc.cjs.js",
6
6
  "module": "dist/compiler-sfc.esm-browser.js",
@@ -47,11 +47,11 @@
47
47
  "magic-string": "^0.30.21",
48
48
  "postcss": "^8.5.6",
49
49
  "source-map-js": "^1.2.1",
50
- "@vue/compiler-core": "3.6.0-alpha.6",
51
- "@vue/compiler-dom": "3.6.0-alpha.6",
52
- "@vue/compiler-vapor": "3.6.0-alpha.6",
53
- "@vue/compiler-ssr": "3.6.0-alpha.6",
54
- "@vue/shared": "3.6.0-alpha.6"
50
+ "@vue/compiler-dom": "3.6.0-alpha.7",
51
+ "@vue/compiler-core": "3.6.0-alpha.7",
52
+ "@vue/compiler-ssr": "3.6.0-alpha.7",
53
+ "@vue/compiler-vapor": "3.6.0-alpha.7",
54
+ "@vue/shared": "3.6.0-alpha.7"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@babel/types": "^7.28.5",