@flomentumsolutions/capacitor-health-extended 0.4.1 → 0.4.3
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
|
@@ -4,7 +4,7 @@ Cross‑platform Capacitor plugin for reading data from Apple HealthKit and
|
|
|
4
4
|
Google Health Connect. The plugin requires **Node.js 22+** and is compatible
|
|
5
5
|
with **Capacitor 8**. For iOS the plugin ships a **Swift Package Manager**
|
|
6
6
|
distribution (Capacitor 8 default), while the CocoaPods spec
|
|
7
|
-
`
|
|
7
|
+
`FlomentumsolutionsCapacitorHealthExtended` remains for legacy projects.
|
|
8
8
|
|
|
9
9
|
## Thanks and attribution
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flomentumsolutions/capacitor-health-extended",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "Capacitor plugin for Apple HealthKit and Google Health Connect Platform",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"ios/Sources",
|
|
18
18
|
"ios/Tests",
|
|
19
19
|
"Package.swift",
|
|
20
|
-
"
|
|
20
|
+
"FlomentumsolutionsCapacitorHealthExtended.podspec"
|
|
21
21
|
],
|
|
22
22
|
"author": {
|
|
23
23
|
"name": "Flomentum Solutions, LLC",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
],
|
|
41
41
|
"repository": {
|
|
42
42
|
"type": "git",
|
|
43
|
-
"url": "
|
|
43
|
+
"url": "https://github.com/Flomentum-Solutions/capacitor-health-extended.git"
|
|
44
44
|
},
|
|
45
45
|
"bugs": {
|
|
46
46
|
"url": "https://github.com/Flomentum-Solutions/capacitor-health-extended/issues"
|
|
File without changes
|