@vue-macros/short-bind
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -7,2 +7,2 @@ import { NodeTransform } from '@vue/compiler-core'; | ||
export { Options, transformShortBind }; | ||
export { type Options, transformShortBind }; |
@@ -0,3 +1,3 @@ | ||
import { Options } from './api.js'; | ||
import { Plugin } from 'vite'; | ||
import { Options } from './api.js'; | ||
import '@vue/compiler-core'; | ||
@@ -4,0 +4,0 @@ |
@@ -9,2 +9,2 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
module.exports = exports.default | ||
module.exports = exports.default; |
@@ -5,4 +5,4 @@ import * as vite from 'vite'; | ||
declare const _default: (options?: Options) => vite.Plugin; | ||
declare const _default: (options?: Options) => vite.Plugin<any>; | ||
export = _default; |
@@ -12,2 +12,2 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
module.exports = exports.default | ||
module.exports = exports.default; |
@@ -5,4 +5,4 @@ import * as vite from 'vite'; | ||
declare const _default: (options?: Options) => vite.Plugin; | ||
declare const _default: (options?: Options) => vite.Plugin<any>; | ||
export = _default; |
@@ -12,2 +12,2 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
module.exports = exports.default | ||
module.exports = exports.default; |
{ | ||
"name": "@vue-macros/short-bind", | ||
"version": "0.1.0", | ||
"packageManager": "pnpm@8.7.6", | ||
"version": "0.2.0", | ||
"packageManager": "pnpm@8.10.4", | ||
"description": "short-bind feature from Vue Macros.", | ||
@@ -16,3 +16,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"homepage": "https://github.com/vue-macros/vue-macros#readme", | ||
"homepage": "https://vue-macros.dev", | ||
"bugs": { | ||
@@ -68,8 +68,7 @@ "url": "https://github.com/vue-macros/vue-macros/issues" | ||
"dependencies": { | ||
"@vue/compiler-core": "^3.3.4", | ||
"@vue-macros/common": "1.8.0" | ||
"@vue/compiler-core": "^3.3.8", | ||
"@vue-macros/common": "1.9.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/compiler-sfc": "^3.3.4", | ||
"rollup": "^3.29.2" | ||
"@vue/compiler-sfc": "^3.3.8" | ||
}, | ||
@@ -76,0 +75,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1
265
12441
+ Added@vue-macros/common@1.9.0(transitive)
+ Addedacorn@8.14.1(transitive)
+ Addedconfbox@0.1.8(transitive)
+ Addedlocal-pkg@0.5.1(transitive)
+ Addedmlly@1.7.4(transitive)
+ Addedpathe@2.0.3(transitive)
+ Addedpkg-types@1.3.1(transitive)
+ Addedufo@1.5.4(transitive)
- Removed@vue-macros/common@1.8.0(transitive)
- Removedlocal-pkg@0.4.3(transitive)
Updated@vue-macros/common@1.9.0
Updated@vue/compiler-core@^3.3.8