This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@open-pioneer/vite-plugin-pioneer@0.8.6
Patch Changes
cf32df5: Add another workaround that unfortunately currently requires pnpm's shamefully-hoist option.
shamefully-hoist allows the application to 'see' all other installed node packages.
This is usually a bad practice but we currently require it for the virtual module that imports all open pioneer services.
For more details see the linked commit.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@open-pioneer/vite-plugin-pioneer@0.8.6
Patch Changes
cf32df5: Add another workaround that unfortunately currently requires pnpm's
shamefully-hoist
option.shamefully-hoist
allows the application to 'see' all other installed node packages. This is usually a bad practice but we currently require it for the virtual module that imports all open pioneer services. For more details see the linked commit.