@aether-baas/react-native 3.1.1 → 3.1.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/dist/index.d.ts CHANGED
@@ -58,5 +58,5 @@ export interface AetherProviderProps {
58
58
  export declare function AetherProvider({ config, storage, secureStorage, children, onAuthStateChange, }: AetherProviderProps): import("react/jsx-runtime").JSX.Element;
59
59
  export { useAetherContext, useAetherClient, useAuth, useCollection, useDocument, useStorage, useFunctions, useFunction, useAI, useAIAsk, useAISearch, AuthGuard, GuestGuard, RoleGuard, ShowIfAuthenticated, ShowIfGuest, ShowIfRole, } from '@aether-baas/react';
60
60
  export type { StorageAdapter } from '@aether-baas/core';
61
- export declare const VERSION = "3.1.1";
61
+ export declare const VERSION = "3.1.3";
62
62
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -84,5 +84,5 @@ export function AetherProvider({ config, storage, secureStorage, children, onAut
84
84
  // RE-EXPORTS
85
85
  // =============================================================================
86
86
  export { useAetherContext, useAetherClient, useAuth, useCollection, useDocument, useStorage, useFunctions, useFunction, useAI, useAIAsk, useAISearch, AuthGuard, GuestGuard, RoleGuard, ShowIfAuthenticated, ShowIfGuest, ShowIfRole, } from '@aether-baas/react';
87
- export const VERSION = '3.1.1';
87
+ export const VERSION = '3.1.3';
88
88
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aether-baas/react-native",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "description": "Aether SDK para React Native - Adapters e componentes para mobile",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -17,8 +17,8 @@
17
17
  "README.md"
18
18
  ],
19
19
  "dependencies": {
20
- "@aether-baas/react": "3.1.1",
21
- "@aether-baas/core": "3.1.1"
20
+ "@aether-baas/core": "3.1.3",
21
+ "@aether-baas/react": "3.1.3"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": ">=17.0.0",