@uselingu/react-native-sdk 0.1.2 → 0.1.3

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 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -269,10 +269,4 @@ MIT © Lingu Team
269
269
  - Email: chris@uselingu.app
270
270
  - Chat: https://uselingu.app
271
271
  - Docs: https://docs.uselingu.app
272
- - Issues: https://github.com/yourusername/lingu/issues
273
-
274
- ---
275
-
276
- ## Changelog
277
-
278
- See [CHANGELOG.md](CHANGELOG.md) for release history.
272
+ ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uselingu/react-native-sdk",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Lingu AI Chat SDK for React Native - Hybrid approach with WebView UI and native API",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",