@vue/compiler-sfc 3.3.0 → 3.3.1

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.
@@ -20533,7 +20533,7 @@ function isStaticNode(node) {
20533
20533
  }
20534
20534
  }
20535
20535
 
20536
- const version = "3.3.0";
20536
+ const version = "3.3.1";
20537
20537
  const walk = estreeWalker.walk;
20538
20538
 
20539
20539
  exports.babelParse = parser$2.parse;
@@ -50229,7 +50229,7 @@ function isStaticNode(node) {
50229
50229
  }
50230
50230
  }
50231
50231
 
50232
- const version = "3.3.0";
50232
+ const version = "3.3.1";
50233
50233
  const walk = walk$1;
50234
50234
 
50235
50235
  export { MagicString, parse_1$1 as babelParse, compileScript, compileStyle, compileStyleAsync, compileTemplate, extractIdentifiers, generateCodeFrame, inferRuntimeType, invalidateTypeCache, isInDestructureAssignment, isStaticProperty, parse$7 as parse, parseCache, registerTS, resolveTypeElements, rewriteDefault, rewriteDefaultAST, shouldTransform as shouldTransformRef, transform as transformRef, transformAST as transformRefAST, version, walk, walkIdentifiers };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-sfc",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "@vue/compiler-sfc",
5
5
  "main": "dist/compiler-sfc.cjs.js",
6
6
  "module": "dist/compiler-sfc.esm-browser.js",
@@ -33,11 +33,11 @@
33
33
  "homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme",
34
34
  "dependencies": {
35
35
  "@babel/parser": "^7.20.15",
36
- "@vue/compiler-core": "3.3.0",
37
- "@vue/compiler-dom": "3.3.0",
38
- "@vue/compiler-ssr": "3.3.0",
39
- "@vue/reactivity-transform": "3.3.0",
40
- "@vue/shared": "3.3.0",
36
+ "@vue/compiler-core": "3.3.1",
37
+ "@vue/compiler-dom": "3.3.1",
38
+ "@vue/compiler-ssr": "3.3.1",
39
+ "@vue/reactivity-transform": "3.3.1",
40
+ "@vue/shared": "3.3.1",
41
41
  "estree-walker": "^2.0.2",
42
42
  "magic-string": "^0.30.0",
43
43
  "postcss": "^8.1.10",