@hevcjs/shaka-plugin 0.3.3 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  HEVC/H.265 playback plugin for [Shaka Player](https://github.com/shaka-project/shaka-player). Registers a custom Shaka `Transmuxer` that ingests HEVC fMP4 segments and emits H.264 fMP4 that any browser can play via MSE.
4
4
 
5
- Tracks issue [#101](https://github.com/privaloops/hevc.js/issues/101).
5
+ Tracks issue [#101](https://github.com/lid-labs/hevc.js/issues/101).
6
6
 
7
7
  ## Install
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hevcjs/shaka-plugin",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "Shaka Player plugin for HEVC/H.265 playback — registers a Shaka Transmuxer that decodes HEVC streams via @hevcjs/core",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -49,7 +49,7 @@
49
49
  "url": "https://github.com/lid-labs/hevc.js/issues"
50
50
  },
51
51
  "dependencies": {
52
- "@hevcjs/core": "1.4.0"
52
+ "@hevcjs/core": "1.4.2"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "shaka-player": ">=4.0.0"