blue-translator-21668
07/07/2025, 6:34 PMsed -i.bak -e "s/\$${VERSION}/$(VERSION)/g" ./bin/package.json
but the current branch of the boilerplate doesn’t have that. Is there a new/updated way we should be managing the version in our NPM packages as they are built? It seems like when we run the binary for the tfgen, is when it overrides the package.json file to that bash variable no matter what we have set. Any direction would be greatly appreciated!
For now, I added the sed
command back and have it replacing the version with PROVIDER_VERSION
since that seems to be the correct version in the Makefile but it seems like there is some part of the process I am missing here.