Skip to content

Commit

Permalink
v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlika committed Feb 14, 2025
1 parent f44c2c6 commit 26b89f8
Show file tree
Hide file tree
Showing 6 changed files with 482 additions and 473 deletions.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const hls = new HlsWithP2P({

## How to see that P2P is actually working?

The easiest way is to subscribe to P2P [events](https://novage.github.io/p2p-media-loader/docs/v2.1.0/types/p2p_media_loader_core.CoreEventMap.html) and log them:
The easiest way is to subscribe to P2P [events](https://novage.github.io/p2p-media-loader/docs/v2.2/types/p2p_media_loader_core.CoreEventMap.html) and log them:

```javascript
const engine = new HlsJsP2PEngine();
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This library enables the creation of a huge P2P mesh networks, also known as pee

## Documentation and important links

- [API documentation](https://novage.github.io/p2p-media-loader/docs/v2.1.0/)
- [API documentation](https://novage.github.io/p2p-media-loader/docs/v2.2/)
- [P2P development, support & consulting](https://novage.com.ua/)
- [Demo](http://novage.com.ua/p2p-media-loader/demo.html)
- [Contributing to our project](https://github.com/Novage/p2p-media-loader/blob/main/CONTRIBUTING.md)
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitejs/plugin-react": "^4.3.4",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-react-refresh": "^0.4.19",
"vite-plugin-node-polyfills": "^0.23.0"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"create-doc": "pnpm typedoc"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.26.1",
"@eslint-react/eslint-plugin": "^1.26.2",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"globals": "^15.15.0",
"prettier": "^3.5.1",
"rimraf": "^6.0.1",
"typedoc": "^0.27.6",
"typedoc": "^0.27.7",
"typedoc-material-theme": "^1.3.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/p2p-media-loader-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dplayer": "^1.27.1",
"hls.js": "^1.5.20",
"mediaelement": "^7.0.7",
"openplayerjs": "^2.14.7",
"openplayerjs": "^2.14.8",
"p2p-media-loader-core": "workspace:*",
"p2p-media-loader-hlsjs": "workspace:*",
"p2p-media-loader-shaka": "workspace:*",
Expand Down
Loading

0 comments on commit 26b89f8

Please sign in to comment.