@vue/compiler-sfc 3.4.0-beta.1 → 3.4.0-beta.2

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.
@@ -20559,7 +20559,7 @@ function isStaticNode(node) {
20559
20559
  return false;
20560
20560
  }
20561
20561
 
20562
- const version = "3.4.0-beta.1";
20562
+ const version = "3.4.0-beta.2";
20563
20563
  const parseCache = parseCache$1;
20564
20564
  const walk = estreeWalker.walk;
20565
20565
  const shouldTransformRef = () => false;
@@ -48544,7 +48544,7 @@ function isStaticNode(node) {
48544
48544
  return false;
48545
48545
  }
48546
48546
 
48547
- const version = "3.4.0-beta.1";
48547
+ const version = "3.4.0-beta.2";
48548
48548
  const parseCache = parseCache$1;
48549
48549
  const walk = walk$2;
48550
48550
  const shouldTransformRef = () => false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-sfc",
3
- "version": "3.4.0-beta.1",
3
+ "version": "3.4.0-beta.2",
4
4
  "description": "@vue/compiler-sfc",
5
5
  "main": "dist/compiler-sfc.cjs.js",
6
6
  "module": "dist/compiler-sfc.esm-browser.js",
@@ -37,10 +37,10 @@
37
37
  "magic-string": "^0.30.5",
38
38
  "postcss": "^8.4.32",
39
39
  "source-map-js": "^1.0.2",
40
- "@vue/compiler-core": "3.4.0-beta.1",
41
- "@vue/shared": "3.4.0-beta.1",
42
- "@vue/compiler-dom": "3.4.0-beta.1",
43
- "@vue/compiler-ssr": "3.4.0-beta.1"
40
+ "@vue/compiler-core": "3.4.0-beta.2",
41
+ "@vue/compiler-ssr": "3.4.0-beta.2",
42
+ "@vue/shared": "3.4.0-beta.2",
43
+ "@vue/compiler-dom": "3.4.0-beta.2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@babel/types": "^7.23.5",