@capgo/native-audio 7.1.6 → 7.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.
- package/ios/Plugin/Plugin.swift +1 -1
- package/package.json +2 -2
package/ios/Plugin/Plugin.swift
CHANGED
@@ -10,7 +10,7 @@ enum MyError: Error {
|
|
10
10
|
/// Please read the Capacitor iOS Plugin Development Guide
|
11
11
|
/// here: https://capacitor.ionicframework.com/docs/plugins/ios
|
12
12
|
@objc(NativeAudio)
|
13
|
-
public class NativeAudio: CAPPlugin, AVAudioPlayerDelegate {
|
13
|
+
public class NativeAudio: CAPPlugin, AVAudioPlayerDelegate, CAPBridgedPlugin {
|
14
14
|
public let identifier = "NativeAudio"
|
15
15
|
public let jsName = "NativeAudio"
|
16
16
|
public let pluginMethods: [CAPPluginMethod] = [
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@capgo/native-audio",
|
3
|
-
"version": "7.1.
|
3
|
+
"version": "7.1.8",
|
4
4
|
"description": "A native plugin for native audio engine",
|
5
5
|
"main": "dist/plugin.js",
|
6
6
|
"module": "dist/esm/index.js",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"watch": "tsc --watch",
|
37
37
|
"prepublishOnly": "npm run build"
|
38
38
|
},
|
39
|
-
"author": "Martin Donadieu <
|
39
|
+
"author": "Martin Donadieu <martin@capgo.app>",
|
40
40
|
"license": "MIT",
|
41
41
|
"devDependencies": {
|
42
42
|
"@capacitor/android": "^7.0.0",
|