Open
Description
Affected Packages
Problem
Most people will try to use changeset
with a public package for the first time, making the config generated by changeset init
with restricted access as default will make the initial setup more difficult
In my case i got weird npm errors at time of publishing because i didn't notice the config has access restricted by default (errors like EUNSCOPED Can't restrict access to unscoped packages
)
Proposed solution
I think the default config should have "access": "public"
as default