react-native-theoplayer 8.0.0 → 8.0.1

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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
6
6
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [8.0.1] - 24-09-11
9
+
10
+ ### Fixed
11
+
12
+ - Fixed an issue on Android where registering a content protection integration would fail.
13
+
8
14
  ## [8.0.0] - 24-09-11
9
15
 
10
16
  ### Added
@@ -49,7 +49,7 @@ class ContentProtectionModule(private val context: ReactApplicationContext) :
49
49
  private val requestQueue: HashMap<String, BridgeRequest> = HashMap()
50
50
 
51
51
  override fun getName(): String {
52
- return TAG
52
+ return "THEORCTContentProtectionModule"
53
53
  }
54
54
 
55
55
  @ReactMethod
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-theoplayer",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "A THEOplayer video component for react-native.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",