I'm trying to npmify the dependency on MarkerWithLabel in my project. We were using 1.1.10 and that's the version I installed with yarn, but inside the installed package under node_modules the index.js file introduces itself as 1.1.9 in the comment. I know for a fact that a version of the MarkerWithLabel script numbered 1.1.10 does exist out there in the universe: this is the version that we had in our project before deciding to npmify. What gives?
I'm trying to npmify the dependency on MarkerWithLabel in my project. We were using 1.1.10 and that's the version I installed with yarn, but inside the installed package under node_modules the
index.jsfile introduces itself as 1.1.9 in the comment. I know for a fact that a version of the MarkerWithLabel script numbered 1.1.10 does exist out there in the universe: this is the version that we had in our project before deciding to npmify. What gives?