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
implements #1284
For assets loaded from a subdirectory of `node_modules`, it will pick
the first `package.json` that actually has `name` and `version`
attributes.
Added a testcase for this, which verifies this functionality for the
`luxon` and `libphonenumber-js` packages.
The `package.json` for `libphonenumber-js/max` [misses a version
number](https://unpkg.com/browse/[email protected]/max/package.json)
while for `luxon` [the name is
missing](https://unpkg.com/browse/[email protected]/src/package.json).
The snapshot has quite a lot of changes:
- For some reason the `purl` entries are no longer url encoded.
- The `@apollo/client/*` entries have been merged into a single
`@apollo/client` entry
- The `@babel/runtime` was added as dependency
---------
Signed-off-by: Tristan Bastian <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
Co-authored-by: Jan Kowalleck <[email protected]>
0 commit comments