Skip to content

Commit 26b89f8

Browse files
committed
v2.2
1 parent f44c2c6 commit 26b89f8

File tree

6 files changed

+482
-473
lines changed

6 files changed

+482
-473
lines changed

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const hls = new HlsWithP2P({
135135

136136
## How to see that P2P is actually working?
137137

138-
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:
138+
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:
139139

140140
```javascript
141141
const engine = new HlsJsP2PEngine();

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This library enables the creation of a huge P2P mesh networks, also known as pee
1919

2020
## Documentation and important links
2121

22-
- [API documentation](https://novage.github.io/p2p-media-loader/docs/v2.1.0/)
22+
- [API documentation](https://novage.github.io/p2p-media-loader/docs/v2.2/)
2323
- [P2P development, support & consulting](https://novage.com.ua/)
2424
- [Demo](http://novage.com.ua/p2p-media-loader/demo.html)
2525
- [Contributing to our project](https://github.com/Novage/p2p-media-loader/blob/main/CONTRIBUTING.md)

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@vitejs/plugin-react": "^4.3.4",
2828
"eslint-plugin-react": "^7.37.4",
2929
"eslint-plugin-react-hooks": "^5.1.0",
30-
"eslint-plugin-react-refresh": "^0.4.18",
30+
"eslint-plugin-react-refresh": "^0.4.19",
3131
"vite-plugin-node-polyfills": "^0.23.0"
3232
}
3333
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"create-doc": "pnpm typedoc"
1919
},
2020
"devDependencies": {
21-
"@eslint-react/eslint-plugin": "^1.26.1",
21+
"@eslint-react/eslint-plugin": "^1.26.2",
2222
"@types/eslint__js": "^8.42.3",
23-
"eslint": "^9.19.0",
23+
"eslint": "^9.20.1",
2424
"eslint-plugin-import": "^2.31.0",
25-
"globals": "^15.14.0",
26-
"prettier": "^3.4.2",
25+
"globals": "^15.15.0",
26+
"prettier": "^3.5.1",
2727
"rimraf": "^6.0.1",
28-
"typedoc": "^0.27.6",
28+
"typedoc": "^0.27.7",
2929
"typedoc-material-theme": "^1.3.0",
3030
"typescript": "^5.7.3",
31-
"typescript-eslint": "^8.23.0",
31+
"typescript-eslint": "^8.24.0",
3232
"vite": "^6.1.0"
3333
},
3434
"pnpm": {

packages/p2p-media-loader-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dplayer": "^1.27.1",
5353
"hls.js": "^1.5.20",
5454
"mediaelement": "^7.0.7",
55-
"openplayerjs": "^2.14.7",
55+
"openplayerjs": "^2.14.8",
5656
"p2p-media-loader-core": "workspace:*",
5757
"p2p-media-loader-hlsjs": "workspace:*",
5858
"p2p-media-loader-shaka": "workspace:*",

0 commit comments

Comments
 (0)