@vue/runtime-core 3.2.25 → 3.2.26
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
|
@@ -7595,7 +7595,7 @@ function isMemoSame(cached, memo) {
|
|
|
7595
7595
|
}
|
|
7596
7596
|
|
|
7597
7597
|
// Core API ------------------------------------------------------------------
|
|
7598
|
-
const version = "3.2.
|
|
7598
|
+
const version = "3.2.26";
|
|
7599
7599
|
const _ssrUtils = {
|
|
7600
7600
|
createComponentInstance,
|
|
7601
7601
|
setupComponent,
|
|
@@ -6061,7 +6061,7 @@ function isMemoSame(cached, memo) {
|
|
|
6061
6061
|
}
|
|
6062
6062
|
|
|
6063
6063
|
// Core API ------------------------------------------------------------------
|
|
6064
|
-
const version = "3.2.
|
|
6064
|
+
const version = "3.2.26";
|
|
6065
6065
|
const _ssrUtils = {
|
|
6066
6066
|
createComponentInstance,
|
|
6067
6067
|
setupComponent,
|
|
@@ -7691,7 +7691,7 @@ function isMemoSame(cached, memo) {
|
|
|
7691
7691
|
}
|
|
7692
7692
|
|
|
7693
7693
|
// Core API ------------------------------------------------------------------
|
|
7694
|
-
const version = "3.2.
|
|
7694
|
+
const version = "3.2.26";
|
|
7695
7695
|
const _ssrUtils = {
|
|
7696
7696
|
createComponentInstance,
|
|
7697
7697
|
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.26",
|
|
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/vue-next/tree/master/packages/runtime-core#readme",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@vue/shared": "3.2.
|
|
36
|
-
"@vue/reactivity": "3.2.
|
|
35
|
+
"@vue/shared": "3.2.26",
|
|
36
|
+
"@vue/reactivity": "3.2.26"
|
|
37
37
|
}
|
|
38
38
|
}
|