samonxian / vite-plugin-build

Vite library mode plugin,which support transfom the whole folder and emit dceclaration files. Vite 库模式插件,支持整个文件夹的转换和声明文件生成。(支持 vanilla、react、vue3 和 svelte)
60 stars 6 forks source link

Issue with latest release 0.6.1 #7

Closed olmesm closed 1 year ago

olmesm commented 1 year ago

I see you have released a new update on npm which has subsequently broken the build

npm i vite-plugin-build@0.6.1 is broken

npm ERR! code ETARGET
npm ERR! notarget No matching version found for svelte-tsc@^0.6.1.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm i vite-plugin-build@0.6.0 works

The fix is to release an update to your other package on npm https://www.npmjs.com/package/svelte-tsc => 0.6.1

Another improvement could be to add svelte-tsc as an optional dependency or as a bundled dependency

If you would like help setting up github actions to deploy this repo automatically to npm - please let me know! I'm happy to contribute.

Thanks for the package! <3

samonxian commented 1 year ago

fixed, fogot to publish svelte-tsc@^0.6.1