akanjs 2.4.0-rc.6 → 2.4.0-rc.8
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 +1 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "akanjs",
|
|
3
|
-
"version": "2.4.0-rc.
|
|
3
|
+
"version": "2.4.0-rc.8",
|
|
4
4
|
"sourceType": "module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -175,7 +175,6 @@
|
|
|
175
175
|
},
|
|
176
176
|
"peerDependencies": {
|
|
177
177
|
"@capacitor-community/contacts": "^7.2.0",
|
|
178
|
-
"@capacitor-community/fcm": "^8.1.0",
|
|
179
178
|
"@capacitor/android": "^8.3.4",
|
|
180
179
|
"@capacitor/app": "^8.1.0",
|
|
181
180
|
"@capacitor/assets": "^3.0.5",
|
|
@@ -224,9 +223,6 @@
|
|
|
224
223
|
"@capacitor-community/contacts": {
|
|
225
224
|
"optional": true
|
|
226
225
|
},
|
|
227
|
-
"@capacitor-community/fcm": {
|
|
228
|
-
"optional": true
|
|
229
|
-
},
|
|
230
226
|
"@capacitor/android": {
|
|
231
227
|
"optional": true
|
|
232
228
|
},
|