jwplayer-capacitor
Advanced tools
Comparing version 5.0.0 to 6.0.0
@@ -167,3 +167,3 @@ { | ||
"name": "addListener", | ||
"signature": "(eventName: 'playerEvent', listenerFunc: EventChangeListener) => Promise<PluginListenerHandle> & PluginListenerHandle", | ||
"signature": "(eventName: 'playerEvent', listenerFunc: EventChangeListener) => any", | ||
"parameters": [ | ||
@@ -197,3 +197,3 @@ { | ||
"name": "addListener", | ||
"signature": "(eventName: 'fullScreenPlayerEvent', listenerFunc: EventChangeListener) => Promise<PluginListenerHandle> & PluginListenerHandle", | ||
"signature": "(eventName: 'fullScreenPlayerEvent', listenerFunc: EventChangeListener) => any", | ||
"parameters": [ | ||
@@ -222,3 +222,3 @@ { | ||
"name": "addListener", | ||
"signature": "(eventName: 'readyPlayerEvent', listenerFunc: EventChangeListener) => Promise<PluginListenerHandle> & PluginListenerHandle", | ||
"signature": "(eventName: 'readyPlayerEvent', listenerFunc: EventChangeListener) => any", | ||
"parameters": [ | ||
@@ -225,0 +225,0 @@ { |
@@ -87,5 +87,5 @@ import type { PluginListenerHandle } from '@capacitor/core'; | ||
*/ | ||
addListener(eventName: 'playerEvent', listenerFunc: EventChangeListener): Promise<PluginListenerHandle> & PluginListenerHandle; | ||
addListener(eventName: 'fullScreenPlayerEvent', listenerFunc: EventChangeListener): Promise<PluginListenerHandle> & PluginListenerHandle; | ||
addListener(eventName: 'readyPlayerEvent', listenerFunc: EventChangeListener): Promise<PluginListenerHandle> & PluginListenerHandle; | ||
addListener(eventName: 'playerEvent', listenerFunc: EventChangeListener): Promise<PluginListenerHandle>; | ||
addListener(eventName: 'fullScreenPlayerEvent', listenerFunc: EventChangeListener): Promise<PluginListenerHandle>; | ||
addListener(eventName: 'readyPlayerEvent', listenerFunc: EventChangeListener): Promise<PluginListenerHandle>; | ||
/** | ||
@@ -92,0 +92,0 @@ * Remove all listeners (including the network status changes) for this plugin. |
{ | ||
"name": "jwplayer-capacitor", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"description": "Integration of JWPlayer Web and Mobile SDKs with Capacitor", | ||
@@ -50,10 +50,10 @@ "main": "dist/plugin.cjs.js", | ||
"devDependencies": { | ||
"@capacitor/android": "^5.0.0", | ||
"@capacitor/core": "^5.0.0", | ||
"@capacitor/android": "^6.0.0", | ||
"@capacitor/core": "^6.0.0", | ||
"@capacitor/docgen": "^0.0.10", | ||
"@capacitor/ios": "^5.0.0", | ||
"@ionic/eslint-config": "^0.3.0", | ||
"@capacitor/ios": "^6.0.0", | ||
"@ionic/eslint-config": "^0.4.0", | ||
"@ionic/prettier-config": "^1.0.1", | ||
"@ionic/swiftlint-config": "^1.1.2", | ||
"eslint": "^7.11.0", | ||
"eslint": "^8.57.0", | ||
"prettier": "~2.2.0", | ||
@@ -67,3 +67,3 @@ "prettier-plugin-java": "~1.0.0", | ||
"peerDependencies": { | ||
"@capacitor/core": "^5.0.0" | ||
"@capacitor/core": "^6.0.0" | ||
}, | ||
@@ -70,0 +70,0 @@ "prettier": "@ionic/prettier-config", |
@@ -166,3 +166,3 @@ # jwplayer-capacitor | ||
```typescript | ||
addListener(eventName: 'playerEvent', listenerFunc: EventChangeListener) => Promise<PluginListenerHandle> & PluginListenerHandle | ||
addListener(eventName: 'playerEvent', listenerFunc: EventChangeListener) => any | ||
``` | ||
@@ -187,3 +187,3 @@ | ||
```typescript | ||
addListener(eventName: 'fullScreenPlayerEvent', listenerFunc: EventChangeListener) => Promise<PluginListenerHandle> & PluginListenerHandle | ||
addListener(eventName: 'fullScreenPlayerEvent', listenerFunc: EventChangeListener) => any | ||
``` | ||
@@ -204,3 +204,3 @@ | ||
```typescript | ||
addListener(eventName: 'readyPlayerEvent', listenerFunc: EventChangeListener) => Promise<PluginListenerHandle> & PluginListenerHandle | ||
addListener(eventName: 'readyPlayerEvent', listenerFunc: EventChangeListener) => any | ||
``` | ||
@@ -207,0 +207,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1667654