@mobileai/react-native 0.9.16 → 0.9.17

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/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -22,13 +22,13 @@ npm install react-native-agentic-ai
22
22
 
23
23
  [![npm](https://img.shields.io/npm/v/react-native-agentic-ai?label=react-native-agentic-ai)](https://www.npmjs.com/package/react-native-agentic-ai)
24
24
 
25
- [![license](https://img.shields.io/npm/l/@mobileai/react-native)](https://github.com/mohamed2m2018/mobileai-react-native/blob/main/LICENSE)
25
+ [![license](https://img.shields.io/npm/l/@mobileai/react-native)](https://github.com/MobileAIAgent/react-native/blob/main/LICENSE)
26
26
 
27
27
  [![platform](https://img.shields.io/badge/platform-iOS%20%7C%20Android-brightgreen)]()
28
28
 
29
29
  **Two names, one package** — install either: `@mobileai/react-native` or `react-native-agentic-ai`
30
30
 
31
- > ⭐ If this helped you, [star this repo](https://github.com/mohamed2m2018/react-native-agentic-ai) — it helps others find it!
31
+ > ⭐ If this helped you, [star this repo](https://github.com/MobileAIAgent/react-native) — it helps others find it!
32
32
 
33
33
  ---
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobileai/react-native",
3
- "version": "0.9.16",
3
+ "version": "0.9.17",
4
4
  "description": "Build autonomous AI agents for React Native and Expo apps. Provides AI-native UI traversal, tool calling, and structured reasoning.",
5
5
  "main": "./lib/module/index.js",
6
6
  "source": "./src/index.ts",
@@ -84,14 +84,14 @@
84
84
  ],
85
85
  "repository": {
86
86
  "type": "git",
87
- "url": "git+https://github.com/mohamed2m2018/mobileai-react-native.git"
87
+ "url": "git+https://github.com/MobileAIAgent/react-native.git"
88
88
  },
89
89
  "author": "Mohamed Salah <mohamed2m2018@gmail.com> (https://example.com)",
90
90
  "license": "MIT",
91
91
  "bugs": {
92
- "url": "https://github.com/mohamed2m2018/mobileai-react-native/issues"
92
+ "url": "https://github.com/MobileAIAgent/react-native/issues"
93
93
  },
94
- "homepage": "https://github.com/mohamed2m2018/mobileai-react-native#readme",
94
+ "homepage": "https://github.com/MobileAIAgent/react-native#readme",
95
95
  "publishConfig": {
96
96
  "registry": "https://registry.npmjs.org/"
97
97
  },