@umituz/react-native-ai-groq-provider 1.0.22 → 1.0.23

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/package.json +1 -1
  2. package/src/index.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-ai-groq-provider",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Groq text generation provider for React Native applications",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./dist/index.d.ts",
package/src/index.ts CHANGED
@@ -141,7 +141,7 @@ export {
141
141
  calculateRequestTimeout,
142
142
  calculateTransferRate,
143
143
  calculateAverage,
144
- } from "./utils/calculation.util";
144
+ } from "./infrastructure/utils/calculation.util";
145
145
 
146
146
  export {
147
147
  telemetry,