@capgo/capacitor-health 8.6.4 → 8.6.6

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/README.md CHANGED
@@ -44,6 +44,20 @@ The most complete doc is available here: https://capgo.app/docs/plugins/health/
44
44
 
45
45
  ## Install
46
46
 
47
+ You can use our AI-Assisted Setup to install the plugin. Add the Capgo skills to your AI tool using the following command:
48
+
49
+ ```bash
50
+ npx skills add https://github.com/cap-go/capacitor-skills --skill capacitor-plugins
51
+ ```
52
+
53
+ Then use the following prompt:
54
+
55
+ ```text
56
+ Use the `capacitor-plugins` skill from `cap-go/capacitor-skills` to install the `@capgo/capacitor-health` plugin in my project.
57
+ ```
58
+
59
+ If you prefer Manual Setup, install the plugin by running the following commands and follow the platform-specific instructions below:
60
+
47
61
  ```bash
48
62
  npm install @capgo/capacitor-health
49
63
  npx cap sync
@@ -3,7 +3,7 @@ import Capacitor
3
3
 
4
4
  @objc(HealthPlugin)
5
5
  public class HealthPlugin: CAPPlugin, CAPBridgedPlugin {
6
- private let pluginVersion: String = "8.6.4"
6
+ private let pluginVersion: String = "8.6.6"
7
7
  public let identifier = "HealthPlugin"
8
8
  public let jsName = "Health"
9
9
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-health",
3
- "version": "8.6.4",
3
+ "version": "8.6.6",
4
4
  "description": "Capacitor plugin to interact with data from Apple HealthKit and Health Connect",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",