@capgo/native-audio 6.4.13 → 6.4.14

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.
@@ -227,6 +227,7 @@ public class NativeAudio: CAPPlugin, AVAudioPlayerDelegate {
227
227
  do {
228
228
  try stopAudio(audioId: audioId)
229
229
  self.endSession()
230
+ call.resolve()
230
231
  } catch {
231
232
  call.reject(Constant.ErrorAssetNotFound)
232
233
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-audio",
3
- "version": "6.4.13",
3
+ "version": "6.4.14",
4
4
  "description": "A native plugin for native audio engine",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",