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
Describe the bug
When i fix package versions, when a package have name separated by dots, first dot is fine but when has two or more dots, are creating namespaces like:
Describe the bug
When i fix package versions, when a package have name separated by dots, first dot is fine but when has two or more dots, are creating namespaces like:
package.name.subname -> package.name : { subname: }
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should set the test.sub1.sub2 version to "1.0.0"
But converts to test.sub1: { sub2 }
The text was updated successfully, but these errors were encountered: