capacitor-plugin-playlist 0.1.7 → 0.1.8

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.
@@ -1,3 +1,4 @@
1
+
1
2
  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
- package="com.mycompany.plugins.example">
3
+ package="org.dwbn.plugins.playlist">
3
4
  </manifest>
@@ -9,7 +9,7 @@ import org.json.JSONArray
9
9
  import org.json.JSONObject
10
10
  import java.util.*
11
11
 
12
- @CapacitorPlugin
12
+ @CapacitorPlugin(name = "Playlist")
13
13
  class PlaylistPlugin : Plugin(), OnStatusReportListener {
14
14
  var TAG = "RmxAudioPlayer"
15
15
  private var statusCallback: OnStatusCallback? = null
@@ -361,4 +361,4 @@ class PlaylistPlugin : Plugin(), OnStatusReportListener {
361
361
  fun emit(name: String, data: JSObject) {
362
362
  this.notifyListeners(name, data)
363
363
  }
364
- }
364
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-plugin-playlist",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Playlist ",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",