@capgo/capacitor-contacts 8.0.16 → 8.0.17

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.
@@ -40,7 +40,7 @@ import java.util.Set;
40
40
  )
41
41
  public class CapacitorContactsPlugin extends Plugin {
42
42
 
43
- private final String pluginVersion = "8.0.16";
43
+ private final String pluginVersion = "8.0.17";
44
44
  private static final int BATCH_SIZE = 50;
45
45
 
46
46
  // MARK: - Implemented API surface
@@ -5,7 +5,7 @@ import UIKit
5
5
 
6
6
  @objc(CapacitorContactsPlugin)
7
7
  public class CapacitorContactsPlugin: CAPPlugin, CAPBridgedPlugin {
8
- private let pluginVersion: String = "8.0.16"
8
+ private let pluginVersion: String = "8.0.17"
9
9
  public let identifier = "CapacitorContactsPlugin"
10
10
  public let jsName = "CapacitorContacts"
11
11
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-contacts",
3
- "version": "8.0.16",
3
+ "version": "8.0.17",
4
4
  "description": "Work with device contacts using Capacitor APIs",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -52,8 +52,7 @@
52
52
  "prepublishOnly": "bun run build",
53
53
  "check:wiring": "node scripts/check-capacitor-plugin-wiring.mjs",
54
54
  "example:install": "cd example-app && bun install --frozen-lockfile",
55
- "example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build",
56
- "example:capgo:deploy": "bun run example:build && bun scripts/deploy-example-capgo.mjs"
55
+ "example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build"
57
56
  },
58
57
  "devDependencies": {
59
58
  "@capacitor/android": "^8.0.0",