@elizaos/capacitor-calendar 2.0.3-beta.3 → 2.0.3-beta.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/capacitor-calendar",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.4",
|
|
4
4
|
"description": "Reads and writes Apple Calendar events through EventKit.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"calendar",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"node": "macOS uses the Electrobun EventKit dylib instead."
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
|
|
83
83
|
}
|