@unplugin-vue-ce/ce-app
Advanced tools
Comparing version 1.0.0-beta.20 to 1.0.0-beta.21
@@ -19,11 +19,11 @@ import * as vue from 'vue'; | ||
mixin(mixin: vue.ComponentOptions<{}, any, any, any, any, any, any, any, any>): App<any>; | ||
component(name: string): Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined; | ||
component(name: string, component: Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | vue.DefineComponent<{}, {}, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}, {}>): App<any>; | ||
directive(name: string): vue.Directive<any, any> | undefined; | ||
directive(name: string, directive: vue.Directive<any, any>): App<any>; | ||
component(name: string): Component<any, any, any, vue.ComputedOptions, vue.MethodOptions, {}, any> | undefined; | ||
component(name: string, component: Component<any, any, any, vue.ComputedOptions, vue.MethodOptions, {}, any> | vue.DefineComponent<{}, {}, {}, vue.ComputedOptions, vue.MethodOptions, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{}>>, {}, {}>): App<any>; | ||
directive<T = any, V = any>(name: string): vue.Directive<T, V> | undefined; | ||
directive<T_1 = any, V_1 = any>(name: string, directive: vue.Directive<T_1, V_1>): App<any>; | ||
unmount(): void; | ||
provide<T>(key: string | vue.InjectionKey<T>, value: T): App<any>; | ||
runWithContext<T_1>(fn: () => T_1): T_1; | ||
provide<T_2>(key: string | vue.InjectionKey<T_2>, value: T_2): App<any>; | ||
runWithContext<T_3>(fn: () => T_3): T_3; | ||
_uid: number; | ||
_component: vue.ConcreteComponent<{}, any, any, vue.ComputedOptions, vue.MethodOptions>; | ||
_component: vue.ConcreteComponent<{}, any, any, vue.ComputedOptions, vue.MethodOptions, {}, any>; | ||
_props: { | ||
@@ -30,0 +30,0 @@ [x: string]: unknown; |
@@ -6,4 +6,4 @@ { | ||
"type": "module", | ||
"version": "1.0.0-beta.20", | ||
"packageManager": "pnpm@8.11.0", | ||
"version": "1.0.0-beta.21", | ||
"packageManager": "pnpm@8.15.5", | ||
"keywords": [ | ||
@@ -61,12 +61,12 @@ "typescript", | ||
"dependencies": { | ||
"@babel/parser": "^7.23.5", | ||
"@babel/types": "^7.23.5", | ||
"@unplugin-vue-ce/utils": "^1.0.0-beta.20", | ||
"baiwusanyu-utils": "^1.0.16", | ||
"@babel/parser": "^7.24.1", | ||
"@babel/types": "^7.24.0", | ||
"@unplugin-vue-ce/utils": "^1.0.0-beta.21", | ||
"baiwusanyu-utils": "^1.0.18", | ||
"estree-walker-ts": "^1.0.1", | ||
"fast-glob": "^3.3.2", | ||
"fs-extra": "^11.2.0", | ||
"magic-string": "^0.30.5", | ||
"unplugin": "^1.5.1", | ||
"vue": "^3.3.10" | ||
"magic-string": "^0.30.8", | ||
"unplugin": "^1.10.0", | ||
"vue": "^3.4.21" | ||
}, | ||
@@ -73,0 +73,0 @@ "scripts": { |
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
9131
Updated@babel/parser@^7.24.1
Updated@babel/types@^7.24.0
Updatedbaiwusanyu-utils@^1.0.18
Updatedmagic-string@^0.30.8
Updatedunplugin@^1.10.0
Updatedvue@^3.4.21