@vue/compiler-sfc 3.5.36 → 3.5.38
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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compiler-sfc v3.5.
|
|
2
|
+
* @vue/compiler-sfc v3.5.38
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -25818,7 +25818,7 @@ function mergeSourceMaps(scriptMap, templateMap, templateLineOffset) {
|
|
|
25818
25818
|
return generator.toJSON();
|
|
25819
25819
|
}
|
|
25820
25820
|
|
|
25821
|
-
const version = "3.5.
|
|
25821
|
+
const version = "3.5.38";
|
|
25822
25822
|
const parseCache = parseCache$1;
|
|
25823
25823
|
const errorMessages = {
|
|
25824
25824
|
...CompilerDOM.errorMessages,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compiler-sfc v3.5.
|
|
2
|
+
* @vue/compiler-sfc v3.5.38
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -51137,7 +51137,7 @@ var __spreadValues = (a, b) => {
|
|
|
51137
51137
|
}
|
|
51138
51138
|
return a;
|
|
51139
51139
|
};
|
|
51140
|
-
const version = "3.5.
|
|
51140
|
+
const version = "3.5.38";
|
|
51141
51141
|
const parseCache = parseCache$1;
|
|
51142
51142
|
const errorMessages = __spreadValues(__spreadValues({}, errorMessages$1), DOMErrorMessages);
|
|
51143
51143
|
const walk = walk$2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/compiler-sfc",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.38",
|
|
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.15",
|
|
49
49
|
"source-map-js": "^1.2.1",
|
|
50
|
-
"@vue/compiler-core": "3.5.
|
|
51
|
-
"@vue/compiler-dom": "3.5.
|
|
52
|
-
"@vue/shared": "3.5.
|
|
53
|
-
"@vue/compiler-ssr": "3.5.
|
|
50
|
+
"@vue/compiler-core": "3.5.38",
|
|
51
|
+
"@vue/compiler-dom": "3.5.38",
|
|
52
|
+
"@vue/shared": "3.5.38",
|
|
53
|
+
"@vue/compiler-ssr": "3.5.38"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@babel/types": "^7.29.7",
|