@almadar/mobile 1.16.0 → 1.17.0

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 (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -13,6 +13,9 @@ import {
13
13
  convertThemeToRN,
14
14
  defaultRNTheme
15
15
  } from "./chunk-5JVEVV74.js";
16
+ import {
17
+ EventBusProvider
18
+ } from "./chunk-TRYFJDL3.js";
16
19
  import {
17
20
  useInfiniteScroll,
18
21
  useKeyboard,
@@ -27,9 +30,6 @@ import {
27
30
  useTraitState,
28
31
  useUIEvents
29
32
  } from "./chunk-LQD3TO5U.js";
30
- import {
31
- EventBusProvider
32
- } from "./chunk-TRYFJDL3.js";
33
33
  import {
34
34
  AnimatedCounter,
35
35
  Avatar,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/mobile",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "React Native UI components for Almadar - extends @almadar/ui",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -48,9 +48,9 @@
48
48
  "dist"
49
49
  ],
50
50
  "dependencies": {
51
- "@almadar/core": "^10.76.0",
52
- "@almadar/runtime": "^6.66.0",
53
- "@almadar/ui": "^5.166.0",
51
+ "@almadar/core": "^10.80.0",
52
+ "@almadar/runtime": "^6.69.0",
53
+ "@almadar/ui": "^6.3.0",
54
54
  "@react-native-async-storage/async-storage": "2.2.0",
55
55
  "expo": "^54.0.0",
56
56
  "expo-status-bar": "~3.0.9",