@capgo/capacitor-realtimekit 8.0.12 → 8.0.13

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.
@@ -27,7 +27,7 @@ public class CapacitorRealtimekitPlugin extends Plugin {
27
27
 
28
28
  private static final String TAG = "RealtimekitPlugin";
29
29
  private static final String REALTIMEKIT_BASE_DOMAIN = "realtime.cloudflare.com";
30
- private final String pluginVersion = "8.0.12";
30
+ private final String pluginVersion = "8.0.13";
31
31
  private boolean isInitialized = false;
32
32
  private PendingMeetingRequest pendingMeetingRequest;
33
33
 
@@ -7,7 +7,7 @@ import Capacitor
7
7
  */
8
8
  @objc(CapacitorRealtimekitPlugin)
9
9
  public class CapacitorRealtimekitPlugin: CAPPlugin, CAPBridgedPlugin {
10
- private let pluginVersion: String = "8.0.12"
10
+ private let pluginVersion: String = "8.0.13"
11
11
  public let identifier = "CapacitorRealtimekitPlugin"
12
12
  public let jsName = "CapacitorRealtimekit"
13
13
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-realtimekit",
3
- "version": "8.0.12",
3
+ "version": "8.0.13",
4
4
  "description": "Cloudflare Calls integration for Capacitor apps with built-in UI for meetings.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -50,7 +50,8 @@
50
50
  "build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
51
51
  "clean": "rimraf ./dist",
52
52
  "watch": "tsc --watch",
53
- "prepublishOnly": "npm run build"
53
+ "prepublishOnly": "npm run build",
54
+ "check:wiring": "node scripts/check-capacitor-plugin-wiring.mjs"
54
55
  },
55
56
  "devDependencies": {
56
57
  "@capacitor/android": "^8.0.0",