@vue/runtime-core
Advanced tools
Comparing version 3.0.9 to 3.0.10
@@ -625,2 +625,6 @@ import { camelize } from '@vue/shared'; | ||
export declare function h(type: typeof Text_2 | typeof Comment_2, children?: string | number | boolean): VNode; | ||
export declare function h(type: typeof Text_2 | typeof Comment_2, props?: null, children?: string | number | boolean): VNode; | ||
export declare function h(type: typeof Fragment, children?: VNodeArrayChildren): VNode; | ||
@@ -754,2 +758,11 @@ | ||
delimiters?: [string, string]; | ||
/** | ||
* #3468 | ||
* | ||
* type-only, used to assist Mixin's type inference, | ||
* typescript will try to simplify the inferred `Mixin` type, | ||
* with the `__differenciator`, typescript won't be able to combine different mixins, | ||
* because the `__differenciator` will be different | ||
*/ | ||
__differentiator?: keyof D | keyof C | keyof M; | ||
} | ||
@@ -756,0 +769,0 @@ |
{ | ||
"name": "@vue/runtime-core", | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"description": "@vue/runtime-core", | ||
@@ -35,5 +35,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@vue/shared": "3.0.9", | ||
"@vue/reactivity": "3.0.9" | ||
"@vue/shared": "3.0.10", | ||
"@vue/reactivity": "3.0.10" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
856637
21055
+ Added@vue/reactivity@3.0.10(transitive)
+ Added@vue/shared@3.0.10(transitive)
- Removed@vue/reactivity@3.0.9(transitive)
- Removed@vue/shared@3.0.9(transitive)
Updated@vue/reactivity@3.0.10
Updated@vue/shared@3.0.10