Skip to content

Commit

Permalink
Fixed browser compatibility test
Browse files Browse the repository at this point in the history
For some reason uuid peer dependency started to fail for skypack CDN. Switched from it to jsdelivr.net and locked to the specific version.
  • Loading branch information
oskardudycz committed Jan 16, 2025
1 parent 275905d commit c85bf6d
Show file tree
Hide file tree
Showing 4 changed files with 1,751 additions and 3,899 deletions.
2 changes: 1 addition & 1 deletion src/e2e/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script type="importmap">
{
"imports": {
"uuid": "https://cdn.skypack.dev/uuid",
"uuid": "https://cdn.jsdelivr.net/npm/uuid@10.0.0/+esm",
"web-streams-polyfill": "https://unpkg.com/web-streams-polyfill/dist/ponyfill.mjs",
"async-retry": "https://esm.sh/async-retry",
"@event-driven-io/emmett": "./node_modules/@event-driven-io/emmett/dist/index.js"
Expand Down
Loading

0 comments on commit c85bf6d

Please sign in to comment.