CI tweaks + prerelease 3.1.3-3#812
Conversation
- Remove legacy component exports - Declare peerDependencies
…istry@3.1.2-0) (latest: rdflib@2.3.9)
| "./components/media/photo-capture": { | ||
| "types": "./dist/components/photo-capture/index.d.ts", | ||
| "import": "./dist/components/photo-capture/index.esm.js", | ||
| "require": "./dist/components/photo-capture/index.cjs.js" |
There was a problem hiding this comment.
This is an example of losing compatibility. Here with current dev mashlib package.
This was introduced to remove mashlib build errors in the UVDSL test.
There was a problem hiding this comment.
Ok, but the correct fix here would be to remove the legacy imports from any pane that is still using them, rather than adding them back.
|
3.1.3-3 was already published in #811 commit a new version to see it published with a dev tag after merging |
I'm not sure it's fixed, because I'm pretty sure I opened the previous PR after the fix. Looking at the code, I see you're comparing with |
No description provided.