@vue/runtime-core 3.2.35 → 3.2.36
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
|
@@ -7726,7 +7726,7 @@ function isMemoSame(cached, memo) {
|
|
|
7726
7726
|
}
|
|
7727
7727
|
|
|
7728
7728
|
// Core API ------------------------------------------------------------------
|
|
7729
|
-
const version = "3.2.
|
|
7729
|
+
const version = "3.2.36";
|
|
7730
7730
|
const _ssrUtils = {
|
|
7731
7731
|
createComponentInstance,
|
|
7732
7732
|
setupComponent,
|
|
@@ -6161,7 +6161,7 @@ function isMemoSame(cached, memo) {
|
|
|
6161
6161
|
}
|
|
6162
6162
|
|
|
6163
6163
|
// Core API ------------------------------------------------------------------
|
|
6164
|
-
const version = "3.2.
|
|
6164
|
+
const version = "3.2.36";
|
|
6165
6165
|
const _ssrUtils = {
|
|
6166
6166
|
createComponentInstance,
|
|
6167
6167
|
setupComponent,
|
package/dist/runtime-core.d.ts
CHANGED
|
@@ -976,7 +976,7 @@ export declare interface HydrationRenderer extends Renderer<Element | ShadowRoot
|
|
|
976
976
|
hydrate: RootHydrateFunction;
|
|
977
977
|
}
|
|
978
978
|
|
|
979
|
-
declare type InferDefault<P, T> = T extends null | number | string | boolean | symbol | Function ? T : (props: P) => T;
|
|
979
|
+
declare type InferDefault<P, T> = T extends null | number | string | boolean | symbol | Function ? T | ((props: P) => T) : (props: P) => T;
|
|
980
980
|
|
|
981
981
|
declare type InferDefaults<T> = {
|
|
982
982
|
[K in keyof T]?: InferDefault<T, NotUndefined<T[K]>>;
|
|
@@ -7824,7 +7824,7 @@ function isMemoSame(cached, memo) {
|
|
|
7824
7824
|
}
|
|
7825
7825
|
|
|
7826
7826
|
// Core API ------------------------------------------------------------------
|
|
7827
|
-
const version = "3.2.
|
|
7827
|
+
const version = "3.2.36";
|
|
7828
7828
|
const _ssrUtils = {
|
|
7829
7829
|
createComponentInstance,
|
|
7830
7830
|
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.36",
|
|
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.36",
|
|
36
|
+
"@vue/reactivity": "3.2.36"
|
|
37
37
|
}
|
|
38
38
|
}
|