@vue/runtime-core 3.2.17 → 3.2.18
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
|
@@ -7513,7 +7513,7 @@ function isMemoSame(cached, memo) {
|
|
|
7513
7513
|
}
|
|
7514
7514
|
|
|
7515
7515
|
// Core API ------------------------------------------------------------------
|
|
7516
|
-
const version = "3.2.
|
|
7516
|
+
const version = "3.2.18";
|
|
7517
7517
|
const _ssrUtils = {
|
|
7518
7518
|
createComponentInstance,
|
|
7519
7519
|
setupComponent,
|
|
@@ -5996,7 +5996,7 @@ function isMemoSame(cached, memo) {
|
|
|
5996
5996
|
}
|
|
5997
5997
|
|
|
5998
5998
|
// Core API ------------------------------------------------------------------
|
|
5999
|
-
const version = "3.2.
|
|
5999
|
+
const version = "3.2.18";
|
|
6000
6000
|
const _ssrUtils = {
|
|
6001
6001
|
createComponentInstance,
|
|
6002
6002
|
setupComponent,
|
|
@@ -7609,7 +7609,7 @@ function isMemoSame(cached, memo) {
|
|
|
7609
7609
|
}
|
|
7610
7610
|
|
|
7611
7611
|
// Core API ------------------------------------------------------------------
|
|
7612
|
-
const version = "3.2.
|
|
7612
|
+
const version = "3.2.18";
|
|
7613
7613
|
const _ssrUtils = {
|
|
7614
7614
|
createComponentInstance,
|
|
7615
7615
|
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.18",
|
|
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.18",
|
|
36
|
+
"@vue/reactivity": "3.2.18"
|
|
37
37
|
}
|
|
38
38
|
}
|