-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Embedded Shell
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
3
-
Not Needed
-
None
Problem Statement/Rationale
Executing version() command in embedded shell in Compass always prints 0.0.0-dev.0 as a version
Steps to Reproduce
- Start Compass and connect to anything
- Open embedded shell
- Run version() command in the shell
Expected Results
Displayed version matches embedded shell version (visible in shell info modal)
Actual Results
It shows 0.0.0-dev.0
Additional Notes
node-runtime-worker-thread is bundled with webpack before version numbers are updated in the package.json during publishing so it probably bundles package.json of shell-api with default dev version number and this is where the root cause of the issue is