@takeoffmedia/react-native-penthera 0.2.19 → 0.2.20

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.
@@ -499,8 +499,8 @@ class Penthera: RCTEventEmitter, VirtuosoDownloadEngineNotificationsDelegate {
499
499
  certificate: certificateURL,
500
500
  license: licenseURL,
501
501
  subtitles: subtitlesResponse,
502
- js: vcHttpServer?.ancillaryURLForAncillary(withTag: "js", usingMime: ""),
503
- css: vcHttpServer?.ancillaryURLForAncillary(withTag: "css", usingMime: "")
502
+ js: vcHttpServer?.ancillaryURLForAncillary(withTag: "js", usingMime: "js"),
503
+ css: vcHttpServer?.ancillaryURLForAncillary(withTag: "css", usingMime: "css")
504
504
  )
505
505
 
506
506
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeoffmedia/react-native-penthera",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",