@vue-macros/define-models
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -5,12 +5,12 @@ import { BaseOptions, MarkRequired } from '@vue-macros/common'; | ||
interface Options extends BaseOptions { | ||
/** | ||
* Unified mode, only works for Vue 2 | ||
* | ||
* Converts `modelValue` to `value` | ||
*/ | ||
unified?: boolean; | ||
/** | ||
* Unified mode, only works for Vue 2 | ||
* | ||
* Converts `modelValue` to `value` | ||
*/ | ||
unified?: boolean; | ||
} | ||
type OptionsResolved = MarkRequired<Options, 'include' | 'version' | 'unified'>; | ||
type OptionsResolved = MarkRequired<Options, "include" | "version" | "unified">; | ||
declare const plugin: UnpluginInstance<Options | undefined, false>; | ||
export { type Options, type OptionsResolved, plugin as default }; |
{ | ||
"name": "@vue-macros/define-models", | ||
"version": "1.3.1", | ||
"description": "define-models feature from Vue Macros.", | ||
"version": "1.3.2", | ||
"description": "defineModels feature from Vue Macros.", | ||
"type": "module", | ||
@@ -94,8 +94,8 @@ "keywords": [ | ||
"unplugin": "^1.14.1", | ||
"@vue-macros/common": "1.14.0" | ||
"@vue-macros/common": "1.15.0" | ||
}, | ||
"devDependencies": { | ||
"@vueuse/core": "^11.0.3", | ||
"vue": "^3.5.4", | ||
"@vue-macros/api": "^0.11.1" | ||
"@vueuse/core": "^11.1.0", | ||
"vue": "^3.5.12", | ||
"@vue-macros/api": "^0.11.2" | ||
}, | ||
@@ -102,0 +102,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
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
46864
+ Added@vue-macros/common@1.15.0(transitive)
- Removed@vue-macros/common@1.14.0(transitive)
Updated@vue-macros/common@1.15.0