rn-ai 0.1.1 → 0.1.2

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/cli.js +1 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -91,7 +91,7 @@ EXPO_PUBLIC_PROD_API_URL="https://staging.example.com"
91
91
  # environment, either PRODUCTION or DEVELOPMENT
92
92
  ENVIRONMENT="PRODUCTION"
93
93
 
94
- # ByteScale
94
+ # ByteScale secret
95
95
  BYTESCALE_API_KEY=""
96
96
 
97
97
  # OpenAI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-ai",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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",