rn-ai 0.1.5 → 0.1.6

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ Full stack framework for building cross-platform mobile AI apps supporting LLM r
11
11
  - Real-time / streaming responses from all providers
12
12
  - OpenAI Assistants including code interpreter and retrieval
13
13
  - Server proxy to easily enable authentication and authorization with auth provider of choice.
14
- - Theming (comes out of the box with 4 themes) - easily add additional themes with just a few lines of code.
14
+ - Theming (comes out of the box with 5 themes) - easily add additional themes with just a few lines of code.
15
15
  - Image processing with [ByteScale](https://bytescale.com/)
16
16
 
17
17
  ![React Native AI Preview](https://arweave.net/RSIu1_xuQakuD68d7YRpMPYNWuRWRiZRCW02_BTOg3I)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-ai",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Full stack mobile framework for building cross-platform mobile AI apps supporting image processing, real-time / streaming text and chat UIs, and image uploads with multiple service providers.",
5
5
  "type": "module",
6
6
  "bin": "cli.js",