vite-plugin-ts
Advanced tools
Comparing version 1.1.8 to 1.3.0
@@ -49,3 +49,3 @@ const fs = require('fs') | ||
return { | ||
name: 'vue-jsx', | ||
name: 'vite:vue-jsx', | ||
@@ -83,3 +83,4 @@ config(config) { | ||
transform(code, id, ssr) { | ||
transform(code, id, opt) { | ||
const ssr = typeof opt === 'boolean' ? opt : (opt && opt.ssr) === true | ||
const { | ||
@@ -86,0 +87,0 @@ include, |
{ | ||
"name": "vite-plugin-ts", | ||
"version": "1.1.8", | ||
"version": "1.3.0", | ||
"license": "MIT", | ||
@@ -20,6 +20,2 @@ "author": "Evan You", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . --lerna-package plugin-vue-jsx", | ||
"release": "node ../../scripts/release.js --skipBuild" | ||
}, | ||
"engines": { | ||
@@ -38,9 +34,13 @@ "node": ">=12.0.0" | ||
"dependencies": { | ||
"@babel/core": "^7.14.8", | ||
"@babel/core": "^7.16.0", | ||
"@babel/plugin-syntax-import-meta": "^7.10.4", | ||
"@rollup/pluginutils": "^4.1.1", | ||
"@vue/babel-plugin-jsx": "^1.0.6", | ||
"@vue/babel-plugin-jsx": "^1.1.1", | ||
"hash-sum": "^2.0.0", | ||
"typescript": "^4.3.5" | ||
"typescript": "^4.5.2" | ||
}, | ||
"scripts": { | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . --lerna-package plugin-vue-jsx", | ||
"release": "node ../../scripts/release.cjs --skipBuild" | ||
} | ||
} | ||
} |
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
287
12340
5
Updated@babel/core@^7.16.0
Updated@vue/babel-plugin-jsx@^1.1.1
Updatedtypescript@^4.5.2