akanjs 2.4.0-rc.2 → 2.4.0-rc.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.
Files changed (1) hide show
  1. package/package.json +13 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akanjs",
3
- "version": "2.4.0-rc.2",
3
+ "version": "2.4.0-rc.4",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -176,7 +176,9 @@
176
176
  "peerDependencies": {
177
177
  "@capacitor-community/contacts": "^7.2.0",
178
178
  "@capacitor-community/fcm": "^8.1.0",
179
+ "@capacitor/android": "^8.3.4",
179
180
  "@capacitor/app": "^8.1.0",
181
+ "@capacitor/assets": "^3.0.5",
180
182
  "@capacitor/browser": "^8.0.3",
181
183
  "@capacitor/camera": "^8.2.0",
182
184
  "@capacitor/cli": "^8.3.4",
@@ -184,6 +186,7 @@
184
186
  "@capacitor/device": "^8.0.2",
185
187
  "@capacitor/geolocation": "^8.2.0",
186
188
  "@capacitor/haptics": "^8.0.2",
189
+ "@capacitor/ios": "^8.3.4",
187
190
  "@capacitor/keyboard": "^8.0.3",
188
191
  "@capacitor/preferences": "^8.0.1",
189
192
  "@capacitor/push-notifications": "^8.1.1",
@@ -223,9 +226,15 @@
223
226
  "@capacitor-community/fcm": {
224
227
  "optional": true
225
228
  },
229
+ "@capacitor/android": {
230
+ "optional": true
231
+ },
226
232
  "@capacitor/app": {
227
233
  "optional": true
228
234
  },
235
+ "@capacitor/assets": {
236
+ "optional": true
237
+ },
229
238
  "@capacitor/browser": {
230
239
  "optional": true
231
240
  },
@@ -247,6 +256,9 @@
247
256
  "@capacitor/haptics": {
248
257
  "optional": true
249
258
  },
259
+ "@capacitor/ios": {
260
+ "optional": true
261
+ },
250
262
  "@capacitor/keyboard": {
251
263
  "optional": true
252
264
  },