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
Fix CLI version to read from package.json dynamically
The --version flag was showing hardcoded 0.1.0 instead of the actual
package version. Now uses createRequire to import package.json and
read the version field at runtime.
0 commit comments