You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the optimizely/js-sdk-logging dependency is "^0.1.0". Bc caret behavior for 0.x versions only match patch versions, it doesn't resolve to the most current ver: "^0.3.1". Are there any plans to update this dep?
I'm asking bc the optimizely/javascript-sdk repo has its @optimizely/js-sdk-logging dependency at "^0.3.1". So having optimaizely/react-sdk and optimizely/javascript-sdk in my project means I have both versions "0.1.0" and "0.3.1" of optimizely/js-sdk-logging in my bundle.
The text was updated successfully, but these errors were encountered:
Currently the
optimizely/js-sdk-logging
dependency is"^0.1.0"
. Bc caret behavior for 0.x versions only match patch versions, it doesn't resolve to the most current ver:"^0.3.1"
. Are there any plans to update this dep?I'm asking bc the
optimizely/javascript-sdk
repo has its@optimizely/js-sdk-logging
dependency at"^0.3.1"
. So havingoptimaizely/react-sdk
andoptimizely/javascript-sdk
in my project means I have both versions"0.1.0"
and"0.3.1"
ofoptimizely/js-sdk-logging
in my bundle.The text was updated successfully, but these errors were encountered: