@vue/compiler-ssr 3.2.27 → 3.2.28
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-ssr.cjs.js +1 -1
- package/package.json +6 -6
package/dist/compiler-ssr.cjs.js
CHANGED
|
@@ -267,7 +267,7 @@ function ssrProcessTransitionGroup(node, context) {
|
|
|
267
267
|
|
|
268
268
|
// We need to construct the slot functions in the 1st pass to ensure proper
|
|
269
269
|
// scope tracking, but the children of each slot cannot be processed until
|
|
270
|
-
// the 2nd pass, so we store the WIP slot functions in a
|
|
270
|
+
// the 2nd pass, so we store the WIP slot functions in a weakMap during the 1st
|
|
271
271
|
// pass and complete them in the 2nd pass.
|
|
272
272
|
const wipMap$1 = new WeakMap();
|
|
273
273
|
const componentTypeMap = new WeakMap();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/compiler-ssr",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.28",
|
|
4
4
|
"description": "@vue/compiler-ssr",
|
|
5
5
|
"main": "dist/compiler-ssr.cjs.js",
|
|
6
6
|
"types": "dist/compiler-ssr.d.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/vuejs/
|
|
18
|
+
"url": "git+https://github.com/vuejs/core.git",
|
|
19
19
|
"directory": "packages/compiler-ssr"
|
|
20
20
|
},
|
|
21
21
|
"keywords": [
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"author": "Evan You",
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"bugs": {
|
|
27
|
-
"url": "https://github.com/vuejs/
|
|
27
|
+
"url": "https://github.com/vuejs/core/issues"
|
|
28
28
|
},
|
|
29
|
-
"homepage": "https://github.com/vuejs/
|
|
29
|
+
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-ssr#readme",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@vue/shared": "3.2.
|
|
32
|
-
"@vue/compiler-dom": "3.2.
|
|
31
|
+
"@vue/shared": "3.2.28",
|
|
32
|
+
"@vue/compiler-dom": "3.2.28"
|
|
33
33
|
}
|
|
34
34
|
}
|