@capgo/capacitor-stream-call 8.0.2 → 8.0.4

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.
@@ -12,7 +12,7 @@ import WebKit
12
12
  */
13
13
  @objc(StreamCallPlugin)
14
14
  public class StreamCallPlugin: CAPPlugin, CAPBridgedPlugin {
15
- private let pluginVersion: String = "8.0.2"
15
+ private let pluginVersion: String = "8.0.4"
16
16
  public let identifier = "StreamCallPlugin"
17
17
  public let jsName = "StreamCall"
18
18
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-stream-call",
3
- "version": "8.0.2",
3
+ "version": "8.0.4",
4
4
  "description": "Uses the https://getstream.io/ SDK to implement calling in Capacitor",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -24,6 +24,7 @@
24
24
  "bugs": {
25
25
  "url": "https://github.com/Cap-go/StreamCall/issues"
26
26
  },
27
+ "homepage": "https://capgo.app/docs/plugins/streamcall/",
27
28
  "keywords": [
28
29
  "capacitor",
29
30
  "plugin",