rn-erxes-sdk 0.1.25 → 0.1.26

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 +16 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -87,7 +87,7 @@ erxes is composed of 2 main components: **XOS** & **Plugins**
87
87
 
88
88
  ## Usage
89
89
 
90
- <img src="https://raw.githubusercontent.com/erxes/rn-erxes-sdk/a7a111fafd30b71e34e99e618800b3110c2b57b6/Simulator%20Screenshot%20-%20iPhone%2014%20Pro%20Max%20-%202023-06-02%20at%2017.08.25.png" alt="screenshot" width="350">
90
+ <img src="https://raw.githubusercontent.com/erxes/rn-erxes-sdk/main/MOBILE-SDK.png" alt="rn-erxes-sdk messenger screenshot" width="350">
91
91
 
92
92
  ---
93
93
 
@@ -111,7 +111,21 @@ or npm:
111
111
  npm install --save rn-erxes-sdk
112
112
  ```
113
113
 
114
- These commands install the latest version published to **npm**. Pushing code to GitHub does **not** automatically update the npm package — a new version must be published explicitly (see [Maintainer workflow](#maintainer-workflow)).
114
+ ```bash
115
+ npm i rn-erxes-sdk
116
+ ```
117
+
118
+ These commands install the latest version published to **npm** (currently `0.1.26`). To install or upgrade to a specific version, pin it explicitly:
119
+
120
+ ```bash
121
+ yarn add rn-erxes-sdk@0.1.26
122
+ ```
123
+
124
+ ```bash
125
+ npm i rn-erxes-sdk@0.1.26
126
+ ```
127
+
128
+ Pushing code to GitHub does **not** automatically update the npm package — a new version must be published explicitly (see [Maintainer workflow](#maintainer-workflow)).
115
129
 
116
130
  ## Required peer dependencies
117
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-erxes-sdk",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "react-native erxes sdk",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",