@vue/runtime-core
Advanced tools
Comparing version 3.0.0-beta.9 to 3.0.0-beta.10
@@ -953,3 +953,9 @@ import { ComputedGetter } from '@vue/reactivity'; | ||
/* Excluded from this release type: transformVNodeArgs */ | ||
/** | ||
* Internal API for registering an arguments transform for createVNode | ||
* used for creating stubs in the test-utils | ||
* It is *internal* but needs to be exposed for test-utils to pick up proper | ||
* typings | ||
*/ | ||
export declare function transformVNodeArgs(transformer?: typeof vnodeArgsTransformer): void; | ||
@@ -956,0 +962,0 @@ export declare interface TransitionHooks { |
{ | ||
"name": "@vue/runtime-core", | ||
"version": "3.0.0-beta.9", | ||
"version": "3.0.0-beta.10", | ||
"description": "@vue/runtime-core", | ||
@@ -34,5 +34,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@vue/shared": "3.0.0-beta.9", | ||
"@vue/reactivity": "3.0.0-beta.9" | ||
"@vue/shared": "3.0.0-beta.10", | ||
"@vue/reactivity": "3.0.0-beta.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
677660
16922
+ Added@vue/reactivity@3.0.0-beta.10(transitive)
+ Added@vue/shared@3.0.0-beta.10(transitive)
- Removed@vue/reactivity@3.0.0-beta.9(transitive)
- Removed@vue/shared@3.0.0-beta.9(transitive)
Updated@vue/shared@3.0.0-beta.10