@vue-macros/short-bind
Advanced tools
Comparing version 1.1.1 to 1.1.2
import { NodeTransform } from '@vue/compiler-core'; | ||
interface Options { | ||
version?: number; | ||
version?: number; | ||
} | ||
@@ -6,0 +6,0 @@ declare function transformShortBind(options?: Options): NodeTransform; |
@@ -8,7 +8,7 @@ import { Options } from './api.js'; | ||
declare const plugin: { | ||
rollup: typeof rollup; | ||
rolldown: typeof rollup; | ||
vite: typeof rollup; | ||
rollup: typeof rollup; | ||
rolldown: typeof rollup; | ||
vite: typeof rollup; | ||
}; | ||
export { Options, plugin as default }; |
{ | ||
"name": "@vue-macros/short-bind", | ||
"version": "1.1.1", | ||
"description": "short-bind feature from Vue Macros.", | ||
"version": "1.1.2", | ||
"description": "shortBind feature from Vue Macros.", | ||
"type": "module", | ||
@@ -67,7 +67,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@vue/compiler-core": "^3.5.4", | ||
"@vue-macros/common": "1.14.0" | ||
"@vue/compiler-core": "^3.5.12", | ||
"@vue-macros/common": "1.15.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/compiler-sfc": "^3.5.4" | ||
"@vue/compiler-sfc": "^3.5.12" | ||
}, | ||
@@ -74,0 +74,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13733
+ Added@vue-macros/common@1.15.0(transitive)
- Removed@vue-macros/common@1.14.0(transitive)
Updated@vue-macros/common@1.15.0
Updated@vue/compiler-core@^3.5.12