rollup-plugin-vue-jsx-compat
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.0.5](https://github.com/xxholly32/rollup-plugin-vue-jsx/compare/v0.0.4...v0.0.5) (2021-06-07) | ||
### [0.0.4](https://github.com/xxholly32/rollup-plugin-vue-jsx/compare/v0.0.3...v0.0.4) (2021-06-07) | ||
@@ -7,0 +9,0 @@ |
@@ -10,5 +10,5 @@ import { FilterPattern } from '@rollup/pluginutils'; | ||
}; | ||
declare function vueJsx(options: Options): Plugin; | ||
declare const vueJsx: (options: Options) => Plugin; | ||
export default vueJsx; | ||
export { Options }; |
{ | ||
"name": "rollup-plugin-vue-jsx-compat", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "dist/index.js", | ||
@@ -27,3 +27,3 @@ "types": "dist/index.d.ts", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^3.9.7" | ||
"typescript": "^4.0.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "dependencies": { |
@@ -1,3 +0,3 @@ | ||
import { FilterPattern } from "@rollup/pluginutils"; | ||
import { Plugin } from "rollup"; | ||
import { FilterPattern } from '@rollup/pluginutils'; | ||
import { Plugin } from 'rollup'; | ||
@@ -11,4 +11,4 @@ export type Options = { | ||
declare function vueJsx(options: Options): Plugin; | ||
declare const vueJsx: (options: Options) => Plugin; | ||
export default vueJsx; |
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
15592