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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Manual Changes
If you are currently on Polaris v0.6.0:
Upgrade to Nx v16.1.0.
npx nx migrate 16.1.0
# Open package.json and update all @polaris-sloc package versions to "~0.6.1"
npm install
If you are currently on Polaris v0.5.0 or earlier:
Follow the Polaris v0.6.0 breaking changes instructions, but use nx version 16.1.0 instead of 16.0.3 and @polaris-sloc version ~0.6.1 instead of ~0.6.0.
To enable embedding TypeScript sources into npm packages for existing library projects, please make this change to the tsconfig.lib.json files of your library projects.
Bugfixes
Fix missing TypeScript source code referenced from source maps in Polaris npm packages.