@vue/runtime-core 3.2.28 → 3.2.29
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/runtime-core.cjs.js
CHANGED
|
@@ -7606,7 +7606,7 @@ function isMemoSame(cached, memo) {
|
|
|
7606
7606
|
}
|
|
7607
7607
|
|
|
7608
7608
|
// Core API ------------------------------------------------------------------
|
|
7609
|
-
const version = "3.2.
|
|
7609
|
+
const version = "3.2.29";
|
|
7610
7610
|
const _ssrUtils = {
|
|
7611
7611
|
createComponentInstance,
|
|
7612
7612
|
setupComponent,
|
|
@@ -6069,7 +6069,7 @@ function isMemoSame(cached, memo) {
|
|
|
6069
6069
|
}
|
|
6070
6070
|
|
|
6071
6071
|
// Core API ------------------------------------------------------------------
|
|
6072
|
-
const version = "3.2.
|
|
6072
|
+
const version = "3.2.29";
|
|
6073
6073
|
const _ssrUtils = {
|
|
6074
6074
|
createComponentInstance,
|
|
6075
6075
|
setupComponent,
|
|
@@ -7702,7 +7702,7 @@ function isMemoSame(cached, memo) {
|
|
|
7702
7702
|
}
|
|
7703
7703
|
|
|
7704
7704
|
// Core API ------------------------------------------------------------------
|
|
7705
|
-
const version = "3.2.
|
|
7705
|
+
const version = "3.2.29";
|
|
7706
7706
|
const _ssrUtils = {
|
|
7707
7707
|
createComponentInstance,
|
|
7708
7708
|
setupComponent,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/runtime-core",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.29",
|
|
4
4
|
"description": "@vue/runtime-core",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "dist/runtime-core.esm-bundler.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@vue/shared": "3.2.
|
|
36
|
-
"@vue/reactivity": "3.2.
|
|
35
|
+
"@vue/shared": "3.2.29",
|
|
36
|
+
"@vue/reactivity": "3.2.29"
|
|
37
37
|
}
|
|
38
38
|
}
|