@umituz/react-native-ai-generation-content 1.17.116 → 1.17.117

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-ai-generation-content",
3
- "version": "1.17.116",
3
+ "version": "1.17.117",
4
4
  "description": "Provider-agnostic AI generation orchestration for React Native",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -105,10 +105,7 @@ export {
105
105
  CreationsRepository,
106
106
  type RepositoryOptions,
107
107
  } from "./infrastructure/repositories";
108
- export { CreationsStorageService } from "./infrastructure/services/CreationsStorageService";
109
108
  export { createCreationsRepository } from "./infrastructure/adapters";
110
- export { CreationsService } from "./application/services/CreationsService";
111
- export type { ICreationsStorageService } from "./domain/services/ICreationsStorageService";
112
109
 
113
110
  // =============================================================================
114
111
  // PRESENTATION LAYER - Hooks