-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.4.1...v2.0.0) (2024-06-13) * feat!: update playready key system checks ([0051866](0051866)) ### BREAKING CHANGES * The original isPlayreadySupported has been renamed to isPlayreadyLegacySupported. The new isPlayreadySupported now checks com.microsoft.playready.recommendation. com.microsoft.playready is deprecated by Microsoft. https://learn.microsoft.com/en-us/playready/overview/key-system-strings
- Loading branch information
1 parent
0051866
commit 82f0d95
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"Martin <[email protected]>" | ||
], | ||
"name": "@eyevinn/is-drm-supported", | ||
"version": "1.4.1", | ||
"version": "2.0.0", | ||
"description": "HTML5 MSE DRM support detection library", | ||
"typings": "dist/typings/index.d.ts", | ||
"main": "dist/is-drm-supported.min.js", | ||
|