jacob-meacham / serverless-plugin-git-variables

:zap: Expose git variables to serverless
MIT License
87 stars 32 forks source link

Old version of babel-runtime with deprecated core-js #58

Closed coyoteecd closed 3 years ago

coyoteecd commented 4 years ago

I've tried importing serverless-plugin-git-variables in my Serverless project I see it has a dependency on babel-runtime. Last publish is 3 years ago and I get a warning that it depends on a now-deprecated version of core-js.

Current version of babel runtime is @babel/runtime. Would be great to use it and get rid of the core-js warning... Would be even nicer to have the plugin not need it at all, since installing it brought me 51 dependent packages to node_modules.

bitsofinfo commented 4 years ago

same, getting error on install

coyoteecd commented 4 years ago

@bitsofinfo for what is worth, for my project I ended up creating my own version of a plugin that exposes git info as Serverless variables, see https://github.com/coyoteecd/serverless-git-info

jacob-meacham commented 3 years ago

Thnks @coyoteecd, I'm publishing a new version that no longer relies on babel runtime

jacob-meacham commented 3 years ago

Published as 5.0.0