v2.3.0
Minor Changes
-
#124
39f7eca
Thanks @LekoArts! - Add support for pnpm'sworkspace:
protocol andcatalog:
features inside the source directory.For example, if the package you want to test out has some of its dependencies defined like this:
{ "name": "source", "dependencies": { "internal-dep": "workspace:*", "react": "catalog:react" } }
The
workspace:*
will be transformed tolatest
before publishing (if the dependency isn't being published with secco) and thecatalog:
entries are resolved using thepnpm-workspace.yaml
file.