@vue/compiler-sfc 3.4.5 → 3.4.6
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.
package/dist/compiler-sfc.cjs.js
CHANGED
|
@@ -20594,7 +20594,7 @@ function isStaticNode(node) {
|
|
|
20594
20594
|
return false;
|
|
20595
20595
|
}
|
|
20596
20596
|
|
|
20597
|
-
const version = "3.4.
|
|
20597
|
+
const version = "3.4.6";
|
|
20598
20598
|
const parseCache = parseCache$1;
|
|
20599
20599
|
const errorMessages = {
|
|
20600
20600
|
...CompilerDOM.errorMessages,
|
|
@@ -48630,7 +48630,7 @@ var __spreadValues = (a, b) => {
|
|
|
48630
48630
|
}
|
|
48631
48631
|
return a;
|
|
48632
48632
|
};
|
|
48633
|
-
const version = "3.4.
|
|
48633
|
+
const version = "3.4.6";
|
|
48634
48634
|
const parseCache = parseCache$1;
|
|
48635
48635
|
const errorMessages = __spreadValues(__spreadValues({}, errorMessages$1), DOMErrorMessages);
|
|
48636
48636
|
const walk = walk$2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/compiler-sfc",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.6",
|
|
4
4
|
"description": "@vue/compiler-sfc",
|
|
5
5
|
"main": "dist/compiler-sfc.cjs.js",
|
|
6
6
|
"module": "dist/compiler-sfc.esm-browser.js",
|
|
@@ -8,15 +8,6 @@
|
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
|
-
"exports": {
|
|
12
|
-
".": {
|
|
13
|
-
"types": "./dist/compiler-sfc.d.ts",
|
|
14
|
-
"node": "./dist/compiler-sfc.cjs.js",
|
|
15
|
-
"import": "./dist/compiler-sfc.esm-browser.js",
|
|
16
|
-
"require": "./dist/compiler-sfc.cjs.js"
|
|
17
|
-
},
|
|
18
|
-
"./*": "./*"
|
|
19
|
-
},
|
|
20
11
|
"buildOptions": {
|
|
21
12
|
"name": "VueCompilerSFC",
|
|
22
13
|
"formats": [
|
|
@@ -46,10 +37,10 @@
|
|
|
46
37
|
"magic-string": "^0.30.5",
|
|
47
38
|
"postcss": "^8.4.32",
|
|
48
39
|
"source-map-js": "^1.0.2",
|
|
49
|
-
"@vue/compiler-core": "3.4.
|
|
50
|
-
"@vue/compiler-ssr": "3.4.
|
|
51
|
-
"@vue/
|
|
52
|
-
"@vue/
|
|
40
|
+
"@vue/compiler-core": "3.4.6",
|
|
41
|
+
"@vue/compiler-ssr": "3.4.6",
|
|
42
|
+
"@vue/shared": "3.4.6",
|
|
43
|
+
"@vue/compiler-dom": "3.4.6"
|
|
53
44
|
},
|
|
54
45
|
"devDependencies": {
|
|
55
46
|
"@babel/types": "^7.23.6",
|