api-gateway-react-native 2.0.0 → 2.0.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/README.md +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # api-gateway-react-native
2
2
 
3
- ## Changelog (v1.0.0)
3
+ ## Changelog (v2.0.2)
4
+ - Initial integration of the API Gateway SDK.
5
+
6
+
7
+ ## Changelog (v2.0.0)
4
8
  - Initial integration of the API Gateway SDK.
5
9
 
6
10
  ## Installation
@@ -9,7 +13,7 @@
9
13
  npm install api-gateway-react-native
10
14
  ```
11
15
  ## Usage
12
-
16
+ mi
13
17
  ```js
14
18
  import ApiGatway from 'api-gateway-react-native';
15
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "api-gateway-react-native",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "api-gatway-react-native-sdk",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",